Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 256 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 256 Bytes

Derivate Calculator

Interview code for Derivative Calculator. This solution provides the algorithm to solve the derivative of 3x^2 + 5x + 2. The result is 6x + 5

Requirements

Use Visual Studio to open the solution.