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

https://github.com/marcoschalet/algorithms-js

Algoritmos e estruturas de dados básicas em javascript.
https://github.com/marcoschalet/algorithms-js

data-structures javascript list queue stack tree

Last synced: 9 months ago
JSON representation

Algoritmos e estruturas de dados básicas em javascript.

Awesome Lists containing this project

README

          



Algoritmos - JavaScript 🧑🏽‍💻




## Uso

> :cop: ***Instale o Node.js em seu sistema operacional*** :cop:
> ```sh
> git clone https://github.com/marcosChalet/algorithms-js.git
> cd algorithms-js
> cd PATH-ALGORITMO // Ex: cd lista
> node index.js
> ```


## Features
> - [X] Lista
> - [X] Fila
> - [X] Pilha
> - [X] Árvore Binária
> - [ ] Heap
> - [X] DFS
> - [ ] BFS
> - [ ] Dijkstra
> - [ ] Kruskal
> - [ ] Bellman-Ford