Aritra SenA Beginner’s Guide to System DesignMust-Read Guide with insights and tips from my experiences to ace the System Design Interview in FAANG and other big tech companiesSep 18, 2024A response icon15Sep 18, 2024A response icon15
InCode Like A GirlbySurabhi GuptaWhy 500 LeetCode Problems Changed My LifeHow I Prepared for DSA and Secured a Role at MicrosoftSep 26, 2024A response icon81Sep 26, 2024A response icon81
Connie ZhouMastering Data Algorithms — Part 17 Backtracking in PythonBacktracking is a fundamental algorithmic technique used to solve problems that involve searching through all possible configurations to…Oct 28, 2024Oct 28, 2024
Eli BermanDepth-First Search (DFS) AlgorithmUnderstanding how it works, code implementation, real work applications, and 2 example problems.Sep 15, 2024Sep 15, 2024
Pham HoangLeetcode 300. Longest Increasing Subsequence (Visualization Explain)TL;DR: This is the most interesting problem of almost 1000 LC problems I have solved. There are many ways to solve it, and I was asked…Nov 18, 2024Nov 18, 2024
Mahedi Hasan JisanCompetitive Programming #1: Sliding Window TechniqueAn algorithm technique for efficiently solving a problem for arrays and lists. The goal is to iterate through or slide the data structure…Aug 23, 2024A response icon2Aug 23, 2024A response icon2
Chinenye OkekeIntroduction to Data Structures with Real World ExamplesA well-rounded breakdown of data structures and its practical applications in the real world.Jun 26, 2023A response icon1Jun 26, 2023A response icon1
Chinenye OkekeIntroduction to BIG O Notation — Time and Space ComplexityA clear and concise introduction to Big O Notation, focusing on time and space complexity in algorithm analysisJul 16, 2023A response icon9Jul 16, 2023A response icon9