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

    Recursive Bubble Sort in Python

    3 Mins Read

    You’re given an unsorted array of integers and asked to sort it in non-decreasing order using Bubble Sort, but implemented…

    Data Structures & Algorithms

    Sum of first n terms | Using Recursion | Explained

    2 Mins Read

    The GeeksforGeeks problem “Sum of first n terms” asks you to compute the value of and return the result. All…

    Data Structures & Algorithms

    Print N to 1 without loop | Normal Recursion and Backtracking

    3 Mins Read

    The “Print N to 1 without loop” problem on GeeksforGeeks challenges you to output the integers from N down to…

    Data Structures & Algorithms

    Print N times with Recursion | GFG

    3 Mins Read

    The “Print N times with Recursion” problem on GeeksforGeeks asks you to output the string “GFG” exactly N times, using…

    Data Structures & Algorithms

    Check if a Number is Prime or Not | GFG

    4 Mins Read

    A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself.Formally,…

    Data Structures & Algorithms

    4Sum | Leetcode 18 | Explained in Python

    7 Mins Read

    The LeetCode “4Sum” problem asks you to find all unique quadruplets in an integer array nums such that Key details:…

    Data Structures & Algorithms

    3Sum | Leetcode 15 | Explained in Python

    6 Mins Read

    LeetCode #15 “3Sum” asks you to find all unique triplets (i, j, k) in an integer array such that The…

    Data Structures & Algorithms

    Spiral Matrix | Leetcode 54 | Explained in Python

    3 Mins Read

    LeetCode “Spiral Matrix” (#54) asks you to return all the elements of an m × n matrix in clock-wise spiral…

    Data Structures & Algorithms

    Rotate Image | Leetcode 48 | Explained with Images

    4 Mins Read

    LeetCode “Rotate Image” (#48) asks you to rotate an n × n square matrix 90° clockwise in-place (i.e., without returning…

    Data Structures & Algorithms

    Set Matrix Zeroes | Leetcode 73 | Explained

    7 Mins Read

    If you’re preparing for coding interviews, the “Set Matrix Zeroes” problem is a must-know! In this blog, we’ll explain the…

    Previous 1 … 15 16 17 18 19 … 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.