Posts

Showing posts with the label data structures

Sorting source code

implementation of Book Catalogue

tower of hanoi using recusrion

palindrome using recursion

merge sort using recursion

eight queen problem using recursion

binary search implementation using recursion

linked list implementation

doubly linked list implementation of complete system

two stacks implementations

mapping of n-dimension array to 1d-array plus operations on array mapping

Rat in a maze complete source code using stacks