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

    Breadth-First Search in Binary Trees: Level-Order Traversal with Python

    4 Mins Read

    Learn how to perform a level-order (BFS) traversal on a binary tree using Python’s collections.deque. This beginner-friendly guide shows you…

    Data Structures & Algorithms

    A Beginner’s Guide to Preorder, Inorder & Postorder Traversals

    4 Mins Read

    Dive into Depth-First Search (DFS) on binary trees! In this friendly guide, we’ll learn about preorder, inorder, and postorder traversals…

    Data Structures & Algorithms

    Python Program to Count Number of Digits | Explained

    5 Mins Read

    Python Program to Count Number of Digits [Problem Link]. EXAMPLES: As only one digit is ‘2’ present in ‘X’ so…

    Data Structures & Algorithms

    Extraction of Digits in Python | Explained Step-by-Step

    3 Mins Read

    Welcome to this article on extraction of digits in Python. Explained step-by-step with the intuitive approach, code, explanation, dry run…

    Data Structures & Algorithms

    Time Complexity and Space Complexity in DSA | Explained with Examples

    11 Mins Read

    Time complexity and space complexity, both measure an algorithm’s efficiency. Where time complexity shows how the running time increases with…

    Data Structures & Algorithms

    Python Program for Selection Sort Algorithm

    4 Mins Read

    Hi everyone! In this article, we’ll guide you through the Python Program for Selection Sort Algorithm. With detailed examples, approach,…

    Data Structures & Algorithms

    Python Program to Reverse Array Using Recursion and While Loop

    14 Mins Read

    Hi everyone! In this article, we’ll guide you through the Python program to reverse an array using recursion and while…

    Data Structures & Algorithms

    Right Rotate an Array by K places | Explained with Examples

    10 Mins Read

    In this article we’ll guide you through the Python program to Right Rotate an Array by K places (in-place) [Problem…

    Data Structures & Algorithms

    Remove duplicates from Sorted array – Leetcode 26

    6 Mins Read

    Hi everyone, in this article we’ll guide you through the Python program to Remove Duplicates from Soroted Array (in-place) [Problem…

    Data Structures & Algorithms

    Find the Largest Element in an Array

    5 Mins Read

    Hi everyone, in this article we’ll guide you through the Python program to find the largest element in an Array…

    Previous 1 … 22 23 24 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.