This repository contains all the algorithms we have encountered in the fields of Computer Science, Mathematics and Physics!
Algos for Amigos
├── Computer Science
│ │
│ ├── DSA Fundamentals
│ │ ├── Sorting
│ │ ├── Stacks, Queues, Linked Lists
│ │ └── Graphs
│ │
│ │
│ ├── Programming Languages
│ │ ├── C
│ │ ├── C++
│ │ └── Python
│ │
│ ├── Machine Learning
│ │ └── Supervised Learning
│ │ └── Classification
│ │
│ └── Cyber Security
│ └── Cryptography
│ │ ├── Base64 Encoder Decoder
│ │ ├── Caesar Cipher
│ │ ├── Cracking RSA Encryption
│ │ └── Vigenere Cipher
│ │
│ └── Pico CTF Writeups
│
├── Mathematics
│ │
│ ├── Linear Algebra
│ └── Series
│
└── Quantum Computing
└── Learning QuTiP