IS-UMK / lemkis

Projects for M. Lemańczyk classes. For educational purpose only.
MIT License
8 stars 16 forks source link

Recursion project updated #31

Open andriybriliant opened 3 months ago

andriybriliant commented 3 months ago

Based on what we were told we made the following changes to our project: -Everything now works with modules and CMake as needed -Function "alternating" now works as intended and generates strictly increasing sequences -Main functions and helpers were separated into two separate files to improve readability of the code -Proper tests were created by using expect library in this repository -Mathematical proofs were provided in the readme file for problems in implemented functions