python实现的各类算法链接汇总

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 区块链

  • Chinese Remainder Theorem 中国剩余定理
  • Diophantine Equation 丢番图方程
  • Modular Division

4. Boolean Algebra 布尔代数

  • Quine Mc Cluskey

5. Cellular Automata 元胞自动机

  • One Dimensional

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

  • Burrows Wheeler
  • Huffman
  • Peak Signal To Noise Ratio

8. Conversions 数值转化

  • Decimal To Binary
  • Decimal To Hexadecimal
  • Decimal To Octal
  • Roman To Integer

9. Data Structures 数据结构

  • Binary Tree
    • Avl Tree
    • Basic Binary Tree
    • Binary Search Tree
    • Binary Search Tree Recursive
    • Fenwick Tree
    • Lazy Segment Tree
    • Lowest Common Ancestor
    • Non Recursive Segment Tree
    • Number Of Possible Binary Trees
    • Red Black Tree
    • Segment Tree 线段树
    • Segment Tree Other
    • Treap
  • Data Structures
    • Heap
      • Heap Generic
  • Disjoint Set
    • Disjoint Set
  • Hashing
    • Double Hash
    • Hash Table
    • Hash Table With Linked List
    • Number Theory
      • Prime Numbers
    • Quadratic Probing

你可能感兴趣的:(#,python,算法,python,机器学习,图论,数据结构)