Skip to content

Commit 41325a7

Browse files
Sean PrashadSean Prashad
Sean Prashad
authored and
Sean Prashad
committed
Add leetcode discuss section
1 parent 130bc70 commit 41325a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- [Java Syntax Notes](#java-syntax-notes)
88
- [Question List](#question-list)
99
- [Solutions](#solutions)
10+
- [Leetcode Discuss](#leetcode-discuss)
1011
- [Tips to Consider](#tips-to-consider)
1112
- [Acknowledgements](#acknowledgements)
1213

@@ -445,6 +446,11 @@ The two pointer approach can be found under `2. Two Pointers or Iterators` [here
445446

446447
Solutions written in Java can be found in the [solutions] branch.
447448

449+
## Leetcode Discuss
450+
451+
[Leetcode discuss] is an amazing resource and features previous interview
452+
questions, as well as compensation and general career advice.
453+
448454
## Tips to Consider
449455

450456
```
@@ -498,6 +504,7 @@ on [14 patterns to ace any coding interview question].
498504
[topcoder]: https://www.topcoder.com/community/competitive-programming/tutorials/dynamic-programming-from-novice-to-advanced/
499505
[back to back swe youtube channel]: https://www.youtube.com/watch?v=jgiZlGzXMBw
500506
[solutions]: https://github.com/SeanPrashad/leetcode-patterns/tree/solutions
507+
[leetcode discuss]: https://leetcode.com/discuss/interview-question
501508
[grokking the coding interview]: https://www.educative.io/courses/grokking-the-coding-interview
502509
[blind 75 list]: https://www.teamblind.com/article/New-Year-Gift---Curated-List-of-Top-100-LeetCode-Questions-to-Save-Your-Time-OaM1orEU?utm_source=share&utm_medium=ios_app
503510
[14 patterns to ace any coding interview question]: https://hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed

0 commit comments

Comments
 (0)