This repository contains c++ codes which implement data structure these codes contain: Linked List, Queues, Stack and more
#1- Linked list implementation adding and deleting elements #2- Linked list insertion backward and forward #3- Doubly linked lists #4- Queue implementation using Linked list #5- Stack implementarion using Linked list #6- Binary earch tree implementation using Linked list