Algorithm with python
CONTENT
- Algorithm with python
-
- 1. Arithmetic Analysis 算法分析
- 2. Backtracking 回溯法
- 3. Blockchain 区块链
- 4. Boolean Algebra 布尔代数
- 5. Cellular Automata 元胞自动机
- 6. Ciphers 密码
- 7. Compression
- 8. Conversions 数值转化
- 9. Data Structures 数据结构
- 10. Digital Image Processing 数字图像处理
- 11. Divide And Conquer 分治法
- 12. Dynamic Programming 动规
- 13. File Transfer
- 14. Fuzzy Logic 模糊逻辑
- 15. Geodesy 距离算法
- 16. Graphics
- 17. Graphs 图算法
- 18. Hashes
- 19. Linear Algebra
- 20. Machine Learning
- 21. Maths
- 22. Matrix
- 23. Networking Flow
- 24. Neural Network
- 25. Other
- 26. Scheduling 线程
- 27. Searches 查询算法
- 28. Sorts 排序算法
- 29. Strings
- 30. Traversals 二叉树遍历
- 31. Web Programming
- a. Project Euler 数学编程题
1. Arithmetic Analysis 算法分析
- Bisection 二分法
- Gaussian Elimination 高斯消元法
- In Static Equilibrium
- Intersection
- Lu Decomposition
- Newton Forward Interpolation 牛顿前向插值法
- Newton Method
- Newton Raphson
- Secant Method 正割法
2. Backtracking 回溯法
- All Combinations
- All Permutations
- All Subsequences
- Coloring
- Hamiltonian Cycle
- Minimax
- N Queens
- Sudoku
- Sum Of Subsets
3. Blockchain 区块链
4. Boolean Algebra 布尔代数
5. Cellular Automata 元胞自动机
6. Ciphers 密码
- A1Z26
- Affine Cipher
- Atbash
- Base16
- Base32
- Base64 Cipher
- Base85
- Brute Force Caesar Cipher
- Caesar Cipher
- Cryptomath Module
- Decrypt Caesar With Chi Squared
- Deterministic Miller Rabin
- Diffie
- Elgamal Key Generator
- Hill Cipher
- Mixed Keyword Cypher
- Morse Code Implementation
- Onepad Cipher
- Playfair Cipher
- Porta Cipher
- Rabin Miller
- Rot13
- Rsa Cipher
- Rsa Factorization
- Rsa Key Generator
- Shuffled Shift Cipher
- Simple Keyword Cypher
- Simple Substitution Cipher
- Trafid Cipher
- Transposition Cipher
- Transposition Cipher Encrypt Decrypt File
- Vigenere Cipher
- Xor Cipher
7. Compression
8. Conversions 数值转化
9. Data Structures 数据结构
- Binary Tree
- Data Structures
- Heap
- Disjoint Set
- Hashing
- Heap
- Linked List
- Queue