30 hard level algorithms: google - Leetcode premium
Dec. 7, 2020
Introduction
It is a tough project to work on. I am planning to go over the following 30 hard level algorithms provided by Leetcode premium.
30 hard level algorithms
I like to go over those 30 hard level algorithms
- 727 Minimum windows subsequence - DP, sliding window
- 715 Range Module, Segment tree, ordered map
- 552 Student attendance record II, DP
- 465 Optimal account balancing
- 1499 Max value of equation, Array, sliding window
- 753 Cracking the safe, math, DFS
- 1231 Divide Chocolate, Binary search, greedy
- 308 Range sum query 2D - Mutable, Binary indexed tree, segment tree
- 1293 Shortest path in a grid with obstacles elimination
- 1444 Number of ways of cutting a pizza, DP
- 527 Word abbreviation, string, Sort
- 1240 Tiling a rectangle with the fewest squares, DP, backtracking
- 315 Count of smaller numbers after self, Binary search, Divide and conquer, Sort, binary indexed tree, segment tree
- 460 LFU cache, design
- 1406 Stone game III
- 248 Strobogrammatic Number III
- 1610 Maximum number of visible points, Two pointers, Geometry
- 335 Self crossing, Math
- 420 Strong password checker
- 1345 Jump Game IV
- 679 24 Game
- 642 Design search autocomplete system
- 1377 Frog position after T seconds
- 818 Race car
- 1255 Maximum score words formed by letters, bit manipulation
- 174 Dungeon game, binary search, DP
- 1125 Smallest sufficient team, DP, bit manipulation
- 68 Text justification, string
- 847 shortest path visiting all nodes, DP, BFS
- 732 My calendar III, segment tree, ordered map
Actionable Items
I only studied and learned the top nine hard level algorithms, still I have 21 algorithms to review. Now it is 11:34 PM.
- 727 Minimum windows subsequence - DP, sliding window
- 715 Range Module, Segment tree, ordered map
- 552 Student attendance record II, DP
- 465 Optimal account balancing
- 1499 Max value of equation, Array, sliding window
- 753 Cracking the safe, math, DFS
- 1231 Divide Chocolate, Binary search, greedy
- 308 Range sum query 2D - Mutable, Binary indexed tree, segment tree
- 1293 Shortest path in a grid with obstacles elimination
No comments:
Post a Comment