An open API service indexing awesome lists of open source software.

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

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