logo
patb.fyi
Home
Initializing search
    • Home
    • Algorithms
    • Blog
    • Resources
    • About
    • Home
    • Algorithms
        • Introduction
        • Hoare Partition
        • Lomuto Partition
        • In-Place Deduplication
      • Quickselect
      • Quicksort
      • Two Way Merge
      • Merge Sort
      • K Way Merge
      • Comparison Based Sorting
      • External Sorting
        • Mapping 2D Array to 1D Array
        • Mapping 1D Array to 2D Array
        • Allocate, Copy and Transpose 2D Matrix
        • Diagonal and Antidiagonal traversal of Square Matrix
        • In Place Transpose of a Square Matrix
        • Introduction
        • Median of two sorted arrays
      • Basic Recursion
        • What exactly is a Tree?
        • Properties and Terms
        • Depth First Binary Tree Traversals
      • Backtracking
        • The Division Algorithm
          • Introduction
          • The Ugly Number Problem
        • Arithmetic Series and Gauss Summation
          • Number Theoretic Notation
          • Set Theoretic Notation
    • Blog
        • 2025
        • 2023
        • AWS
        • Algorithms
        • Basics
        • C
        • Data_Structures
        • ETL
        • Encodings
        • IAM
        • Serverless
    • Resources
      • Asyncio Deep Dive: Mastering Asynchronous Python
      • Dimensional Data Modeling Cheatsheet
      • Pushing a local folder to a new git repo using gh
      • Removing secrets from git history
      • Just Enough JavaScript for Data-Intensive Frontends
      • PyInstaller Deep Dive: Complete Guide with uv
      • Python Dictionary Methods Cheatsheet
      • Python Lists Cheatsheet
      • Python Regular Expressions Cheatsheet
      • Python Sets Cheatsheet
      • Python Strings Cheatsheet
      • Python Cheatsheet
      • SQL Basics Cheatsheet
      • Terraform Cheatsheet
      • Terraform Scenarios
      • uv Cheatsheet
    • About

    P. Bhanuprasad

    Notes on algorithms, data engineering, and software.

    Recent Posts

    May 20, 2025

    Fun Facts about two's complement encoding

    April 17, 2025

    Building Serverless ETL Pipelines on AWS

    May 17, 2025

    Anatomy of an AWS Policy

    May 17, 2025

    What exactly is a Tree

    August 9, 2023

    Depth First Binary Tree Traversals

    Next
    Algorithms - The Pareto Set
    Made with Material for MkDocs