Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Added Maze creation example #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2016
Merged

Added Maze creation example #174

merged 1 commit into from
Jun 13, 2016

Conversation

nadr0
Copy link
Contributor

@nadr0 nadr0 commented Jun 13, 2016

I saw that there isn’t anything on disjoint sets or mazes under the
examples so I implemented the process of making a maze.

I have visualized a maze creation before
(https://github.com/nadr0/Maze). I have always been a fan of
visualizing data structures or algorithms and I though this was the
perfect chance!

My code is rather large but it gets the job done.

I saw that there isn’t anything on disjoint sets or mazes under the
examples so I implemented the process of making a maze.

I have visualized a maze creation before
(https://github.com/nadr0/Maze). I have always been a fan of
visualizing data structures or algorithms and I though this was the
perfect chance!

My code is rather large but it gets the job done.

I
@duaraghav8 duaraghav8 merged commit 70e75b7 into algorithm-visualizer:gh-pages Jun 13, 2016
@duaraghav8
Copy link
Member

duaraghav8 commented Jun 13, 2016

This is awesome!
It would be helpful for a viewer if you could also add logs to describe what is happening at every step

Also, I have removed the require('es6-promise') statement you added in gulpfile (#175). I'm guessing you faced the 'Promise is undefined' error, probably because your node.js version < 0.12 (i faced the same issue, and solved it the same way). But since for the rest, RSVP Promise works well, we decided not to add this statement. We have discussed this issue in our Wiki for people running below v0.12.

@nadr0
Copy link
Contributor Author

nadr0 commented Jun 13, 2016

Thanks! I will add the logs.

Yeah, I forgot to remove that line of code, thanks for catching that.

@nadr0 nadr0 deleted the maze-viz branch June 13, 2016 13:01
64json pushed a commit that referenced this pull request Jul 24, 2018
Added Maze creation example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants