Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oussama-zbair/algorithms_visualization
https://github.com/oussama-zbair/algorithms_visualization
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/oussama-zbair/algorithms_visualization
- Owner: oussama-zbair
- License: mit
- Created: 2024-01-09T19:39:12.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T16:26:40.000Z (8 months ago)
- Last Synced: 2024-05-09T17:27:14.988Z (8 months ago)
- Language: JavaScript
- Homepage: https://oussamazbair.engineer/Algorithms_visualization/
- Size: 6.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithm-Visualization
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
## Pathfinding Algorithms
* Breadth First Search
* Depth First Search
* Best First Search
* Dijkstra Algorithm
* Astar Algorithm## Searching Algorithms
* Linear Search
* Jump Search
* Binary Search
* Exponential Search