Articles for author: Himanshu Yadav

Applications of Stack in Data Structure

A Stack is a linear data structure that processes elements in a last in first out (LIFO) manner, with the most recent element always on top. Push() and pop() operations are usually supported. Applications of stack in data structure includes expression evaluation, backtracking, recursion and the implementation of other data structures such as queues. Applications of Stack ...

Himanshu Yadav

IPv6 Address

A device on the internet or a local network can be identified by its IP address, which is a special address. An endpoint device in an IPv6 network is identified by an IPv6 address, which is a 128-bit alphanumeric value. It offers Efficient Routing as well as a sufficient quantity of unique IP addresses. What is ...