Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonBN committed Mar 25, 2024
1 parent c8aa267 commit c84adea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Todas as contribuições são bem-vindas.

## Roadmap

![Roadmap](./media/roadmap.png)
![Roadmap](./media/Roadmap.png)
[Preview Roadmap](https://whimsical.com/roadmap-BVA8gnSNM2D296qmrjwvY4)


Expand All @@ -35,14 +35,26 @@ Todas as contribuições são bem-vindas.
- [x] **Strings**
- [Youtube - Encontro](https://www.youtube.com/watch?v=B9CCEwjoXBk)
- [x] **Algoritmos de Ordenação Básicos**
- Bubble Sort
- Insertion Sort
- Selection Sort
- [Youtube - Encontro](https://www.youtube.com/watch?v=GxhxsbbzaTI)
- [X] **Linked Lists**
- Singly Linked List
- Doubly Linked List
- Sentinels
- Dummy node (pointer)
- Fast and Slow Pointer
- Identify Cycles
- Floyd Cycle
- [Youtube - Encontro](https://www.youtube.com/watch?v=j0E5hJZ__EA)
- [ ] **Binary Search**
- [ ] **Two Pointers**
- [x] **Binary Search**
- [Youtube - Encontro](https://www.youtube.com/watch?v=62ZGcXDpbys)
- [x] **Two Pointers**
- [ ] **Sliding Window**
- [ ] **Prefix Sum**
- [ ] **...**
- [ ] **Hash Map / Set**
- [ ] **Stack**
- [ ] **...**


Expand Down
Binary file modified media/roadmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c84adea

Please sign in to comment.