Close Menu
    Code and Debug
    • Home
    • Our Courses
    • Blog
    • About Us
    • Contact Us
    Facebook X (Twitter) Instagram YouTube WhatsApp
    • Home
    • Our Courses
    • Blog
    • About Us
    • Contact Us
    Facebook Instagram YouTube LinkedIn WhatsApp

    Code and Debug – BlogCode and Debug – Blog

    Code and Debug – BlogCode and Debug – Blog
    Data Structures & Algorithms

    Stack using Linked List | Optimal Solution

    3 Mins Read

    Learning to implement a Stack using a Linked List is an essential step in mastering data structures. It’s not only a popular…

    Data Structures & Algorithms

    Implement Queue using Stacks | Leetcode 232 | Using 2 stacks

    4 Mins Read

    Implement a first in first out (FIFO) queue using only two stacks. The implemented queue should support all the functions…

    Data Structures & Algorithms

    Minimum Falling Path Sum | Leetcode 931 | Variable Starting and Ending Points

    7 Mins Read

    Given an n x n array of integers matrix, return the minimum sum of any falling path through matrix. A falling path starts at any element in the first row and…

    Data Structures & Algorithms

    Triangle | Leetcode 120 | All 4 DP Solutions

    6 Mins Read

    Given a triangle array, return the minimum path sum from top to bottom. For each step, you may move to an adjacent number…

    Data Structures & Algorithms

    Minimum Path Sum | Leetcode 64 | All 4 DP Solutions

    8 Mins Read

    Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right, which minimizes the sum…

    Data Structures & Algorithms

    Unique Paths II | Leetcode 63 | All 4 DP Solutions

    6 Mins Read

    You are given an m x n integer array grid. There is a robot initially located at the top-left corner (i.e., grid[0][0]). The robot tries to…

    Data Structures & Algorithms

    Unique Paths | Leetcode 62 | All 4 DP Solutions

    6 Mins Read

    There is a robot on an m x n grid. The robot is initially located at the top-left corner (i.e., grid[0][0]). The robot tries to…

    Data Structures & Algorithms

    Geek’s Training | 2D Dynamic Programming | GFG Practice

    7 Mins Read

    Geek is going for a training program for n days. He can perform any of these activities: Running, Fighting, and Learning Practice. Each activity…

    Data Structures & Algorithms

    House Robber II | Leetcode 213 | All 4 Solutions

    8 Mins Read

    You are a professional robber planning to rob houses along a street. Each house has a certain amount of money…

    Data Structures & Algorithms

    House Robber | Leetcode 198 | Brute Force and Optimal Solutions

    7 Mins Read

    You are a professional robber planning to rob houses along a street. Each house has a certain amount of money…

    Previous 1 … 6 7 8 9 10 … 25 Next
    Categories
    • Data Structures & Algorithms (240)
      • Beginner (82)
      • Expert (52)
      • Intermediate (106)
    • Uncategorised (1)
    Recent Posts

    Symmetric Tree | Leetcode 101 | Recursive DFS Approach

    2 September 2025

    Binary Tree Right Side View | Leetcode 199 | BFS and DFS Approaches

    2 September 2025

    Bottom View of Binary Tree | BFS with Horizontal Distance Mapping

    2 September 2025

    Top View of Binary Tree | BFS with Horizontal Distance Mapping

    2 September 2025

    Vertical Order Traversal of a Binary Tree | Leetcode 987 | BFS + Sorting Solution

    2 September 2025
    Facebook Instagram YouTube LinkedIn WhatsApp
    © 2025 Code and Debug. All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.