Skip to content

rhysdh540/CodingBat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodingBat

The shortest solutions to CodingBat problems that I can come up with.

features:

  • java and python solutions
  • explanations for all uses of regex (regexplanations?) are included
  • doc comments for everything
  • nearly all of the solutions are one-liners
    • some have line breaks for readability though
About imports

CodingBat automatically imports java.util.* and java.util.stream.Collectors, so for anything that's not those, i use fully qualified names.

About

Very short solutions to CodingBat problems

Resources

Stars

Watchers

Forks