Data-Structures-and-Algorithms
Data-Structures-and-Algorithms copied to clipboard
An Open-Source repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways, programming questions and Interview questions. The main aim of this re...
Adding solution for sudoku solver in js.
Added solution for N-queens-ii.
Adding solution for hamiltonian path.
Added solution for ugly number
Added solution for Two_Prime_Numbers.
Adding solution for sieveOfEratosthenese.
Adding solution for nth natural number
Adding solution for minimum spanning tree with prims algorithm.
Adding code for detecting a cycle using DFS, BFS, and Union find.
Adding Dijkstra's algorithm which will give you min path and weight to reach the target node in a graph.