Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 873 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 873 Bytes

Live Coding

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:

  1. Gather Requirements/Clairfy Problem
  2. Break Problem Down
  3. Psuedocode
  4. Real Code
  5. Testing
  6. Changes

Students should also emulate the live coding setting by not using: a computer, an IDE, Google, StackOverFlow, Documentation, or their existing projects.