Skip to content

Commit 791c92d

Browse files
committed
Refactor Bonus
1 parent 739efab commit 791c92d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

β€ŽREADME.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Read [CONTRIBUTING.md](./CONTRIBUTING.md) for contribution guidelines.
3535
16. [Day 16 -- Tower of Hanoi](./day16) -- [http://codetoexpress.tech/dc/day16/](http://codetoexpress.tech/dc/day16/)
3636
17. [Day 17 -- N Queens Problem](./day17) -- [http://codetoexpress.tech/dc/day17/](http://codetoexpress.tech/dc/day17/)
3737

38-
## More Problems
38+
## [More Problems](./BONUS/README.md)
3939

4040
A real coder should not be satisfied by doing only one problem daily, rather he/she should keep coding as much as possible. So, here I ([@MadhavBahlMD](https://github.com/MadhavBahlMD)) am adding some more problems that you can practise πŸ˜ƒ
4141

@@ -70,24 +70,16 @@ The `README.md` of directory containing the question must contain all the inform
7070

7171
In case you just want to contribute a question and not code, there is no need to do so many things, just open an issue with the topic **Problem Submission** and the problem in the comments. I'll add it myself, and will give you proper credits πŸ˜ƒ
7272

73-
### Practise Problems 😁
73+
## Practise Problems 😁
7474

7575
#### [1. Strings](./BONUS/Strings/README.md)
76-
7776
#### [2. Recursion](./BONUS/Recursion/README.md)
78-
7977
#### [3. Array](./BONUS/Arrays/README.md)
80-
8178
#### [4. Algorithms](./BONUS/Algorithms/README.md)
82-
8379
#### [5. Stacks](./BONUS/Stacks/README.md)
84-
8580
#### [6. Queues](./BONUS/Queues/README.md)
86-
8781
#### [7. Linked Lists](./BONUS/LinkedLists/README.md)
88-
8982
#### [8. Trees](./BONUS/Trees/README.md)
90-
9183
#### [9. Graphs](./BONUS/Graphs/README.md)
9284

9385
## Timeline

0 commit comments

Comments
Β (0)