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

    Queue using Linked List | Complete Guide in Python

    3 Mins Read

    Implementing a Queue using a Linked List is a foundational data structure exercise with widespread use in real-world computing and interview questions.…

    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…

    Previous 1 2 3 4 … 19 Next
    Categories
    • Data Structures & Algorithms (181)
      • Beginner (68)
      • Expert (42)
      • Intermediate (71)
    • Uncategorised (1)
    Recent Posts

    Minimum sum partition | Solved using Tabulation in Python

    11 August 2025

    Partition Equal Subset Sum | Leetcode 416

    11 August 2025

    Subset Sum Problem | Solved using Dynamic Programming

    11 August 2025

    Cherry Pickup II | Leetcode 1463 | Solved using Dynamic Programming

    11 August 2025

    Trapping Rain Water | Leetcode 42 | Brute, Better and Optimal Solution using Stack

    11 August 2025
    Facebook Instagram YouTube LinkedIn WhatsApp
    © 2025 Code and Debug. All rights reserved.

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