My solutions for the algorithms on Geeks for Geeks Top 10 algorithms in Interview Questions
- Breadth First Traversal for a Graph
- Depth First Traversal for a Graph
- Shortest Path from source to all vertices
- Given a linked list which is sorted, how will you insert in sorted way
- Delete a given node in Linked List under given constraints
- Compare two strings represented as linked lists