Algorithms: Animation Display

Algorithms: Animation Display
Developer: 森 林
Category: Developer Tools
500 installs
10 ratings
44 monthly active users
$<10K monthly revenue est.
IAP 100% · Ad 0%

Algorithms: Animation Display Summary

Algorithms: Animation Display is a with in-app purchases iOS app in Developer Tools by 森 林. Released in Jan 2023 (3 years ago). It has 10 ratings with a 5.00★ (excellent) average. Based on AppGoblin estimates, it reaches roughly 44 monthly active users and generates around $<10K monthly revenue (100% IAP / 0% ads). Store metadata: updated Aug 17, 2025, version 2.

Data tracking: SDKs and third-party integrations were last analyzed on Oct 3, 2025.

Store info: Last updated on App Store on Aug 17, 2025 (version 2).


5★

Ratings: 10

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot
App screenshot
App screenshot

App Description

Did you pass the interview algorithm question? Learning algorithm questions takes too much time? Not your problem! Before this, no algorithmic learning method could be so simple and efficient.
It only takes three steps to become an algorithm master:
The first step is to read the question;
The second step is to play the animation, refer to the subtitles, and understand the ideas and codes;
The third step is to read, analyze and summarize;

Why do you make an algorithm animation diagram app?
Like many programmers, I have to prepare a lot of time to brush up the algorithm every time I change jobs. Very good, in the process of brushing the questions, you must first read the solution. I also read a lot of problem solutions from big guys on the Internet, and I especially like to read algorithm analysis with moving pictures or schematic diagrams, which is faster than reading text. In the process, several problems were also found, such as: the animation is not interactive and cannot be paused; the data is dead and cannot be changed; it is not convenient to study on the mobile phone, etc.
I saw some good animations at the beginning, and I had a strong urge to implement them in the app with native code several times. This time I finally made up my mind and made 70 animations in one go.
I understand that the positioning of this app is a tool that can help us quickly understand algorithm ideas and codes, help memory, and improve learning efficiency. But here you can't submit, you can't execute the code, and the code still needs to be typed on the computer to make it feel better.

Why is it not arranged in the order of the leetcode number?
At present, the algorithm questions are classified into three major blocks:
- linked list, string, array, binary tree;
- Backtracking, greedy, dynamic programming, divide and conquer;
- Sort and classify separately.
Under each category, the difficulty is divided into easy, medium and hard.
First classify data structures and algorithms separately, and learn according to knowledge points. For example, you can concentrate on learning binary tree structures or dynamic programming algorithms, so that concentrated saturation training can help improve learning efficiency. The data structure comes first, and the algorithm follows, which is also arranged in the order in which we learn theoretical knowledge.
In terms of algorithms, four types ar