Skip to content

Latest commit

 

History

History
83 lines (71 loc) · 1.82 KB

README.md

File metadata and controls

83 lines (71 loc) · 1.82 KB

Amigos Banner

All the Algorithms you'll ever need :D

This repository contains all the algorithms we have encountered in the fields of Computer Science, Mathematics and Physics!

Contents -

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