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 ten thousand 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 is: http://algorithm-visualizer.org

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

  1. Selection Area: It includes various algorithms such as backtracking, encryption algorithms, dynamic programming, graph search, greedy algorithms, search algorithms, and sorting algorithms.

  2. ChartTracer: It displays the process of each swap using a bar chart. The bars corresponding to the two numbers being swapped are highlighted in red.

  3. Array1DTracer: It has a similar function to ChartTracer.

  4. LogTracer: It logs the process of each swap.

  5. Toolbar: It includes options for starting, pausing, going to the next step, and going to the previous step.

  6. This section defines some basic information about the algorithm. The ChartTracer, Array1DTracer, and LogTracer mentioned here correspond to 2, 3, and 4 above, respectively. The array size is 15.

  7. If you are watching a demonstration of an encryption algorithm, this section (6) displays some basic information about the encryption algorithm.

  8. Core Algorithm: This section showcases the core algorithm.

Algorithm Visualizer has 10.6k+ stars on GitHub: https://github.com/algorithm-visualizer/algorithm-visualizer

This article provides a brief introduction to the images. For more information, please visit the original article and experience it yourself.

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