Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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