cathyatseneca / DSAnim

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

Fix JS function names #57

Closed cathyatseneca closed 9 years ago

cathyatseneca commented 9 years ago

Current js function names are a mess... need to be more consistent with naming.

insertValue() inserts value in case where location is determined by algorithm removeValue() removes a specific value in data structure insertFront()/insertBack() inserts value to front or back of data structure removeFront()/removeBack() removes value at front or back of list (no parameters) rm() should be generic remove that removes only possible value that makes sense for the particular data structure (example... queue, remove oldest)

cathyatseneca commented 9 years ago

fixed in pr #58