- AlgoMonster - Questions/subjetcs patterns in coding interviews.
- Includes specific data for Amazon, Apple, Google, Meta.
- Includes ROI for different subjects in terms of time investments.
- Flow chart of how to approach a problem.
- Honestly, a lot more.
- InterviewBit - Similar to LeetCode.
- Shows company questions for free.
- Has a focus on timing solutions.
- NeetCode.io, NeetCode YouTube channel.
- Subjects roadmap for learning and practicing.
- NeetCode 75 & NeetCode 150 for interview preparations.
- Videos of detailed solutions with explanations - both intuitively and programmatically.
- Strategy of learning and solving LeetCode questions.
- Codility - Great for simulating real exams.
- Lessons.
- Simulates a real exam by:
- Focus on writing your own testcases. No testcases are provided by this website.
- Timed exam.
- Once you submit your solution:
- You receive a grade.
- You see an explanation of successes/failures. Testcases are divided to categories such as edge cases, time complexity, etc., but no explicit testcases are provided/shown.
- You need to restart the exam to submit a new solution.
Solutions to the LeetCode problems I solved/studied so far: