https://github.com/richecr/leda-20182
Repositório dos roteiros da disciplina de Laboratório de Estrutura de Dados
https://github.com/richecr/leda-20182
arvore-b arvore-pv avl-tree bst bubble-sort bucket-sort counting-sort estrutura-de-dados generics-algoritms hash heap-algorithm insertion-sort linked-list priority-queue queue radix-sort selection-sort skiplist stack tree-structure
Last synced: 2 months ago
JSON representation
Repositório dos roteiros da disciplina de Laboratório de Estrutura de Dados
- Host: GitHub
- URL: https://github.com/richecr/leda-20182
- Owner: richecr
- Created: 2018-08-28T02:28:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T01:09:22.000Z (over 6 years ago)
- Last Synced: 2025-01-20T12:24:33.059Z (4 months ago)
- Topics: arvore-b, arvore-pv, avl-tree, bst, bubble-sort, bucket-sort, counting-sort, estrutura-de-dados, generics-algoritms, hash, heap-algorithm, insertion-sort, linked-list, priority-queue, queue, radix-sort, selection-sort, skiplist, stack, tree-structure
- Language: JavaScript
- Size: 5.18 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Leda 20182](https://sites.google.com/a/computacao.ufcg.edu.br/ledaufcg/)
**Repositório dos roteiros da disciplina de Laboratório de Estrutura de Dados**
-------------
## Detalhes
> Todos os roteiros são implementados em Java.
> Os que estão em [EDA](https://github.com/RichElton/Leda-20182/tree/master/Eda), eu implementei todos do zero.
## Roteiros
| | Roteiro | Diretorio |
| - | -------------------- | --------- |
| 1 | Roteiro 1 | [R01](https://github.com/RichElton/Leda-20182/tree/master/R01-01-Rot-SimpleSorting-Simultaneous-Bubble-environment)|
| 2 | Roteiro 2 | [R02](https://github.com/RichElton/Leda-20182/tree/master/R02-01-Rot-RecursiveSorting-3-way-Quicksort-environment)|
| 3 | Roteiro 3 | [R03](https://github.com/RichElton/Leda-20182/tree/master/R03-01-Rot-LinearSorting-Countingsort-environment)|
| 4 | Roteiro 4 | [R04](https://github.com/RichElton/Leda-20182/tree/master/R04-01-Rot-Sorting-Gnome-e-Comb-environment)|
| 5 | Roteiro 5 | [R05](https://github.com/RichElton/Leda-20182/tree/master/R05-01-Rot-Pilha-FilaCircular-environment)|
| 6 | Roteiro 6 | [R06](https://github.com/RichElton/Leda-20182/tree/master/R06-01-Rot-Linked-list-abordagem-iterativa-environment)|
| 7 | Roteiro 7 | [R07](https://github.com/RichElton/Leda-20182/tree/master/R07-01-Rot-Linked-list-abordagem-recursiva-environment)|
| 8 | Roteiro 8 | [R08](https://github.com/RichElton/Leda-20182/tree/master/R08-01-Rot-TabelaHash-EndFechado-environment)|
| 9 | Roteiro 9 | [R09](https://github.com/RichElton/Leda-20182/tree/master/R09-01-Rot-TabelaHash-EndAberto-environment)|
|10 | Roteiro 10 | [R10](https://github.com/RichElton/Leda-20182/tree/master/R10-01-Rot-Arvore-Binaria-de-Busca-environment)|
|11 | Roteiro 11 | [R11](https://github.com/RichElton/Leda-20182/tree/master/R11-01-Rot-BST-Comparator-Sorting-environment)|
|12 | Roteiro 12 | [R12](https://github.com/RichElton/Leda-20182/tree/master/R12-01-Rot-Heap-environment)|
|13 | Roteiro 13 | [R13](https://github.com/RichElton/Leda-20182/tree/master/R13-01-Rot-ArvoreAVL-environment)|
|14 | Roteiro 14 | [R14](https://github.com/RichElton/Leda-20182/tree/master/R14-01-Rot-ArvoreAVLCountFill-environment)|
|15 | Roteiro 15 | [R15](https://github.com/RichElton/Leda-20182/tree/master/R15-01-Rot-SkipList-environment)|
|16 | Roteiro 16 | [R16](https://github.com/RichElton/Leda-20182/tree/master/R16-01-Rot-ArvorePV-environment)|
|17 | Roteiro 17 | [R17](https://github.com/RichElton/Leda-20182/tree/master/R17-01-Rot-ArvoreB-environment)|