Skip to content

Various algorithms, without explanation of their work

Notifications You must be signed in to change notification settings

mamaelyaaa/university-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University Labs

Main types of sorting

  • Bubble sort
  • Simple sort
  • Shaker sort
  • Comb sort

Various integration methods

  • Method right rectangle
  • Method left rectangle
  • Method middle rectangle
  • Method trapeze
  • Method Simpson
  • Method Gauss-Quadrature

Various differential methods

  • Euler's Method
  • Modified Euler's method
  • Improved Euler's method
  • Runge Kutta's method (with 6 coefficients)

Various methods of system of linear equations

  • Gauss method
  • Gauss-Seidel method
  • Kramer method

Different approximates methods

  • Least squares method
  • Method linear regression

Computational technique that utilizes random sampling to approximate solutions to mathematical problems or simulate complex systems.


Various optimisation methods

  • Golden section method
  • Polyline method
  • Tangents method
  • Newton method
  • Dichotomy method