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++:
- Gaussian elimination method
- Gaussian method with partial pivoting and total pivoting
- LR Doolittle Factorization
- Chio Method
- Tridiagonal Matrix
- Jacobi Method
- Method of Successive Approximations
- Seidel Gauss Method
- Krylov Method
- Fadeev Method
- Newton Method
- Lagrange Method
- Simpson Method
- Trapezoidal Method
- Numerical evaluation of double integrals on triangles.
Mathematical algorithms in Java:
- Hexagonal Numbers
- Triangular Numbers
- Pentagonal Numbers