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
βββ 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