Skip to content

acanna2013/recursion_projects

Repository files navigation

Background

I learned recursion in a course offered at my high school. All programs are written with recursion.

These are the courses I took:

graph LR
A(Intro to Programming) --> B(AP Computer Science A) --> C(AP Computer Science Principles) --> D(Advanced Topics in Programming)
Loading

What I learned

Drawing/writing out test-cases and working backwards immensely helped in my approach in solving these recursive problems. Through these recursive exercises, I learned how essential pseudocode and brainstorming are when approaching a problem, as they allow the programmer to visualize test-cases, edge-cases, and have a strong grasp on what they are trying to solve.

This repo includes severals projects I worked on using what I learned.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages