aimacode / aima-javascript

Javascript visualization of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
http://aimacode.github.io/aima-javascript/
MIT License
538 stars 216 forks source link

Improve directory structure to show in descending order. #175

Open MichaelDimmitt opened 4 years ago

MichaelDimmitt commented 4 years ago

No new features added with this pull request.

Simply Renamed the directories 1-9 to 01-09. And updated all of the areas that had a reference to those file-paths.

Namely, index.html and header.html.

This will improve the look of the project on Github. It will also improve the look of the project when some one has cloned down the project for personal use.

Cheers. 🙂

MichaelDimmitt commented 4 years ago

@redblobgames, here is a screenshot of the improved look when using 01-09 directory names.

Screen Shot 2019-07-14 at 9 36 14 PM

redblobgames commented 4 years ago

@MichaelDimmitt I'm no longer active on this project. You can ask @samuelgoto, but I think it's likely that this will wait until someone is actively working on the project. My guess is that the current directory structure will go away at some point, as last year's work wasn't purely chapter-based, and the 4th edition of the book will be changing the chapter structure anyway.