Leetcode Blog
AboutSearchTags
  • Feb 3, 2022

    Seat Reservation Manager - Easy min-heap solution

    C     Design     Heap (Priority Queue)     Medium    
  • Feb 3, 2022

    Max Area of Island - DFS solution

    Array     Breadth-First Search     C     Depth-First Search     Matrix     Medium     Python     Union Find    
  • Feb 3, 2022

    4Sum - C++ TLE vs Python AC issue

    Array     Medium     Sorting     Two Pointers    
  • Feb 3, 2022

    4Sum II - Easy O(N^2) solution using HashMap

    Array     C     Hash Table     Medium     Python    
  • Feb 2, 2022

    Find All Anagrams in a String - Simplest solution ever

    C     Hash Table     Medium     Python     Sliding Window     String    
  • Feb 1, 2022

    Next Permutation - Well-explained O(n) easy to understand in C++

    Array     C     Medium     Two Pointers    
  • Jan 25, 2022

    Maximum Good People Based on Statements - [C++,Java,Python] Detailed easy to understand bitmask

    Array     Backtracking     Bit Manipulation     C     Enumeration     Hard     Java     Python    
  • Jan 21, 2022

    Add Binary - Serious and non-serious solution

    Bit Manipulation     Easy     Math     Simulation     String    
Previous         Page: 27 of 28         Next

Leetcode Blog

  • Leetcode Blog
  • piyush01123

A blog of all my leetcode discussion posts.