Growth Notes #4
Sep 14, 2025 at 13:00 pm
Growth Notes: 3rd September, 2025 - 14th September, 2025
Data Structures and Algorithms
Topics practiced: Topological sort in Graphs, Disjoint set union in Graphs, Sliding window, Binary search, Strings and related problems. I solved 2 problems a day on average. Not bad.
- 3516. Find closest Person
- 75. Sort Colors
- 207. Course Schedule
- 210. Course Schedule II
- 229. Majority Element II
- 785. Is Graph Bipartite
- 125. Valid Palindrome
- 242. Valid Anagram
- 14. Longest Common Prefix
- 852. Peak Index in a mountain array
- 540. Single Element in Sorted Array
- 496. Next Greater Element I
- 20. Valid Parentheses
- 560. Subarray sum equals k
- 1. Two Sum
- 11. Container with most water
- 2785. Sort Vowels in a String
- 1629. Slowest Key
- 485. Max Consecutive Ones
- 1004. Max Consecutive Ones III
- 3541. Find the Most Frequent Vowel and Consonant
Databases
I solved problems on SQL concepts on sql-practice.com and w3resource.com. Focused on JOINS and GROUP BY related queries especially.
Mock Interviews
I gave two mock interviews, where I performed significantly well than before. In DSA problems, the approach was correct but missed in the details. Operating Systems, Projects and AWS related question were handled correctly. The topics that I missed are :
- Circuit Switching vs Packet Switching
- Link-state routing vs Distance vector routing
- Deadlocks in DBMS
- Which soft skills do I have?
In addition, I managed to write 2 SQL queries correctly during the mock interview within 10 minutes and in first attempt.