Danila Fedorin DanilaFe
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-08 02:42:50 +00:00
6fc6c5cf53 Add drawing code and elementwise reduction.
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-08 02:31:45 +00:00
a5e6c4c145 Add utility to draw the state of a hash.
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-08 01:12:13 +00:00
6a0edb873b Add signum to tuple.
DanilaFe pushed to master at Advent-of-Code/AdventOfCode-2019 2020-12-08 01:06:56 +00:00
0b0402d218 Add missing shard file.
DanilaFe pushed to master at Advent-of-Code/AdventOfCode-2019 2020-12-08 01:06:38 +00:00
f052d8ef78 Day10: tuples are iterable.
8a7eab81e0 Solve a few more puzzles.
Compare 2 commits »
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-08 01:05:59 +00:00
2f24ae3250 Update specs.
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-08 01:04:56 +00:00
44b60114a1 Add signum.
DanilaFe pushed to master at ECE-570/Report 2020-12-07 23:51:55 +00:00
ecbc2a551a Update report.
5836f04b36 Add table with data results.
6994ea0046 Fix segmentation fault.
358121de55 Add 'bug report' to report.
bb1564d522 Add initial draft of report.
DanilaFe created repository ECE-570/Report 2020-12-07 23:51:37 +00:00
DanilaFe pushed to master at ECE-570/Homework-2 2020-12-07 23:50:43 +00:00
7bd7036b7f Add homework 2 solution.
DanilaFe created repository ECE-570/Homework-2 2020-12-07 23:50:17 +00:00
DanilaFe pushed to master at ECE-570/Homework-1 2020-12-07 23:49:59 +00:00
ba60664a06 Add adjusted solution.
ee069ad7da Add first draft of homework solutions.
DanilaFe created repository ECE-570/Homework-1 2020-12-07 23:49:13 +00:00
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-07 20:35:22 +00:00
75a318c567 Add some tuple utilities.
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-07 09:21:55 +00:00
d1fc0c3241 Add and use a heaphash.
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-07 04:51:29 +00:00
cfd4d1447a Add a zip_with function.
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-06 05:48:38 +00:00
15f578525d Add some utility methods for lists of sets.
DanilaFe pushed to master at Advent-of-Code/AdventOfCode-2020 2020-12-06 05:15:32 +00:00
e79b0344fd Add initial day6 solution.
479b1d745e Update code to use advent lib.
e9d0701b4c Extract some common utilities into a library.
Compare 3 commits »
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-05 23:56:24 +00:00
48ba4e1577 Add code to fetch input from AoC.
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-05 23:35:02 +00:00
a8363ae168 Write initial version of the library.