Skip to content

Commit a0197a2

Browse files
committed
readme
1 parent 2785b29 commit a0197a2

File tree

1 file changed

+82
-82
lines changed

1 file changed

+82
-82
lines changed

Diff for: README.md

+82-82
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414

1515
- [DATA STRUCTURES & ALGORITHMS](#data-structures--algorithms)
1616
- [Table of Contents](#table-of-contents)
17-
- [Roadmap to Dream Placement](#roadmap-to-dream-placement)
18-
- [Notes and Resources](#notes-and-resources)
19-
- [DSA Crack Sheet](#dsa-crack-sheet)
20-
- [Top Interview Preparation Questions](#top-interview-preparation-questions)
21-
- [Companywise Interview Questions](#companywise-interview-questions)
22-
- [Leetcode Daily Challenges](#leetcode-daily-challenges)
23-
- [Sources](#sources)
24-
- [Contributing](#contributing)
25-
- [License](#license)
26-
- [Contact](#contact)
17+
- [🏆 Roadmap to Dream Placement](#-roadmap-to-dream-placement)
18+
- [🔰Notes and Resources](#notes-and-resources)
19+
- [🔰DSA Crack Sheet](#dsa-crack-sheet)
20+
- [🔰Top Interview Preparation Questions](#top-interview-preparation-questions)
21+
- [🔰Companywise Interview Questions](#companywise-interview-questions)
22+
- [🔰Leetcode Daily Challenges](#leetcode-daily-challenges)
23+
- [🏆Sources](#sources)
24+
- [🏆Contributing](#contributing)
25+
- [🏆License](#license)
26+
- [🏆Contact](#contact)
2727

2828

2929
<br />
3030

31-
## Roadmap to Dream Placement
31+
## 🏆 Roadmap to Dream Placement
3232
<details>
3333
<summary style="font-size:1.15rem;">Language</summary>
3434

@@ -38,22 +38,22 @@
3838
* main focus is on, that are you comfortable in writing code with your preferred language
3939
- Choices
4040
* C++
41-
* Refrences:
42-
* [cpprefrences](https://en.cppreference.com/w/cpp)
43-
* [tutorialspoint](https://www.tutorialspoint.com/cplusplus/index.htm)
44-
* [cplusplus](http://www.cplusplus.com/reference/)
45-
* Time Required:
46-
* 1-2 weeks
47-
* 1-2 hrs/day
41+
* Refrences:
42+
1️⃣ [cpprefrences](https://en.cppreference.com/w/cpp)
43+
2️⃣ [tutorialspoint](https://www.tutorialspoint.com/cplusplus/index.htm)
44+
3️⃣ [cplusplus](http://www.cplusplus.com/reference/)
45+
* Time Required:
46+
1️⃣ 1-2 weeks
47+
2️⃣ 1-2 hrs/day
4848
* Java
49-
* Refrences:
50-
* [Tutorialpoint](https://www.tutorialspoint.com/java/index.htm)
51-
* [GFG](https://www.geeksforgeeks.org/java/)
52-
* Time Required: same as above
49+
* Refrences:
50+
1️⃣ [Tutorialpoint](https://www.tutorialspoint.com/java/index.htm)
51+
2️⃣ [GFG](https://www.geeksforgeeks.org/java/)
52+
* Time Required: same as above
5353
* Python
54-
* Refrences:
55-
* [Tutorialspoint](https://www.tutorialspoint.com/python/index.htm)
56-
* [w3schools](https://www.w3schools.com/python/)
54+
* Refrences:
55+
1️⃣ [Tutorialspoint](https://www.tutorialspoint.com/python/index.htm)
56+
2️⃣ [w3schools](https://www.w3schools.com/python/)
5757
* Time Required: same as above
5858
* **Important Callout:** Some companies don't allow python as a coice in their online coding test, so prepare accordingly
5959
</details>
@@ -63,34 +63,34 @@
6363

6464
* Without this, No Software Engineering Interview, in a tech giant can be cracked
6565
* Follow the DSA Crack Sheet List given below
66-
* Time Required
67-
* 2-3 months
68-
* 6-8 questions/day
69-
* 3-6 hrs/day
66+
* Time Required:
67+
1️⃣ 2-3 months
68+
2️⃣ 6-8 questions/day
69+
3️⃣ 3-6 hrs/day
7070

7171
</details>
7272

7373
<details>
7474
<summary style="font-size:1.15rem;">Projects</summary>
7575

7676
* You need some projects to showcase your skills to your interviewer
77-
* Choices
78-
* Mobile Development
79-
* Web Development
80-
* Machine Leraning
81-
* Some other stuff (like, Blockchain, IOT, etc)
82-
* Time Required: 3 months (doing on weekends 6-8 hours)
77+
* Choices:
78+
1️⃣ Mobile Development
79+
2️⃣ Web Development
80+
3️⃣ Machine Leraning
81+
4️⃣ Some other stuff (like, Blockchain, IOT, etc)
82+
* Time Required: 3 months (doing on weekends 6-8 hours)
8383

8484
</details>
8585

8686
<details>
8787
<summary style="font-size:1.15rem;">Subjectve Topics</summary>
8888

89-
* Do a Subsequent reading, revision any day you get time
90-
* Operating System
91-
* OOPS, Object Oriented Skills
92-
* DBMS, Databse Management
93-
* Computer Networking
89+
* Do a Subsequent reading, revision any day you get time
90+
1️⃣ Operating System
91+
2️⃣ OOPS, Object Oriented Skills
92+
3️⃣ DBMS, Databse Management
93+
4️⃣ Computer Networking
9494

9595
</details>
9696

@@ -99,78 +99,78 @@
9999

100100
* CP needs time, it's not somthing thant you can master in 2 months, We will get comfortable with online platorms and get a taste of competitive programming
101101
* Leetcode questions nearly 150-200 questions
102-
* Category
103-
* Easy: 30%
104-
* Medium: 50%
105-
* Hard: 20%
102+
* Category:
103+
1️⃣ Easy: 30%
104+
2️⃣ Medium: 50%
105+
3️⃣ Hard: 20%
106106
* If time allows then go for Codeforces div2 Level A,B and C question
107-
* Time Required
108-
* 150-200 Questions
109-
* 2 months
110-
* 3-4 Ques/day
107+
* Time Required:
108+
1️⃣ 150-200 Questions
109+
2️⃣ 2 months
110+
3️⃣ 3-4 Ques/day
111111

112112
</details>
113113

114114
<details>
115115
<summary style="font-size:1.15rem;">System Design</summary>
116116

117-
* Tech Level
118-
* System's overview like we will use this queue with DynamoDB and a acheduler with justification of why we are using this DB, SQS, SNS, multithreading, etc.
119-
* for SDE-1 equivalent positions, this level is somewhat rare
120-
* Normal Understanding
121-
* knowledge of dividing system & creating a rough DFD of system
122-
* knowledge of DB Schema creation
123-
* able to create problem-solving logic or not
124-
* Time Required: Just need some reading of artiles/notes, can be pursued parallely
125-
* Great Resources
126-
* [Grokking](https://github.com/lei-hsia/grokking-system-design/blob/master/README.md)
127-
* [Primer](https://github.com/donnemartin/system-design-primer/blob/master/README.md)
117+
* Tech Level:
118+
1️⃣ System's overview like we will use this queue with DynamoDB and a acheduler with justification of why we are using this DB, SQS, SNS, multithreading, etc.
119+
2️⃣ for SDE-1 equivalent positions, this level is somewhat rare
120+
* Normal Understanding:
121+
1️⃣ knowledge of dividing system & creating a rough DFD of system
122+
2️⃣ knowledge of DB Schema creation
123+
3️⃣ able to create problem-solving logic or not
124+
4️⃣ Time Required: Just need some reading of artiles/notes, can be pursued parallely
125+
* Great Resources:
126+
1️⃣ [Grokking](https://github.com/lei-hsia/grokking-system-design/blob/master/README.md)
127+
2️⃣ [Primer](https://github.com/donnemartin/system-design-primer/blob/master/README.md)
128128
</details>
129129

130130
<details>
131131
<summary style="font-size:1.15rem;">Misc Stuff</summary>
132132

133-
* [Aptitude/Reasoning](https://www.geeksforgeeks.org/quiz-corner-gq/)
134-
* Do some mock tests to gain confidence
135-
* Basic Programming MCQ
136-
* [C/C++/Java/Python fundamentals](https://www.geeksforgeeks.org/quiz-corner-gq/)
137-
* Print output type questions
138-
* Time/space complexity Questions
139-
* [SQL Queries](https://www.geeksforgeeks.org/dbms-gq/sql-gq/)
140-
* [Puzzles](https://www.geeksforgeeks.org/puzzles/)
141-
* [Always go through 50-60 interview experiences before interview](https://www.geeksforgeeks.org/company-interview-corner/)
133+
* [Aptitude/Reasoning](https://www.geeksforgeeks.org/quiz-corner-gq/)
134+
1️⃣ Do some mock tests to gain confidence
135+
* Basic Programming MCQ
136+
1️⃣ [C/C++/Java/Python fundamentals](https://www.geeksforgeeks.org/quiz-corner-gq/)
137+
2️⃣ Print output type questions
138+
3️⃣ Time/space complexity Questions
139+
4️⃣ [SQL Queries](https://www.geeksforgeeks.org/dbms-gq/sql-gq/)
140+
* [Puzzles](https://www.geeksforgeeks.org/puzzles/)
141+
* [Always go through 50-60 interview experiences before interview](https://www.geeksforgeeks.org/company-interview-corner/)
142142
</details>
143143

144144
<br />
145145

146-
### Notes and Resources
146+
### 🔰Notes and Resources
147147
Lots of Notes, and Reading Resources picked from different editorials.
148148

149149
<details>
150150
<summary>View Resources/Articles</summary>
151151

152-
- [30 Days SDE Sheet](https://docs.google.com/document/d/1SM92efk8oDl8nyVw8NHPnbGexTS9W-1gmTEYfEurLWQ/edit)
153-
- [CPP Data Structures, Algorithms, and STL Sheet](./Resources/Articles/CPP-STL.md)
154-
- [CPP Syntax Cheet Sheet](./Resources/Articles/CPP-SYNTAX.md)
152+
- [📚30 Days SDE Sheet](https://docs.google.com/document/d/1SM92efk8oDl8nyVw8NHPnbGexTS9W-1gmTEYfEurLWQ/edit)
153+
- [📚CPP Data Structures, Algorithms, and STL Sheet](./Resources/Articles/CPP-STL.md)
154+
- [📚CPP Syntax Cheet Sheet](./Resources/Articles/CPP-SYNTAX.md)
155155
</details>
156156

157157
<details>
158158
<summary>View Notes Links</summary>
159159

160-
- [Dynamic Programming and Bit Masking](./Resources/Notes/Dynamic%20Programming%20and%20Bit%20Masking.md)
161-
- [Disjoint Set Union (Union Find)](./Resources/Notes/Disjoint%20Set%20Union.md)
160+
- [📒Dynamic Programming and Bit Masking](./Resources/Notes/Dynamic%20Programming%20and%20Bit%20Masking.md)
161+
- [📒Disjoint Set Union (Union Find)](./Resources/Notes/Disjoint%20Set%20Union.md)
162162
</details>
163163

164164
<br />
165165

166-
### [DSA Crack Sheet](./DSA%20Crack%20Sheet)
166+
### [🔰DSA Crack Sheet](./DSA%20Crack%20Sheet)
167167
Data Structures and Algorithms Cracks Sheet contains most necessary questions to learn and grasp about most common and important DS and Algos
168168
<!-- ### [Questions List](./DSA%20Crack%20Sheet) -->
169169

170170
<br />
171171

172172

173-
### [Top Interview Preparation Questions](./Leetcode%20Top%20Interview%20Questions)
173+
### [🔰Top Interview Preparation Questions](./Leetcode%20Top%20Interview%20Questions)
174174
This is LeetCode's official curated list of Top classic interview questions to help you land your dream job. Our top interview questions are divided into the following series:
175175

176176
- Easy Collection
@@ -189,25 +189,25 @@ Most of the classic interview questions have multiple solution approaches. For t
189189
Remember: Deliberate practice does not mean looking for answers and memorizing it. You won't go very far with that approach. The more you are able to solve a problem yourself without any reference to answers, the more you will improve.
190190
<br />
191191

192-
### [Companywise Interview Questions](./Companywise%20Questions)
192+
### [🔰Companywise Interview Questions](./Companywise%20Questions)
193193
It is containing the list of company wise questions available on leetcode premium.
194194
Every pdf file in this repository corresponds to a list of questions on leetcode for a specific company based on the leetcode company tags. The list of questions within each pdf is further sorted by their frequency, so the most popular question for a specific company is at the top.
195195
<!-- ### [Question List](./Companywise%20Questions) -->
196196

197197
<br />
198198

199-
### [Leetcode Daily Challenges](./Leetcode%20Daily%20Challenge)
199+
### [🔰Leetcode Daily Challenges](./Leetcode%20Daily%20Challenge)
200200
This Challenge is beginner-friendly. It consists of daily problems given by Leetcode.
201201
A problem is added here each day.
202202

203203
<br />
204204
<br />
205205

206-
## Sources
206+
## 🏆Sources
207207
Other coding websites
208208

209209
<!-- CONTRIBUTING -->
210-
## Contributing
210+
## 🏆Contributing
211211

212212
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
213213

@@ -220,13 +220,13 @@ Contributions are what make the open source community such an amazing place to b
220220

221221

222222
<!-- LICENSE -->
223-
## License
223+
## 🏆License
224224

225225
Distributed under the MIT License. See `LICENSE` for more information.
226226

227227

228228
<!-- CONTACT -->
229-
## Contact
229+
## 🏆Contact
230230

231231
Project Link: [https://github.com/sachuverma/DataStructures-Algorithms](https://github.com/sachuverma/DataStructures-Algorithms)
232232

0 commit comments

Comments
 (0)