zairza-cetb/hacktoberfest-2018

Implement Breadth First Search using any language

Opened this issue · 1 comments

  • To learn about BFS, refer this link
  • You are allowed to implement the algorithm in any language.
  • Multiple submissions from a single language are not allowed.
  • Solutions are to be submitted in this directory .
  • To make a submission in python. You have to create a sub-folder python in breadth_first_search and save your file in it.

breadth_first_search/python/breadth_first_search.py

Hi!

I'd like to take this up for a cpp implementation. Should I go ahead?