Skip to content

Latest commit

Β 

History

History
33 lines (29 loc) Β· 1.78 KB

File metadata and controls

33 lines (29 loc) Β· 1.78 KB

Data Structures and Algorithms | MAANG

This repository contains my notes on data structures and algorithms including problems, resources, common techniques, and implementations of all common data structures in Python. These are meant to help me crack technical interviews at big Tech companies like Google, Facebook, Amazon, Microsoft, etc.

Telegram: Davron_Coder Channel: Daily Algo Boost

Folder Structure

β”œβ”€β”€ 42.uz/                      # Problem set from 42 school Uzbek
    β”œβ”€β”€ ...
β”œβ”€β”€ data-structures/             # Implementations of common data structures & notes
β”‚   β”œβ”€β”€ algoexpert-data/        # AlgoExpert problem solutions
β”‚   β”‚   β”œβ”€β”€ Easy/               # Easy level problems
β”‚   β”‚   β”œβ”€β”€ Medium/             # Medium level problems
β”‚   β”‚   β”œβ”€β”€ Hard/               # Hard level problems
β”‚   β”‚   └── Very Hard/          # Very Hard level problems
β”‚   └── data-structures-and-algorithms/  # DSA course materials
β”œβ”€β”€ problems/                   # Coding interview problems
β”‚   β”œβ”€β”€ Leetcode/               # LeetCode problems
β”‚   β”‚   β”œβ”€β”€ easy/               # Easy problems
β”‚   β”‚   β”œβ”€β”€ medium/             # Medium problems
β”‚   β”‚   └── hard/               # Hard problems
β”‚   └── NeetCode/               # NeetCode problems
β”‚   β”‚   β”œβ”€β”€ easy/               # Easy problems
β”‚   β”‚   β”œβ”€β”€ medium/             # Medium problems
β”‚   β”‚   └── hard/               # Hard problems
β”œβ”€β”€ books/                      # Reference books and materials
β”‚   └── Useful/                 # Useful resources
β”œβ”€β”€ .gitignore                  # Files ignored by git
└── README.md