Leetcode Blog
AboutSearchTags
  • Jan 19, 2022

    N-ary Tree Level Order Traversal - Easy BFS solution

    Breadth-First Search     Medium     Tree    
  • Jan 19, 2022

    Linked List Cycle II - An easy and a difficult solution

    Hash Table     Linked List     Medium     Two Pointers    
  • Jan 7, 2022

    House Robber III - Recursion+Memoization [cpp] Explained with intuitions step-wise

    Binary Tree     C++     Depth-First Search     Dynamic Programming     Medium     Memoization     Recursion     Tree    
  • Jan 6, 2022

    Construct Binary Tree from Preorder and Inorder Traversal - Two easy to understand recursive solutions

    Array     Binary Tree     C     Divide and Conquer     Hash Table     Medium     Tree    
  • Dec 29, 2021

    Find All Possible Recipes from Given Supplies - Two ways to do topological sort

    Array     C     Graph     Hash Table     Medium     Python     String     Topological Sort    
  • Dec 29, 2021

    Check if a Parentheses String Can Be Valid - Greedy Solution with easy to understand intuition [C++,Python]

    C     Greedy     Medium     Python     Stack     String    
  • Dec 10, 2021

    Robot Bounded In Circle - C++ Basic solution

    Math     Medium     Simulation     String    
  • Jul 6, 2021

    Gray Code - Python easy to understand 3 line recursive solution

    Backtracking     Bit Manipulation     Math     Medium    
Previous         Page: 28 of 28 Next

Leetcode Blog

  • Leetcode Blog
  • piyush01123

A blog of all my leetcode discussion posts.