mock test @ 9:30
Lyft customer service use case
https://www.pramp.com/question/lK4AoGA0E5SgKL5MLmVw
Shifting focus from goals to process
Be better at
- competitive coding
- ML system design
- understanding AI research papers
- competitive coding
- ML system design
- understanding AI research papers
pair with specific difference
stats revision
- basics
- inferential stats
- inferential stats
hsbc test
Office work: final use case
LC monthly challenge
mock
Algorithms: Largest Smaller BST Key @9:30 pm
workout and chill
Office: use cases
721. Accounts Merge
https://leetcode.com/problems/accounts-merge/
Pattern: connected graph
Pattern: connected graph
office work: use case
ML Use case
- Project metrics: https://psvishnu.substack.com/p/summary-critical-project-metrics
- Collected new use cases
- Started working on a new use case
- Collected new use cases
- Started working on a new use case
797. All Paths From Source to Target
Pattern: Graph DFS/BFS
Complexity: T:O(2^N), S:O(N)
Complexity: T:O(2^N), S:O(N)
weekly content 269
- Find Target Indices After Sorting Array. Pattern: sorting
- K Radius Subarray Averages. Pattern: Sliding Window
- Removing Minimum and Maximum from Array, Pattern: ???
- Find All people with Secret, Pattern: Graph
- K Radius Subarray Averages. Pattern: Sliding Window
- Removing Minimum and Maximum from Array, Pattern: ???
- Find All people with Secret, Pattern: Graph
66th Leetcode bi-weekly challenge
1. Count Common Words With One Occurrence
2. Minimum Number of Buckets Required to Collect Rainwater from Houses
3. Minimum Cost Homecoming of a Robot in a Grid
4. Count Fertile Pyramids in a Land
2. Minimum Number of Buckets Required to Collect Rainwater from Houses
3. Minimum Cost Homecoming of a Robot in a Grid
4. Count Fertile Pyramids in a Land
238. Product of Array Except Self
Optimized solution: T:O(n) S:O(1)
Pattern: Prefix and Suffix sum
Pattern: Prefix and Suffix sum
35. Search Insert Position
Pattern: binary search
Time: O(logn)
Space: O(1)
Time: O(logn)
Space: O(1)
53. Maximum Subarray
986. Interval List Intersections
https://leetcode.com/problems/interval-list-intersections/
Important point: Know what are intersecting points and the formula to find intersection is max(x1,x2) and min(y1,y2)
Important point: Know what are intersecting points and the formula to find intersection is max(x1,x2) and min(y1,y2)