This repo contains multiple live coding practice problems. Each folder is one problem. A description of the problem will be found in the form of a readme. There is also a solutions folder that contains a possible solution for the problem in Python3, Java, C#, and JavaScript.
These problems were created as a way for LaunchCode students to practice Live Coding in a classroom setting.
To truly practice students should follow the steps of a live coding session as defined by LaunchCode:
- Gather Requirements/Clairfy Problem
- Break Problem Down
- Psuedocode
- Real Code
- Testing
- Changes
Students should also emulate the live coding setting by not using: a computer, an IDE, Google, StackOverFlow, Documentation, or their existing projects.