banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

GitHub has over 10,000 stars, a good tool for visualizing learning algorithms.

Today we discovered a new website of the same type, Algorithm Visualizer, which is well done.

The website address is: http://algorithm-visualizer.org

image
Below, we will briefly explain Algorithm Visualizer through the example of bubble sort:

image
① Selection Area

It includes many algorithms such as backtracking, encryption algorithms, dynamic programming, graph search, greedy algorithms, search algorithms, sorting algorithms, etc.

image
② ChartTracer

Displays the process of each swap in the form of a bar chart. The bars corresponding to the two numbers being swapped will be highlighted in red.

image
③ Array1DTracer

Similar to ②

7c50dac989074a780f6f398cd5eb8f5d
④ LogTracer

Logs the process of each swap

76f200a9cb6945910069b32d75a30465
⑤ Toolbar

Start/Pause/Next/Previous

image

This section defines some basic information about the algorithm. ChartTracer, Array1DTracer, and LogTracer correspond to ②③④ above. The array size is 15.

8a7f4ec7565711df1521938508e738ee
If you are watching the demonstration process of an encryption algorithm, then ⑥ here displays some basic information about the encryption algorithm.

⑦ Core Algorithm

3a0898821f5b535207af13704584fb62

Algorithm Visualizer has 10.6k+ stars on GitHub:

:fireworks:Interactive Online Platform that Visualizes Algorithms from Code

This article only briefly introduces the images. There's no need to say more. Click the link to read the original article and experience it yourself.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.