Skip to content

Latest commit

 

History

History
32 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (31 loc) · 1.16 KB

AlgorithmVisualizer


Algorithm Visualizer allows us to witness algorithms in action by visualizing code written in various programming languages.
HTML, CSS, JavaScript are used in this.

1. Interface of Algorithm Visualizer

![Screenshot 2024-11-17 140720](https://github.com/user-attachments/assets/943d3bb1-23c7-4eeb-9aad-0451c62777e0)



2. Sorting Algorithms

Screenshot 2024-11-17 141015

3. Searching Algorithms

Screenshot 2024-11-17 141032

4. Two pointers Algorithms

Screenshot 2024-11-17 141111

5. Sliding Window Algorithms

Screenshot 2024-11-17 141151

6. Sieve of Eratosthenes Algorithm

Screenshot 2024-11-17 141215