cathyatseneca / DSAnim

Plug-in free web based data structure animations built with processing.js
MIT License
38 stars 12 forks source link

Create animation for a sorted doubly linked list #52

Closed cathyatseneca closed 6 years ago

cathyatseneca commented 10 years ago

create the animation for a doubly linked list with the following functionalities and iterators. optional sentinels:

iterator should have ++, --, and * operators. don't worry about const vs. non-const.

cathyatseneca commented 6 years ago

perhaps more important is to do a list showing sentinels and one without...

cathyatseneca commented 6 years ago

no new development for processing.js version of animations, moving to p5.js