1
0
forked from 131/lab3_test

Implement fibonacci, sum_is_odd, and bit_count functions with tests in aux branch

This commit is contained in:
2025-11-15 05:18:50 -05:00
parent d8cd2b9316
commit da028367e3
3 changed files with 85 additions and 16 deletions

View File

@@ -5,3 +5,4 @@ int fibonacci(int nitem);
bool sum_is_odd(int *arr, int arrsz);
int bit_count(unsigned int number);