Leetcode Blog
AboutSearchTags
  • Nov 19, 2022

    Is Graph Bipartite? - BFS

    Breadth-First Search     C++     Depth-First Search     Graph     Medium     Union Find    
  • Nov 17, 2022

    Rectangle Area - Overlapping intervals expand idea from 1D

    C++     Geometry     Math     Medium    
  • Nov 16, 2022

    Word Search II - [Explained] Trie + DFS Clean C++ code

    Array     Backtracking     C++     Depth-First Search     Hard     Matrix     String     Trie    
  • Nov 16, 2022

    Count Complete Tree Nodes - Recursivle solution with explanation

    Binary Search     Binary Tree     C++     Depth-First Search     Medium     Recursion     Tree    
  • Nov 13, 2022

    Reverse Words in a String - ✅ ✅ ✅ One Liner

    Medium     Python     String     Two Pointers    
  • Nov 13, 2022

    Minimum Number of Operations to Sort a Binary Tree by Level - BFS + Min swaps to sort

    Binary Tree     Breadth-First Search     C++     Medium     Tree    
  • Nov 13, 2022

    Kth Largest Element in a Stream - Min Heap

    Binary Search Tree     Binary Tree     Data Stream     Design     Easy     Heap (Priority Queue)     Tree    
  • Nov 12, 2022

    Odd String Difference - O(1) space + 100% faster

    C++     Easy     Hash Table     Math     String    
Previous         Page: 14 of 28         Next

Leetcode Blog

  • Leetcode Blog
  • piyush01123

A blog of all my leetcode discussion posts.