Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 309 Bytes

File metadata and controls

5 lines (5 loc) · 309 Bytes

Interpolation

Implementation of Newtons Polynomal Formula in C/C++. Implementation was done via linked-lists as a practice. As a ploting library it was used KOOLPlot in some ancient CodeBlocks version which supported compilation. Code was done for personal use and readability and code quality confirms it.