Skip to content
/ AP-CS-A Public

Contains all source code files for AP Computer Science A "lab work"

Notifications You must be signed in to change notification settings

TheOdd/AP-CS-A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

AP Computer Science A

This repo contains all of the source code files for the AP Computer Science A course's "lab work" assignments. The folder structure will hopefully follow an intuitive nesting order. I'll also try to document the workings of the programs via comments throughout the source if anything seems vague or arcane.

All solutions will be in Java, as that's what's being required in the book for the class.

The folder/package structure will be formatted like so:

lecture[N].[exercise level].[exercise name]

  • N - 0-based index of lecture that exercises belong to
  • exercise level - See the explanation below
  • exercise name - The name of the specific program (sometimes shortened)

Reference for the different "exercise level" folders:

  • standard - The standard exercise for a given lecture
  • challenge - The 'Challenge' exercise for a given lecture (more difficult than standard)
  • plusplus - The 'Challenge++' exercise for a given lecture (more difficult than challenge)

Only one of these exercises must be completed per lecture and there is no benefit from completing more difficult ones. It's purely just a challenge to complete if you want to.

About

Contains all source code files for AP Computer Science A "lab work"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages