Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zherr/algorithmvisualizationapp
https://github.com/zherr/algorithmvisualizationapp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zherr/algorithmvisualizationapp
- Owner: zherr
- License: apache-2.0
- Created: 2014-10-12T21:40:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-28T01:44:34.000Z (over 10 years ago)
- Last Synced: 2024-11-12T15:39:32.558Z (3 months ago)
- Language: Java
- Size: 359 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Develop an application that demonstrates the uses and complexities of algorithms and data structures
by using diagrams, measurements, and a mobile interface. This application could be used for
interview preparation, test prep, and a learning source for computer science principles.Core Technologies to be used:
* Animated gifs
* Timers
* User input
* Swipeable views
* Side-by-side visualizations for algorithm comparisonsMilestones:
* Design “algorithm swapper” - Strategy pattern
* Design user input model
* First, numerical input
* Implement the algorithms!