Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Programming Challenges #231

Open
ClickerMonkey opened this issue Aug 6, 2020 · 2 comments
Open

Add Programming Challenges #231

ClickerMonkey opened this issue Aug 6, 2020 · 2 comments
Assignees

Comments

@ClickerMonkey
Copy link
Member

Describe the solution you'd like
Add a list of common programming challenge projects. Each project will have a singular program with the input structure defined, and test datasets to test against.

@ClickerMonkey ClickerMonkey self-assigned this Aug 6, 2020
@ClickerMonkey
Copy link
Member Author

Beginner

  • Return message "Hello World"
  • Take a person's name, return "Greetings, {name}. How are you today?"
  • Take a number, if it's over 9000 return "It's Over 9000!" - otherwise return the number
  • Take a number, return a list between that number and number + 10

@ClickerMonkey
Copy link
Member Author

ClickerMonkey commented Aug 9, 2020

From Programming Challenges Book

  • The 3n + 1 Problem (pg15)
  • Minesweeper (pg16)
  • Australian Voting (pg25)
  • Jolly Jumpers (pg42)
  • Crypt Kicker (pg47)
  • WERTYU (pg66)
  • Crypt Kicker II (pg70)
  • Doublets (pg74)
  • Bridge (pg91)
  • Primary Arithmetic (pg119)
  • Reverse and Add (pg120)
  • Pairsumonious (pg127)
  • How Many Pieces of Land? (pg138)
  • Light, More Light! (pg157)
  • Carmichael Numbers (pg158)
  • Slash Maze (pg208)
  • Unidiriectional TSP (pg260)
  • Cutting Sticks (pg262)
  • Rope Crisis in Ropeland! (pg305)
  • The Largest/Smallest Box (pg309)
  • The Closest Pair Problem (pg328)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant