Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 898 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 898 Bytes

Coding Challenge Submissions

In this repository I keep code submissions that I've written for various "coding challenge" sites.

Folder Challenge Site Description
codegolf codegolf.stackexchange.com These are all about solving problems using the shortest possible source code (measured in bytes), regardless of how ugly and slow it becomes... :)
dailyprogrammer reddit.com/r/dailyprogrammer These tend to be about writing elegant and/or performant code.
rosettacode rosettacode.org These tend to be about writing elegant code - performance is secondary.