AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.56k stars 530 forks source link

added Depth first search and breadth first search #114

Closed MansiAyer closed 4 years ago

MansiAyer commented 5 years ago

This pull request is: Code for Breadth first search and depth first search

This pull request fixes:

#2 **Changes:** added code for Breadth first search and depth first search
abranhe commented 4 years ago

This PR will be merged because of https://github.com/AllAlgorithms/c/issues/145. It is to review later.