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.
- Host: GitHub
- URL: https://github.com/marcoschalet/algorithms-js
- Owner: marcosChalet
- Created: 2023-01-01T21:23:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T11:22:11.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T13:17:44.990Z (about 1 year ago)
- Topics: data-structures, javascript, list, queue, stack, tree
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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