-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
118 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Exercícios para Prática | ||
|
||
O leetcode é uma plataforma usada por muitas empresas para contratação e os problemas usandos lembram muito que fazemos em algoritmos. Usaremos esse site para praticar os conceitos vistos em aula e implementados no PrairieLearn. | ||
|
||
|
||
## Básicos | ||
|
||
- [Keys and Rooms](https://leetcode.com/problems/keys-and-rooms/) | ||
- [Star Graphs](https://leetcode.com/problems/find-center-of-star-graph/) | ||
- [Town Judge](https://leetcode.com/problems/find-the-town-judge/) | ||
|
||
## Busca em Profundidade | ||
|
||
- [Course Schedule](https://leetcode.com/problems/course-schedule/description/) | ||
- [Number of Islands](https://leetcode.com/problems/number-of-islands/description/) | ||
- [Is graph bipartite](https://leetcode.com/problems/is-graph-bipartite/description/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters