Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfafawolf/arvore-trie
Implementação da Arvore Trie, uma Árvore N-Ária, usando a estrutura filho esquerdo - irmão direito.
https://github.com/alfafawolf/arvore-trie
Last synced: 16 days ago
JSON representation
Implementação da Arvore Trie, uma Árvore N-Ária, usando a estrutura filho esquerdo - irmão direito.
- Host: GitHub
- URL: https://github.com/alfafawolf/arvore-trie
- Owner: AlfafaWolf
- Created: 2019-11-03T16:11:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T06:25:35.000Z (about 5 years ago)
- Last Synced: 2024-11-14T07:43:39.133Z (3 months ago)
- Language: C#
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arvore-Trie
Implementação da Arvore Trie, uma Árvore N-Ária, usando a estrutura filho esquerdo - irmão direito.