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 sets & notes from 42 School Uzbekistan
β βββ bigO/ # Big-O notation notes
β βββ data-structures/ # Array & string exercises
β βββ images/ # Diagrams used in notes
βββ algo-expert/ # AlgoExpert problem solutions
β βββ Easy/ # Easy level problems
β βββ Medium/ # Medium level problems
β βββ Hard/ # Hard level problems
β βββ Very Hard/ # Very Hard level problems
βββ algo.monster/ # Algo.Monster study plan & course notes
β βββ 1-week/ # 1-week crash course notes
β βββ plan.md # 8-week study plan
βββ data-structures/ # Data structure notes & implementations
βββ notes/ # Video lesson notes on DSA fundamentals
βββ problems/ # Coding interview problems
β βββ Leetcode/ # LeetCode problems
β β βββ easy/ # Easy problems
β β βββ medium/ # Medium problems
β β βββ hard/ # Hard problems
β βββ NeetCode/ # NeetCode problems
βββ books/ # Reference books and PDFs
βββ .gitignore # Files ignored by git
βββ README.md