Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ This is the Programming Interview Study Plan by Siraj Raval on Youtube. It's [th
- Leverage your [Social Media](https://www.youtube.com/watch?v=PulyGf6trOk).

## Step 5 - Practice Data Structures & Algorithms
- Solve 100 Easy, 50 Medium, and 2 Hard [Leetcode](http://leetcode.com) problems. Give yourself 45 minutes max per problem.

###### Resources
- Solve 100 Easy, 50 Medium, and 2 Hard [Leetcode](http://leetcode.com) problems.
- The HackerRank Interview Preparation Kit (https://www.hackerrank.com/interview/interview-preparation-kit)
Give yourself 45 minutes max per problem.

###### How to Solve problems
1. Brute force solution
Expand Down