An open API service indexing awesome lists of open source software.

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

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)