Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
361 stars 620 forks source link

Depth limited and Iterative Deepening search #706

Open PratikGarai opened 3 years ago

PratikGarai commented 3 years ago

I am a participant of GSSOC 2021 and I would like to contribute the implementation of depth limited search and iterative deepening search algorithms in python.

Mugdha-Hazra commented 3 years ago

Hello @tarun26091999 @dheerajkotwani @esheetaparulekar @anubhavitis @jeelnathani, I think this is an important question and this should definitely be added in the Algo-Tree and I will start working on it as soon as I get assigned!! as I am a part of GSSoC'21, so I would like to implement this in c++.

Mugdha-Hazra commented 3 years ago

thank you @OjusWiZard sir for assigning me this task.