This repository holds my attempts at assignments completed for COL106 at IIT Delhi.
- Assignment-1: Stacks
- Assignment-2: Heaps
- Assignment-3: 2D Range Trees
- Assignment-4: Pattern Matching
- Assignment-5: Graphs
All the submissions are in Python. The test cases are not included in this repository. The I/O format for each assignment is mentioned in the corresponding README. The input should be in input.txt and the output will be written in output.txt. The Python script can be run using -
python <name_of_file>