https://github.com/slalit360/scalar_practice
https://github.com/slalit360/scalar_practice
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slalit360/scalar_practice
- Owner: slalit360
- Created: 2022-04-28T05:13:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T03:31:54.000Z (about 2 years ago)
- Last Synced: 2025-01-06T04:12:15.481Z (4 months ago)
- Language: Python
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DSA
[](https://github.com/slalit360/scalar_practice/actions/workflows/pylint.yml)
1. Concepts > Contest
+ 375 Qs 5 Qs/day
+ Atleast medium level problem from DSA sheet2. Think > code
+ Analyse question
+ Pen & Paper
+ Corner cases
+ Dry Run with input sample3. Step by Step
+ First Brute Force
+ Better Time vs Space Complexity tradeoff
+ Optimization
4. Practice regularly
+ No break more than 3 days rule
+ Alteast 1hr day practice a day
5. Move On after suffiencent time spent on each Topic
+ Easy - 5-10 mins
+ Medium - 15-20 mins
+ Hard - 40-60 mins