advent_of_code_2017.git
2017-12-22 Greg BurriReplace the 'Map' by a simple list
2017-12-22 Greg BurriMerge branch 'master' of github.com:Ummon/AdventOfCode2017
2017-12-22 Greg BurriDay 21 (WIP)
2017-12-22 UmmonBeginning of day 22
2017-12-21 UmmonFix part 1, replace euclidean norm by manhattan norm.
2017-12-21 UmmonFix some limit cases
2017-12-21 UmmonDay 20
2017-12-19 UmmonSimplify
2017-12-19 UmmonCleaning
2017-12-19 UmmonSimplify
2017-12-19 UmmonCleaning
2017-12-19 UmmonDay 19
2017-12-18 UmmonDay 18
2017-12-18 UmmonMore concise day 16
2017-12-18 UmmonSimplify a bit
2017-12-18 UmmonDo not calculate the entire cycle if not necessary
2017-12-18 UmmonSimplify the spin part
2017-12-18 UmmonGet ride off 'mutable' variables.
2017-12-17 Greg BurriAdd a functional version of day 17 part 2.
2017-12-17 Greg BurriDay 17
2017-12-17 Greg BurriDay 16
2017-12-15 UmmonDay 16 template
2017-12-15 UmmonRename DayX to Day0X
2017-12-15 UmmonDay 15
2017-12-14 Greg BurriDay 15 template
2017-12-14 UmmonA compact version of day 14
2017-12-14 UmmonUse a matrix of ints instead of bools
2017-12-14 UmmonCleaning
2017-12-14 UmmonCleaning
2017-12-14 UmmonSimplify
2017-12-14 UmmonDay 14
2017-12-13 UmmonAdd a new test case and correct the code accordingly
2017-12-13 UmmonMore concise
2017-12-13 Ummoncleaning
2017-12-13 UmmonDay 13
2017-12-12 UmmonMore concise
2017-12-12 UmmonAdd unit tests for day 12
2017-12-12 UmmonCleaning
2017-12-12 UmmonA more functional way
2017-12-12 Greg BurriMore efficient
2017-12-12 Greg BurriCleaning
2017-12-12 Greg BurriDay 12
2017-12-11 Ummonuseless parenthesis
2017-12-11 UmmonUse coordinates system from https://redblobgames.com...
2017-12-11 UmmonCleaning...
2017-12-11 UmmonCompacting to beat faty's code in term of lines...
2017-12-11 UmmonUse of fold instead of custom recursion
2017-12-11 Ummon"further" -> "furthest"
2017-12-11 UmmonDay 11
2017-12-10 Greg BurriUsing curryfication
2017-12-10 Greg BurriDay 10
2017-12-09 Greg BurriDay 9
2017-12-08 UmmonReplace map + sum by sumBy
2017-12-08 UmmonMore concise
2017-12-08 UmmonAdd a test case for day 7
2017-12-08 Greg BurriMore concise
2017-12-08 Greg BurriDay 8
2017-12-07 UmmonSimplify a bit
2017-12-07 UmmonMore compact...
2017-12-07 UmmonLess verbose
2017-12-07 UmmonLess verbose... also less readable
2017-12-07 UmmonA bit less verbose
2017-12-07 UmmonA bit less verbose
2017-12-07 UmmonDay 7
2017-12-06 UmmonRemove useless sh*t
2017-12-06 UmmonReduce execution time from 1s to 0.1s for day 6
2017-12-06 UmmonDay 6
2017-12-05 UmmonDo not parse input twice
2017-12-05 UmmonDay 5
2017-12-04 UmmonCan't compare sequences directly
2017-12-04 UmmonImprove conciseness....
2017-12-04 UmmonImprove conciseness...
2017-12-04 UmmonSimplification
2017-12-04 UmmonCleaning
2017-12-04 UmmonDay 4
2017-12-03 Greg BurriCleaning
2017-12-03 Greg BurriLittle cleaning
2017-12-03 Greg BurriRemove mutable, simplify code add unit tests.
2017-12-03 Greg BurriDay 3 (bis)
2017-12-03 Greg BurriDay 3
2017-12-02 Greg BurriAdd day 2
2017-12-01 Greg BurriSimplification
2017-12-01 Grégory BurriAdd a license
2017-12-01 Grégory BurriCleaning
2017-12-01 Grégory BurriCode cleaning
2017-12-01 Grégory BurriAdd day 1 part 2.
2017-12-01 Grégory BurriDay 1.