Leetcode Blog
AboutSearchTags
  • Feb 13, 2022

    Subsets - Simple Iterative solution

    Array     Backtracking     Bit Manipulation     C++     Medium    
  • Feb 13, 2022

    Check If a String Contains All Binary Codes of Size K - HashSet 2 solutions O(n) and O(nk)

    Bit Manipulation     C++     Hash Function     Hash Table     Medium     Rolling Hash     String    
  • Feb 11, 2022

    Subarray Sum Equals K - O(N) HashMap cummulative sum

    Array     C++     Hash Table     Medium     Prefix Sum    
  • Feb 11, 2022

    Permutation in String - Sliding window

    C++     Hash Table     Medium     Sliding Window     String     Two Pointers    
  • Feb 9, 2022

    Valid Triangle Number - O(N^2) log(N) Binary Search [AC]

    Array     Binary Search     Binary Tree     C++     Greedy     Medium     Sorting     Two Pointers    
  • Feb 6, 2022

    Minimum Falling Path Sum - DP Solution very straightforward | Seam Carving

    Array     Dynamic Programming     Matrix     Medium     Python    
  • Feb 5, 2022

    Merge k Sorted Lists - Min heap solution

    C     Divide and Conquer     Hard     Heap (Priority Queue)     Linked List     Merge Sort     Python    
  • Feb 4, 2022

    Contiguous Array - Well-explained HashMap concise with pseudocode

    Array     C     Hash Table     Medium     Prefix Sum    
Previous         Page: 26 of 28         Next

Leetcode Blog

  • Leetcode Blog
  • piyush01123

A blog of all my leetcode discussion posts.