Skip to content

Iron-Ham/code-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weekly VTS Coding Challenge

Each directory has a README.md describing the challenge. Solutions are placed inside the directory in format solution_<initals>.<ext>.

Testing

Run ./test with the challenge’s test case file and your executable. Your executable must accept input via STDIN and output via STDOUT.

Rules

Rules:

  • No cheating, i.e., no peeking at implemented solutions on here or on the web.
  • All languages are welcome.
  • Your solution must pass the base test cases I provide.
  • In a comment within your solution file, you must describe your solutions runtime and memory in big o notation.
  • Post your solutions directly to this git repo.

We'll talk about the solutions during the coding-challenge brownbag.

About

Weekly Coding Challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 54.5%
  • Ruby 14.9%
  • C 6.5%
  • HTML 3.7%
  • Python 3.6%
  • JavaScript 2.7%
  • Other 14.1%