FAU-Inf2 / AuDoscore

AuDoscore is an extension of JUnit that is used to evaluate Java programming exercises.
Apache License 2.0
5 stars 1 forks source link

Add option to check whether a method uses proper recursion #13

Open meisterT opened 10 years ago

meisterT commented 10 years ago

We have a lot of exercises which are to be implemented via recursion. We should have an option to check if it was implemented iterative or recursively.