colliecoder / maze-winner

A maze solving application written in javascript. The challenge is to generate a maze and solve it using a variety of basic search algorithms.
MIT License
7 stars 6 forks source link

added dfs documentation #16

Closed Darainn closed 2 years ago

Darainn commented 2 years ago

@colliecoder i have added DFS documentaion in readme file pls review and merge this.

colliecoder commented 2 years ago

This looks like a good length and a good quality of information! I have three notes on what will need to be changed before I can merge this pull request:

  1. Please change the headers "output of dfs" and "pseudocode" into smaller headings than ## Depth First Search
  2. Move the Depth First Search section to the area underneath core concepts/algorithms
  3. Add your name to contributors using [name](github url) format
colliecoder commented 2 years ago

I went ahead and resolved the issues as a conflicting branch was added!

Darainn commented 2 years ago

@colliecoder should i do the changes ? and pls add hacktoberfest label to this issue as it will not be accepted otherwise

colliecoder commented 2 years ago

I went ahead and did them for you because I had a conflicting branch pop up! You should be all good now - label is added.