Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 474 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 474 Bytes

Various C++ functions coded and implemented for Computer science students.

Here you can find:

  • a definite integral calculator for generic functions
  • a List implementation
  • a simple class implementation
  • a pi numeric solver
  • bisection 0 finder (both recursive and iterative, and Regula Falsi)
  • BST structure
  • array manipulation utils (selectionSort, randomfilling, swapping and printing)
  • a binary sum operation simulator
  • 2grade equatio solver