coderz.py

  • 23 DSA Patterns
  • DSA Basics
  • DSA Sheet
  • C
  • C++
  • Java
  • Python
  • DBMS
  • Privacy Policy

Tag: Google

  • DSA Sheet

    DSA Sheet

    Serialize and Deserialize a Binary Tree

    Given the root of a binary tree, create two functions: serialize(root) – Converts the binary tree into a string representation….

    January 1, 2025

  • DSA Sheet

    DSA Sheet

    Implement an XOR Linked List

    An XOR-linked list is a memory-efficient version of a doubly linked list. Instead of each node storing separate next and…

    January 4, 2025

  • DSA Sheet

    DSA Sheet

    Count Unival Subtrees in a Binary Tree

    A unival tree (short for "universal value tree") is a tree in which all nodes have the same value. Given…

    January 6, 2025

  • DSA Sheet

    DSA Sheet

    Estimate π Using Monte Carlo Method

    The formula for the area of a circle is given by πr². Use the Monte Carlo method to approximate the…

    January 17, 2025

  • DSA Sheet

    DSA Sheet

    Longest Absolute Path in File System Representation

    Find the length of the longest absolute path to a file within the abstracted file system. The length is measured…

    February 19, 2025

  • DSA Basics

    Find Intersection of Two Singly Linked Lists

    You are given two singly linked lists that intersect at some node. Your task is to find and return the…

    March 11, 2025

coderz.py

Practical coding tutorials and guides for Python, web development, algorithms, and more. Built for developers who love to learn.

Explore

  • 23 DSA Patterns
  • DSA Basics
  • DSA Sheet
  • C
  • C++
  • Java
  • Python
  • DBMS
  • Privacy Policy

Categories

  • 23 DSA Patterns
  • AI
  • C
  • C++
  • Dataweave
  • DBMS
  • DSA Basics
  • DSA Sheet
  • Dynamic Programming
  • Java
  • Machine Learning
  • Mulesoft
  • OODP
  • Python
  • RAML
  • SQL
  • Tech Blogs

Connect

hello@coderzpy.com

© 2026 CoderZPy — Built for developers, by developers.

Made with ❤ & code