14 Commits

Author SHA1 Message Date
b06aa8733f Add number of islands 2020-10-01 21:50:05 -04:00
e3ee2b2675 add Number of Islands 2020-10-01 21:38:52 -04:00
b1b4c138a6 Changed var to const/let (#322)
* varToLet

* Update DijkstraSmallestPath.js

Co-authored-by: Aayushadh <ayushharwani2011@gmail.com>
2020-10-01 23:05:36 +05:30
df58a7ed5f Small Tweaks/Fixes (#235) 2020-08-01 09:11:19 +05:30
0fd1a19ba5 Created Tree Section + Moved Tree algorithm from into the folder (#236) 2020-07-28 21:46:56 +05:30
f21e460729 Added Kruskal's Algorithm (#232) 2020-07-23 20:55:21 +05:30
e20c99809e Added DFS (Iterative) - Graph (#229) 2020-07-19 10:22:10 +05:30
b5899d5294 Added DFS (Recursive) - Graph (#228) 2020-07-14 17:34:42 +05:30
6a80dc7179 Added Prim's Algoritm (#227) 2020-07-10 01:38:14 +05:30
f34fd6d8f0 Added Connected Components using DFS (#223) 2020-07-07 12:39:33 +05:30
0c3fd105c8 Rename DFS.js to DepthFirstSearch.js 2020-06-28 12:40:36 +05:30
269157f65b Added DFS Algorithm (#199)
* FibonacciSearch

* FibonacciSearch

* Depth First Search Algorithms

* Depth First Search Algorithms

* Depth First Search Algorithms

* Depth First Search Algorithms
2020-06-23 09:42:36 +05:30
37ab4b0752 rename and reorganizing (#194) 2020-06-20 10:26:44 +05:30
f75549f6d7 Created DijkstraSmallestPath.js in Graphs (#185)
* Created DijkstraSmallestPath.js in Graphs

* Deleted DijkstraSmallestPath.js from Maths
2020-06-20 10:09:07 +05:30