Skip to content

AbbyHeck/CodeWars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeWars

This repository holds released questions and some solutions to past HPE CodeWars Problems.

Please feel free to contribute solutions (as well as writeups explaining the solutions).

  1. Clone the repository to your local computer.
  2. Solve a problem.
  • Note the naming convention for solution file names is prob##.py or prob##.java where ## is the two digit number of the problem.
  • All 2019 solutions should be in the 2019 directory.
  1. Test your solution with multiple inputs.
  2. Create a Prob##WriteUp.md explaining the program (optional)
  3. Create a pull request to share your solution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.7%
  • Java 17.3%