mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Code standard notion in README.
This commit is contained in:
@@ -9,5 +9,12 @@ improvement over time, and thus over the programs I create. Some programs I
|
|||||||
have revisited for a more efficient implementation and gave them a small README
|
have revisited for a more efficient implementation and gave them a small README
|
||||||
detailing my algorithm.
|
detailing my algorithm.
|
||||||
|
|
||||||
|
As a coding standard, I try to make code that can be run with:
|
||||||
|
* Python 2.7
|
||||||
|
* Python 3
|
||||||
|
* Pypy
|
||||||
|
|
||||||
|
Most of the code runs the fastest in Pypy, but there are exceptions.
|
||||||
|
|
||||||
All this code is under MIT license. Use it for whatever you want, but please do
|
All this code is under MIT license. Use it for whatever you want, but please do
|
||||||
credit me.
|
credit me.
|
||||||
|
|||||||
Reference in New Issue
Block a user