https://github.com/hareeshreddi/data-structures-assignments
My attempts for the Data Structures Lab Assignments (CS210 Course) at IIT Guwahati
https://github.com/hareeshreddi/data-structures-assignments
algorithms algorithms-implemented bst data-structures queue sorting-algorithms stacks topological-sort trees
Last synced: 8 months ago
JSON representation
My attempts for the Data Structures Lab Assignments (CS210 Course) at IIT Guwahati
- Host: GitHub
- URL: https://github.com/hareeshreddi/data-structures-assignments
- Owner: hareeshreddi
- Created: 2016-12-03T09:14:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T18:38:18.000Z (almost 9 years ago)
- Last Synced: 2025-06-30T13:51:13.469Z (9 months ago)
- Topics: algorithms, algorithms-implemented, bst, data-structures, queue, sorting-algorithms, stacks, topological-sort, trees
- Language: C
- Homepage:
- Size: 4.11 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS201-Assignments-Data-Structures
These were the Data Structure Assignments given in my third semester at IIT Guwahati.
The topics covered in the assignments are as follows:
Assignment1--Sorting
Assignment2--Stack, Queue, Linked list
Assignment3--Binary Tree
Assignment4--Winner Tree, Sparse Matrices
Assignment5--BFS, DFS
Assignment6--Graphs, Topological Sort, SCC , MST
Assignment7--Disjoint Sets
Assignment8--Priority Queue
Assignment9--Fibonacci Heaps
Assignment10--Hashing