Skip to content

Commit 9db85a1

Browse files
committed
Update README Challenge Categories
1 parent 92cc4a6 commit 9db85a1

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,21 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
7070

7171
### Challenges Categories
7272

73-
* [Arrays and Strings](#arrays-and-strings)
74-
* [Linked Lists](#linked-lists)
75-
* [Stacks and Queues](#stacks-and-queues)
76-
* [Graphs and Trees](#graphs-and-trees)
77-
* [Sorting](#sorting)
78-
* [Recursion and Dynamic Programming](#recursion-and-dynamic-programming)
79-
* [Bit Manipulation](#bit-manipulation)
80-
* [Scalability and Memory Limits](#scalability-and-memory-limits)
81-
* [Concurrency](#concurrency)
82-
* [Online Judges](#online-judges)
73+
**Format**: Challenge Category - Number of Challenges
74+
75+
* [Arrays and Strings](#arrays-and-strings) - 10
76+
* [Linked Lists](#linked-lists) - 8
77+
* [Stacks and Queues](#stacks-and-queues) - 8
78+
* [Graphs and Trees](#graphs-and-trees) - 21
79+
* [Sorting](#sorting) - 10
80+
* [Recursion and Dynamic Programming](#recursion-and-dynamic-programming) - 17
81+
* [Mathematics and Probability](#mathematics-and-probability) - 6
82+
* [Bit Manipulation](#bit-manipulation) - 8
83+
* [Online Judges](#online-judges) - 16
84+
* [System Design](https://github.com/donnemartin/system-design-primer#system-design-interview-questions-with-solutions) - 8
85+
* [Object Oriented Design](https://github.com/donnemartin/system-design-primer#object-oriented-design-interview-questions-with-solutions) - 8
86+
87+
**Total number of challenges: 120**
8388

8489
### Installing and Running Challenges
8590

0 commit comments

Comments
 (0)