EEs Visualizer is a tool for visualizing Fundamental Algorithms in Sorting, Searching, and Path Finding. This involves comparison between different algorithms and visulization of how each of them works. You can compare the algorithms' speed or how one is better than others. There are cool animations for visualizing algorithms. You can customize each of the visualizers' settings and inputs according to your preferences. Input some data, visualize how it works, and analyze base on the results.
Sorting Visualizer Tutorial
If you want you can go ahead and click on sorting tab. The inputs and controls are pretty straight forward and fun at the same time. Else, you can watch the video below.
What is Sorting Visualizer ?
Sorting visualizer allows you to compare sorting algorithms by their speed. Watch how each algorithm perform and how they manage to sort the input array. A table is generated after all algorithms are finished.
Searching Visualizer Tutorial
Just like sorting visualizer the inputs and controls are pretty straight forward and fun. You can go ahead and try it now or you can watch the video below.
What is Searching Visualizer ?
Searching visualizer allows you to compare and analyize searching algorithms. Which one is faster? On what kind of situation should you use each of the algortihm? You'll find answers to these questions through this visualizer. Each algorithm will tell you how many operations or steps it took before it finds the search input or, if it didn't find the input, how much operations are done before completing the search. You'all understand their differences.
Path Finding Visualizer Tutorial
Unlike the first two visualizers, there are some important controls you need to learn. I recommend watching the video below.