Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Methods

Goals:

*To be able to implement methods

*To become familiar with the concept of parameter passing

*To develop strategies for decomposing complex tasks into simpler ones

*To be able to determine the scope of a variable

*To learn how to think recursively

Problem Solving Techniques

  • Reusable Methods
  • Stepwise Refinement

Projects