Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreeadraghici/algorithms
Algorithms Implements-The implementations from this repository were coded using C++ programming language and Java programming language
https://github.com/andreeadraghici/algorithms
algorithm algorithms java mathematical-algorithms numerical-methods sorting-algorithms
Last synced: 20 days ago
JSON representation
Algorithms Implements-The implementations from this repository were coded using C++ programming language and Java programming language
- Host: GitHub
- URL: https://github.com/andreeadraghici/algorithms
- Owner: AndreeaDraghici
- Created: 2021-03-29T20:02:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T09:12:59.000Z (over 3 years ago)
- Last Synced: 2024-11-20T18:40:25.715Z (3 months ago)
- Topics: algorithm, algorithms, java, mathematical-algorithms, numerical-methods, sorting-algorithms
- Language: C++
- Homepage:
- Size: 8.06 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms
The implementations from this repository were coded using C++ programming language and Java programming language.
!!!!! NOTE: Each repository also contains images with input and output data for each implemented algorithm. !!!!!
-----------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------
Sorting Algorithms in Java:1.Bubble Sort
2.Selection Sort
3.Insertion Sort
-----------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------Mathematical algorithms in C++:
1. Gaussian elimination method
2. Gaussian method with partial pivoting and total pivoting
3. LR Doolittle Factorization
4. Chio Method
5. Tridiagonal Matrix
6. Jacobi Method
7. Method of Successive Approximations
8. Seidel Gauss Method
9. Krylov Method
10. Fadeev Method
11. Newton Method
12. Lagrange Method
13. Simpson Method
14. Trapezoidal Method
15. Numerical evaluation of double integrals on triangles.-----------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------Mathematical algorithms in Java:
1. Hexagonal Numbers
2. Triangular Numbers
3. Pentagonal Numbers