gitextract_8jkg2j4b/ ├── .all-contributorsrc ├── .github/ │ └── FUNDING.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── FAQ.md ├── HELP.md ├── LICENSE ├── README.md ├── extras/ │ ├── bibliography/ │ │ ├── 01_digital_circuits.md │ │ ├── 02_discrete_mathematics.md │ │ ├── 03_programming_languages.md │ │ ├── 04_intro_python.md │ │ ├── 05_analytic_geometry.md │ │ ├── 06_intro_calculus.md │ │ ├── 07_intro_linear_algebra.md │ │ ├── 08_data_structure.md │ │ ├── 09_python.md │ │ ├── 10_object_orientation.md │ │ ├── 11_graph_algorithms.md │ │ ├── 12_computer_architecture.md │ │ ├── 13_statistics_probability.md │ │ ├── 14_advanced_calculus.md │ │ ├── 15_haskell.md │ │ ├── 16_analysis_of_algorithms.md │ │ ├── 17_numeric_methods.md │ │ ├── 18_database.md │ │ ├── 19_computer_architecture_II.md │ │ ├── 20_logical_programming.md │ │ ├── 21_computer_network.md │ │ ├── 22_software_engineering.md │ │ ├── 23_operating_system.md │ │ ├── 24_math_optimization.md │ │ ├── 25_fundamentals_computer_graphics.md │ │ ├── 26_automata_theory.md │ │ ├── 27_artificial_intelligence.md │ │ ├── 28_distributed_computing.md │ │ ├── 29_graphs.md │ │ ├── 30_multivariable_calculus.md │ │ ├── 31_theory_of_computation.md │ │ ├── 32_deep_learning.md │ │ ├── 33_compilers.md │ │ ├── 34_quantum_computing.md │ │ └── 35_methodology.md │ ├── books.md │ ├── courses.md │ └── softskills.md └── specializations/ ├── computer_graphics.md ├── cybersecurity.md ├── data_science.md ├── database_administration.md ├── devops.md ├── embedded_systems.md ├── mobile_development.md └── web_development.md