https://github.com/playwithalgos/playwithalgos.github.io
Playwithalgos website
https://github.com/playwithalgos/playwithalgos.github.io
Last synced: 5 months ago
JSON representation
Playwithalgos website
- Host: GitHub
- URL: https://github.com/playwithalgos/playwithalgos.github.io
- Owner: playwithalgos
- License: gpl-3.0
- Created: 2023-09-30T10:08:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T13:59:54.000Z (over 1 year ago)
- Last Synced: 2025-12-09T08:58:18.365Z (8 months ago)
- Homepage: https://playwithalgos.github.io/
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to playwithalgos.github.io!
This website proposes demonstrations of many algorithms and data structures.
## Data-structures
* [Hash tables](https://playwithalgos.github.io/hashtabledemo/)
* [Dancing links](https://playwithalgos.github.io/dancing-links/)
* [Fibonacci heaps](https://playwithalgos.github.io/fibonacciheaps/)
* [kd-trees](https://playwithalgos.github.io/kdtrees/public)
## Algorithms
* [Boyer-Moore Horspool algorithm](https://playwithalgos.github.io/boyer-moore-horspool)
* [Gale-Shapley algorithm](https://playwithalgos.github.io/gale-shapley/public)
* [Play with flow in a network](https://playwithalgos.github.io/flow)
* [Simplex](https://playwithalgos.github.io/simplex)
## Logic
* [Quantification elimination in real number first-order theory](https://playwithalgos.github.io/realqelim)
## Machine learning
* [Decision tree learning](https://playwithalgos.github.io/decisiontreelearning/)
* [KNN](https://playwithalgos.github.io/knn)