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
544 stars 219 forks source link

Add table of contents and links to sections #98

Closed redblobgames closed 7 years ago

redblobgames commented 7 years ago

For chapters that are more than one screenful, add a table of contents at the top that links to each of the sections.

Rishav159 commented 7 years ago

Sounds like a nice idea. If anyone else wants to do it, they can take this up or else I will be turning my focus towards this near the last week of GSoC.

prakamya-mishra commented 7 years ago

I will try to do it. is it ok?

Rishav159 commented 7 years ago

@prakamya-mishra Sure.

prakamya-mishra commented 7 years ago

I have given a PR . if it looks good then I will implement it to all the chapters.

prakamya-mishra commented 7 years ago

Now I will add this to all other chapters.

prakamya-mishra commented 7 years ago

I have applied it to all the chapters with this problem in PR -#100.