I just saw a study guide someone made for what leetcode topics they covered before interviews. Don’t forget to filter by greedy algos and do a bunch of them. It’s probably one of the more important topics study because a lot of problems use greedy logic but don’t explicitly say it. Also greedy algos are often more optimal than dynamic programming solutions on the same problem.
Tc 100k
Want to see the real deal?
More inside scoop? View in App
More inside scoop? View in App
blind
SUPPORT
FOLLOW US
DOWNLOAD THE APP:
FOLLOWING
Industries
Job Groups
- Software Engineering
- Product Management
- Information Technology
- Data Science & Analytics
- Management Consulting
- Hardware Engineering
- Design
- Sales
- Security
- Investment Banking & Sell Side
- Marketing
- Private Equity & Buy Side
- Corporate Finance
- Supply Chain
- Business Development
- Human Resources
- Operations
- Legal
- Admin
- Customer Service
- Communications
Return to Office
Work From Home
COVID-19
Layoffs
Investments & Money
Work Visa
Housing
Referrals
Job Openings
Startups
Office Life
Mental Health
HR Issues
Blockchain & Crypto
Fitness & Nutrition
Travel
Health Care & Insurance
Tax
Hobbies & Entertainment
Working Parents
Food & Dining
IPO
Side Jobs
Show more
SUPPORT
FOLLOW US
DOWNLOAD THE APP:
comments
https://leetcode.com/problems/minimum-number-of-refueling-stops/description/
https://leetcode.com/problems/non-overlapping-intervals/description/
These 2 don’t have explicitly greedy ideal approaches but their ideal approaches involve taking a minimum or maximum to make a decision so I’ll count them.
https://leetcode.com/problems/minimum-cost-tree-from-leaf-values/description/
https://leetcode.com/problems/trapping-rain-water/solution/