Skip to content

uopcs/euler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

euler

Our solutions to the Project Euler problems.

Rules

There are no rules!..

Just joking, here they are:

  1. Don't steal others' code (this includes off of the Internet)
  2. Please abide by the naming conventions
  3. Try not to commit code that doesn't produce the correct answer

Naming conventions

Every question gets it's own folder. Commit code in the format:

[your name].[file type] (eg. fred.py)

If your name is taken, add your second name.

JavaScriptin'

For your JavaScript solutions you can use Node.js or use the "bin/javascript/html" file.

It would be a good idea to output your solution to the console like so:

console.log("[your name]:" + [output]);

HAPPY CODING!

About

our solutions to the Project Euler problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.3%
  • C 38.3%
  • Haskell 19.1%
  • Java 1.5%
  • R 1.3%
  • JavaScript 0.5%
  • Other 1.0%