Showing posts with the label dsShow all
C Program to count node of tree | DS - IProgramX
C Program to Implement a Binary search tree library with above six operations | DS - IProgramX
C Program to Implement singly linked circular list of integers with append and display operations | DS - IProgramX
C Program to Implement Doubly Linked List | DS - IProgramX
C Program to Implement Singly Linked List | DS - IProgramX
C Program to Implement a queue library of integers using a dynamic implementation | DS - IProgramX
C Program to Implement Queue Data Structure using Linked List | DS - IProgramX
C Program to Check String is Palindrome using Stack | DS - IProgramX
C Program To Reverse a String using Stack | DS - IProgramX
C Program to Implement a stack library (dystack.h) of integers using a dynamic (linked list) implementation of the stack | DS - IProgramX
C Program to Implement a stack library (ststack.h) of integers using a static implementation of the stack  | DS - IProgramX