Leetcode Blog
AboutSearchTags
  • Apr 16, 2022

    Convert BST to Greater Tree - Easy HashMap solution

    Binary Search Tree     Binary Tree     C++     Depth-First Search     Medium     Tree    
  • Apr 16, 2022

    Binary Search Tree to Greater Sum Tree - Easy HashMap solution

    Binary Search Tree     Binary Tree     C++     Depth-First Search     Medium     Tree    
  • Apr 15, 2022

    Trim a Binary Search Tree - Recursive C++ solution

    Binary Search Tree     Binary Tree     C++     Depth-First Search     Medium     Tree    
  • Mar 29, 2022

    Find Median from Data Stream - Classical solution two heaps

    C++     Data Stream     Design     Hard     Heap (Priority Queue)     Sorting     Two Pointers    
  • Mar 27, 2022

    Top K Frequent Words - 3 line simplest O(n log n ) solution by sorting

    Bucket Sort     Counting     Hash Table     Heap (Priority Queue)     Medium     Python     Sorting     String     Trie    
  • Mar 27, 2022

    Number of Steps to Reduce a Number in Binary Representation to One - Simply simulate the steps

    Bit Manipulation     C++     Medium     String    
  • Mar 5, 2022

    Delete and Earn - House Robber

    Array     C++     Dynamic Programming     Hash Table     Medium    
  • Mar 3, 2022

    Arithmetic Slices - Faster than 100% C++ solutions and also very easy to understand

    Array     C++     Dynamic Programming     Medium    
Previous         Page: 25 of 28         Next

Leetcode Blog

  • Leetcode Blog
  • piyush01123

A blog of all my leetcode discussion posts.