Skip to content

A repository to host all of the C++ projects I've worked on in the past.

Notifications You must be signed in to change notification settings

andrew-arkhipov/C-Practice

Repository files navigation

C++ Practice

A repository to host all of the C++ projects I've worked on in the past.

The following were written solely by myself, while the rest were provided by professors:

  • gaussian_elim.cpp: solves a matrix equation using naive Gaussian elimination
  • gaussElim.cpp: performs PA = LU factorization on an n x n matrix, then solves the given matrix equation
  • deck.cpp: contains Card and Deck classes with sort, shuffle, and deal methods
  • gaussQuadrature.cpp: performs 3-point Gaussian quadrature on a given integral (functions are hardcoded)

About

A repository to host all of the C++ projects I've worked on in the past.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages