It contains the CS fundamentals (data structures and algorithms) I learnt. Using Python, I implemented various data structures and algorithms, for example, Linked List (singly and doubly linked), Stack, Queue, Binary Tree and its traversal, Heap (min and max), Graph and its traversal, and various Sorting algorithms.