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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ This is the Programming Interview Study Plan by Siraj Raval on Youtube. It's [th
- Create & upload 3 python web apps to your GitHub portfolio (document the installation steps well in the README)
- Design your [resume](https://www.youtube.com/watch?v=nMK94JlKRb4).
- Leverage your [Social Media](https://www.youtube.com/watch?v=PulyGf6trOk).
- Try and keep your Github and LinkedIn accounts linked and in-sync with each other.

## 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.
- Try Hackerrank/Hackerearth as well. Hackerearth has many company's challenge and job postings as well.

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