Introduction to Recursive algorithms and thinking.
The student will:
Use recursive algorithms to solve different problems.
Write correct recursive Java code to solve different problems.
Quiz 22 Oct 12:00 AM
Outcomes assessed: Understand recursion and how to develop recursive algorithms and programs
This assessment will verify that students understand the basics of recursion by writing a recursive method.
Quiz 24 Oct 12:00 AM
Outcomes assessed: Understand recursion and how to develop recursive algorithms and programs
This assessment will verify that students understand the basics of recursion by writing a recursive toString method.
Assignment
Outcomes assessed: Understand recursion and how to develop recursive algorithms and programs, Learn about the Java programming language, Use standard libraries or packages as well as advanced object-oriented programming techniques, Be exposed to software engineering techniques, Be exposed to software testing techniques
This assessment will verify that students understand the basics of recursion by implementing a recursive Sudoku solver.