The way to write arithmetic expression is known as a notation. An arithmetic expression can be written in three different but equivalent no...
READ MORE +
Home / Data Structures
Showing posts with label Data Structures. Show all posts
Showing posts with label Data Structures. Show all posts
C Program to Implement a Stack
Stack A stack is a basic data structure that can be logically thought as linear structure represented by a real physical stack or pile, a...
READ MORE +
C program to Implement Circular Linked List
Circular Linked List In the circular linked list the last node of the list contains the address of the first node and forms a circular c...
READ MORE +
C program to Implement Doubly Linked List
Doubly Linked List In a single linked list, every node has link to its next node in the sequence. So, we can traverse from one node to ...
READ MORE +
C program to Implement Singly Linked List
Singly Linked List Singly linked lists contain nodes which have a data part as well as an address part i.e. next, which points to the n...
READ MORE +
Subscribe to:
Posts
(
Atom
)