https://github.com/jaskaransinghbhalla/iitd-col106
Data Structures & Algorithms course at IIT Delhi | Assignments
https://github.com/jaskaransinghbhalla/iitd-col106
algorithms data-structures
Last synced: 9 months ago
JSON representation
Data Structures & Algorithms course at IIT Delhi | Assignments
- Host: GitHub
- URL: https://github.com/jaskaransinghbhalla/iitd-col106
- Owner: jaskaransinghbhalla
- Created: 2023-02-04T05:15:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T22:13:48.000Z (over 2 years ago)
- Last Synced: 2025-06-28T20:09:12.821Z (9 months ago)
- Topics: algorithms, data-structures
- Language: Java
- Homepage:
- Size: 8.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COL106 | Data Structures & Algorithms
**COL106 is the Data structures and Algorithms course at IIT Delhi, New Delhi, India**
## Assignment 1
- Frequency of Letters
- Method Overloading
- Stack Implementation
- Parenthesis Matching
## Assignment 2
- Polynomial implementation using Linked List
- Implementing Dictionaries using Hash Function
## Assignment 3
- Implementation of Skiplists
- Problem based on Skiplist
- Implementation of Balaced BST
## Assignment 4
- Implementation of 2-3-4 Trees
- Passage Processor using Augmented 2-3-4 Trees
- Implementing Heaps
- Poker Simulation using Heaps
## Assignment 5
- Cheapest cell tower using Quad Trees
- Optimal Moves in Snakes and Ladders using Graphs
## Assignment 6
- Wind Power Grid using Graphs
- Othello using Minimax Algorithm