Data-Structures This repo contains the C++ codes of basic Data structures and related operations. The data structures contained in this are- Linked lists Stack Binary search tree And related operations are- Reversing a linked list By recursive approach By iterative approach