Skip to content

Commit 78ba8f9

Browse files
committed
Refactor Bonus
1 parent 791c92d commit 78ba8f9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ In case you just want to contribute a question and not code, there is no need to
7272

7373
## Practise Problems 😁
7474

75-
#### [1. Strings](./BONUS/Strings/README.md)
76-
#### [2. Recursion](./BONUS/Recursion/README.md)
77-
#### [3. Array](./BONUS/Arrays/README.md)
78-
#### [4. Algorithms](./BONUS/Algorithms/README.md)
79-
#### [5. Stacks](./BONUS/Stacks/README.md)
80-
#### [6. Queues](./BONUS/Queues/README.md)
81-
#### [7. Linked Lists](./BONUS/LinkedLists/README.md)
82-
#### [8. Trees](./BONUS/Trees/README.md)
83-
#### [9. Graphs](./BONUS/Graphs/README.md)
75+
1. [**Strings**](./BONUS/Strings/README.md)
76+
2. [**Recursion**](./BONUS/Recursion/README.md)
77+
3. [**Array**](./BONUS/Arrays/README.md)
78+
4. [**Algorithms**](./BONUS/Algorithms/README.md)
79+
5. [**Stacks**](./BONUS/Stacks/README.md)
80+
6. [**6. Queues**](./BONUS/Queues/README.md)
81+
7. [Linked Lists](./BONUS/LinkedLists/README.md)
82+
8. [Trees](./BONUS/Trees/README.md)
83+
9. [Graphs](./BONUS/Graphs/README.md)
8484

8585
## Timeline
8686

0 commit comments

Comments
 (0)