From bbd00ce69c61f07d2821d75831f1af4efc9736ed Mon Sep 17 00:00:00 2001 From: Rosana Date: Sun, 25 Jun 2023 18:53:56 -0300 Subject: [PATCH] docs: Update time.md --- root/algoritmos-de-busca/time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/algoritmos-de-busca/time.md b/root/algoritmos-de-busca/time.md index 88c2d34..19d3418 100644 --- a/root/algoritmos-de-busca/time.md +++ b/root/algoritmos-de-busca/time.md @@ -76,4 +76,4 @@ $$ Agora, podemos ver que o tempo de execução cresce linearmente com o tamanho da entrada. -## [Complexidade de Algoritmos](https://github.com/roscibely/algorithms-and-data-structure/blob/develop/algoritmos-de-busca/complexity.md) +## [Complexidade de Algoritmos](https://github.com/roscibely/algorithms-and-data-structure/blob/develop/root/algoritmos-de-busca/complexity.md)