Skip to content

Commit a21b4d5

Browse files
committed
Merge branch 'develop' of https://github.com/roscibely/algorithms-and-data-structure into develop
2 parents 7412245 + 24e4cb0 commit a21b4d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

root/listas/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ As listas são estruturas de dados dinâmicas, ou seja, podem crescer e diminuir
2626

2727
As listas podem ser implementadas de diversas formas, como por exemplo, através de um vetor, uma lista encadeada, uma lista duplamente encadeada, uma lista circular, etc. As listas podem ser implementadas em diferentes linguagens de programação, como arrays ou linked lists. Cada implementação tem suas particularidades, mas a ideia fundamental é a mesma: armazenar elementos em uma sequência ordenada e permitir a manipulação desses elementos.
2828

29-
1. [Listas simples (encadeada)](https://github.com/roscibely/algorithms-and-data-structure/tree/develop/listas/listasEncadeadas)
30-
2. [Listas duplamente encadeadas](https://github.com/roscibely/algorithms-and-data-structure/tree/develop/listas/listas-duplamente-encadeadas)
29+
1. [Listas simples (encadeada)](https://github.com/roscibely/algorithms-and-data-structure/tree/develop/root/listas/listasEncadeadas)
30+
2. [Listas duplamente encadeadas](https://github.com/roscibely/algorithms-and-data-structure/tree/develop/root/listas/listas-duplamente-encadeadas)
3131
3. [Listas circulares]()
32-
4. [Listas duplamente circulares](https://github.com/roscibely/algorithms-and-data-structure/tree/develop/listas/listas-circulares)
32+
4. [Listas duplamente circulares](https://github.com/roscibely/algorithms-and-data-structure/tree/develop/root/listas/listas-circulares)
3333

3434

3535
Referências recomendadas:

0 commit comments

Comments
 (0)