You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ DSA Simplified is your one-stop shop for all DSA queries! Here you will find imp
4
4
5
5
To get ahead of the curve you need to go through these 3 rules of fight club.
6
6
1.**Learning Curve** - Implement algorithms by yourself.
7
-
- Code out data structures, till concepts are clear, Implement Stack with Push() and Pop() operations which runs on O(1) time complexity.
7
+
- Code out data structures, till concepts are clear, Implement Stack with Push() and Pop() operations which run on O(1) time complexity.
8
8
2.**Problem Solving** - This is where the real game begins!
9
9
-**The Beginning:**
10
10
- Initially nothing will make sense, don't worry, this is just a start.
@@ -13,7 +13,7 @@ To get ahead of the curve you need to go through these 3 rules of fight club.
13
13
-**The Solution:**
14
14
- Initially your solution won't even pass 5 test cases. Point is it doesn't matter but the good news is now you are able to think based on the problem.
15
15
-**Steal the code:**
16
-
- Try to solve the problem at least for 30 mins before you jump to the discussion tab, Find best suitable solution and copy paste their entire logic, No one is judging you.
16
+
- Try to solve the problem at least for 30 mins before you jump to the discussion tab. Find the best suitable solution and copy paste their entire logic, No one is judging you.
17
17
-**Debug the code:**
18
18
- Debug copied the solution and figured out what the missing puzzle was? Guess what!! Next time when you come across the same pattern you'll know what to do because you've seen this pattern. This is how I learned how to use remainder (%) LOL. That's one pattern, slowly you'd be able to figure out when to use **Trie** or **Union-Find**. Stay consistent and code for good.
19
19
3. keep your track record on! Consistency is key my friend. You can master anything if you're consistent enough.
0 commit comments