Leetcode Blog
AboutSearchTags
  • Oct 21, 2022

    Factorial Trailing Zeroes - [Easy] One liner

    C++     Math     Medium    
  • Oct 21, 2022

    Contains Duplicate II - Hashset

    Array     C++     Easy     Hash Table     Sliding Window    
  • Oct 19, 2022

    Top K Frequent Words - [C++,Python(3/1 lines)] Two methods: Sorting / Max heap

    Bucket Sort     C++     Counting     Hash Table     Heap (Priority Queue)     Medium     Python     Sorting     String     Trie    
  • Oct 18, 2022

    Search a 2D Matrix II - Top right to bottom left

    Array     Binary Search     C++     Divide and Conquer     Matrix     Medium    
  • Oct 18, 2022

    Min Stack - Beauty of OOP

    C++     Design     Medium     Stack    
  • Oct 17, 2022

    Surrounded Regions - Island method [DFS]

    Array     Breadth-First Search     Depth-First Search     Matrix     Medium     Union Find    
  • Oct 17, 2022

    Number of Islands - Easy DFS

    Array     Breadth-First Search     Depth-First Search     Matrix     Medium     Union Find    
  • Oct 15, 2022

    Count Primes - Sieve of Eratosthenes with Exaplanation

    Array     C++     Enumeration     Math     Medium     Number Theory    
Previous         Page: 17 of 28         Next

Leetcode Blog

  • Leetcode Blog
  • piyush01123

A blog of all my leetcode discussion posts.