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
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