價格:免費
更新日期:2017-12-28
檔案大小:2.7M
目前版本:1.0
版本需求:Android 5.0 以上版本
官方網站:mailto:stoyck.dev@gmail.com
# Visualize algorithms in an intuitive way
Each algorithm is shown in an easy-to-understand way, thanks to the animations and different highlights.
# Run a pseudo code step by step.
A pseudo code is shown that you can step through. There is no need to worry about language-specific codes in order to understand the algorithm.
Though you can simply convert the codes of this app into any language you would like to, let it be Java, C, C#, because it is very similar.
# Set any data you would like to test with, the animations are entirely dynamic.
There is actually a real algorithm running under the hood, no animation is hardcoded. That means you can set any data you would like to, the visualization is going to work just fine.
# Explanations provided
The core explanation is added to each algorithm to help you to get started easily.
# Currently supported algorithms:
- Bubble sort
- Gnome sort
- Insertion sort
- Binary tree traversals
More coming soon, just some initial feedback is needed.