add initial configuration and update author information in header files
This commit is contained in:
parent
5beea32eee
commit
0178845516
20 changed files with 850 additions and 823 deletions
54
Readme.md
54
Readme.md
|
|
@ -1,27 +1,27 @@
|
|||
[](https://classroom.github.com/a/Xg4myi8f)
|
||||
## IF.03.22 POSE - Procedural Programming
|
||||
|
||||
# Assignment: Recursive vs. Iterative Algorithms
|
||||
|
||||
The assignment focusing on various problems that can be solved with an recursive as well as with an iterative algorithm.
|
||||
|
||||
## Tasks
|
||||
|
||||
Implement the algorithms of the problems defined in the following files:
|
||||
|
||||
1. sum_of_digits.c
|
||||
1. count_char.c
|
||||
1. reverse_string.c
|
||||
|
||||
Each problem shall be implemented using an recursive as well as an iterative algorithm. The functions are suffixed with '_recursive' and '_iterative' accordingly.
|
||||
|
||||
The detailed description can be found in the file header.
|
||||
|
||||
> Note: The corresponding header files are basically complete and
|
||||
> do not need to be changed, except of entering your name.
|
||||
|
||||
## Expected result:
|
||||
|
||||
* All unit tests are passed
|
||||
* Code is clean and follows coding guidelines
|
||||
* Commit at least after implementing each single function
|
||||
[](https://classroom.github.com/a/Xg4myi8f)
|
||||
## IF.03.22 POSE - Procedural Programming
|
||||
|
||||
# Assignment: Recursive vs. Iterative Algorithms
|
||||
|
||||
The assignment focusing on various problems that can be solved with an recursive as well as with an iterative algorithm.
|
||||
|
||||
## Tasks
|
||||
|
||||
Implement the algorithms of the problems defined in the following files:
|
||||
|
||||
1. sum_of_digits.c
|
||||
1. count_char.c
|
||||
1. reverse_string.c
|
||||
|
||||
Each problem shall be implemented using an recursive as well as an iterative algorithm. The functions are suffixed with '_recursive' and '_iterative' accordingly.
|
||||
|
||||
The detailed description can be found in the file header.
|
||||
|
||||
> Note: The corresponding header files are basically complete and
|
||||
> do not need to be changed, except of entering your name.
|
||||
|
||||
## Expected result:
|
||||
|
||||
* All unit tests are passed
|
||||
* Code is clean and follows coding guidelines
|
||||
* Commit at least after implementing each single function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue