This repo contains the basic programs of data structure and the implementation of data structure algorithm in c++ programming language , it includes the following programs ;
- Traversing array from base address .
- Inserting and deleting element from random loation in array .
- Inserting and deleting first element of link list .
- Inserting and deleting element from random location in linked list . 5)Stack implementation using array . 6)Stack implementation using pointers (linked list) . 7)Queue implementation using array . 8)Queue implementation using pointers (linked list) . 9)Implementation of Bubble sort algorithm . 10)Implementation of Binary search algorithm .