Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 546 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 546 Bytes

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