Algorithm classification: различия между версиями
Перейти к навигации
Перейти к поиску
[непроверенная версия] | [непроверенная версия] |
Икрамов (обсуждение | вклад) |
Икрамов (обсуждение | вклад) |
||
Строка 174: | Строка 174: | ||
## {{level|Ant colony algorithms}} | ## {{level|Ant colony algorithms}} | ||
## {{level|Hybrid algorithms}} | ## {{level|Hybrid algorithms}} | ||
− | ## {{level| | + | ## {{level|Finding extrema of a function}} |
− | # <div id="Алгоритмы теории игр">''' | + | # <div id="Алгоритмы теории игр">'''Game theory algorithms'''</div> |
− | # <div id="Алгоритмы моделирования квантовых систем">''' | + | # <div id="Алгоритмы моделирования квантовых систем">'''Algorithms for quantum system simulation'''</div> |
− | ## '' | + | ## ''Algorithms for quantum computation simulation'' |
− | ### {{level| | + | ### {{level|Single-qubit transform of a state vector}} |
− | ### {{level| | + | ### {{level|Two-qubit transform of a state vector}} |
− | ### {{level| | + | ### {{level|Quantum Fourier transform simulation}} |
# <div id="Алгоритмы решения уравнений математической физики">'''Алгоритмы решения уравнений математической физики'''</div> | # <div id="Алгоритмы решения уравнений математической физики">'''Алгоритмы решения уравнений математической физики'''</div> | ||
## {{level|Уравнение Пуассона, решение дискретным преобразованием Фурье}} | ## {{level|Уравнение Пуассона, решение дискретным преобразованием Фурье}} | ||
# <div id="Другие алгоритмы">'''Другие алгоритмы'''</div> | # <div id="Другие алгоритмы">'''Другие алгоритмы'''</div> |
Версия 19:06, 9 апреля 2016
- Vector operations
- Matrix-vector operations
- Matrix operations
- Matrix decompositions
- Triangular decompositions
- Gaussian elimination (finding the LU decomposition)
- Gaussian elimination without pivoting
- LU decomposition via Gaussian elimination
- Compact scheme for Gaussian elimination and its modifications
- Compact scheme for Gaussian elimination: Dense matrix
- Compact scheme for Gaussian elimination and its modifications: Tridiagonal matrix
- Gaussian elimination with pivoting
- Gaussian elimination with column pivoting
- Gaussian elimination with row pivoting
- Gaussian elimination with diagonal pivoting
- Gaussian elimination with complete pivoting
- Gaussian elimination without pivoting
- Cholesky method (finding the symmetric triangular decomposition)
- Cholesky decomposition (square root method): Basic pointwise real variant, dense symmetric positive definite matrix
- Available triangular decompositions for matrices of special form
- Gaussian elimination (finding the LU decomposition)
- Unitary-triangular decompositions
- Unitary Hessenberg decompositions
- Unitary-diagonal decompositions
- Triangular decompositions
- Solving systems of linear algebraic equations (SLAEs)
- Direct methods for solving SLAEs
- Linpack benchmark
- Methods for solving SLAEs of special forms
- Methods for solving triangular SLAEs
- Methods for solving tridiagonal SLAEs
- Methods based on the conventional LU decomposition
- Other methods
- Reduction method
- Two-sided Thomas algorithm
- Cyclic reduction
- Bordering method
- Methods for solving block triangular SLAEs
- Block forward substitution (real version)
- Block backward substitution (real version))
- Methods for solving block bidiagonal SLAEs
- Methods for solving block tridiagonal SLAEs
- Methods based on the conventional LU decomposition
- Other methods
- Solving SLAEs with coefficient matrices of special form whose inverses are known
- Iterative methods for solving SLAEs
- Direct methods for solving SLAEs
- Solving eigenvalue problems
- Computer performance tests
- Fourier transform
- Algebra of polynomials
- Numerical quadrature
- Cubature rules
- Numerical quadrature (cubature) rules on an interval (for a multidimensional cube)
- Numerical quadrature (cubature) rules on an interval (for a multidimensional cube)#Mathematical description
- Numerical quadrature (cubature) rules on an interval (for a multidimensional cube)#Mathematical description
- Numerical quadrature (cubature) rules on an interval (for a multidimensional cube)#Mathematical description
- Numerical quadrature (cubature) rules on an interval (for a multidimensional cube)#Mathematical description
- Graph algorithms
- Traversing a graph
- Single source shortest path (SSSP)
- Breadth-first search (BFS) (for unweighted graphs)
- Dijkstra's algorithm
- Bellman-Ford algorithm
- Δ-stepping algorithm
- All pairs shortest path (APSP)
- Transitive closure of a directed graph
- Longest shortest path
- Construction of the minimum spanning tree (MST)
- Search for isomorphic subgraphs
- Graph connectivity
- Shiloach-Vishkin algorithm for finding the connected components
- Disjoint set union
- Tarjan's strongly connected components algorithm
- DCSC algorithm for finding the strongly connected components
- Tarjan's biconnected components algorithm
- Tarjan-Vishkin biconnected components algorithm
- Tarjan's algorithm for finding the bridges of a graph
- Vertex connectivity of a graph
- Gabow's edge connectivity algorithm
- Finding maximal flow in a transportation network
- Finding minimal-cost flow in a transportation network
- Assignment problem
- Betweenness centrality algorithm
- Search algorithms
- Binary search: Finding the position of a target value within a sorted array, [math]O(log(n))[/math]
- Sorting algorithms
- Computational geometry
- Finding the diameter of a point set
- Finding the convex hull of a point set
- Delaunay triangulation
- Voronoi diagram
- Point-in-polygon problem
- Convex polygon intersection - complexity [math]O(n_1 + n_2)[/math]
- Star-shaped polygon intersection - complexity [math]O(n_1 * n_2)[/math]
- Computer graphics
- Cryptographic algorithms
- Neural networks
- Optimization algorithms
- Game theory algorithms
- Algorithms for quantum system simulation
- Algorithms for quantum computation simulation
- Алгоритмы решения уравнений математической физики
- Другие алгоритмы