/algo

Primary LanguageGo

In this repo you will get a sample solution of different algos:

  1. BFS: Shortest Reach in a Graph
  2. Balanced Brackets
  3. Contacts
  4. coder-decoder
  5. single number
  6. missing numbers in a chain
  7. power (find if a nmber n is power of number q)
  8. robot (find if a robot has moved or not based on a mist of different move)