Danila Fedorin DanilaFe
DanilaFe pushed to master at Advent-of-Code/AdventOfCode-2020 2020-12-07 23:38:47 -08:00
af8170a3e6 Clean up some solutions.
eafb73cfc1 Add day 8 solution.
61713a5faa Add say 7 solution.
Compare 3 commits »
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-07 22:49:09 -08:00
aae61f796d Fix bug in find_indices.
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-07 22:46:52 -08:00
15e94c0286 Add 'find_indices'
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-07 18:42:50 -08:00
6fc6c5cf53 Add drawing code and elementwise reduction.
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-07 18:31:45 -08:00
a5e6c4c145 Add utility to draw the state of a hash.
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-07 17:12:13 -08:00
6a0edb873b Add signum to tuple.
DanilaFe pushed to master at Advent-of-Code/AdventOfCode-2019 2020-12-07 17:06:56 -08:00
0b0402d218 Add missing shard file.
DanilaFe pushed to master at Advent-of-Code/AdventOfCode-2019 2020-12-07 17:06:38 -08: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-07 17:05:59 -08:00
2f24ae3250 Update specs.
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-07 17:04:56 -08:00
44b60114a1 Add signum.
DanilaFe pushed to master at ECE-570/Report 2020-12-07 15:51:55 -08: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 15:51:37 -08:00
DanilaFe pushed to master at ECE-570/Homework-2 2020-12-07 15:50:43 -08:00
7bd7036b7f Add homework 2 solution.
DanilaFe created repository ECE-570/Homework-2 2020-12-07 15:50:17 -08:00
DanilaFe pushed to master at ECE-570/Homework-1 2020-12-07 15:49:59 -08:00
ba60664a06 Add adjusted solution.
ee069ad7da Add first draft of homework solutions.
DanilaFe created repository ECE-570/Homework-1 2020-12-07 15:49:13 -08:00
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-07 12:35:22 -08:00
75a318c567 Add some tuple utilities.
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-07 01:21:55 -08:00
d1fc0c3241 Add and use a heaphash.
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-06 20:51:29 -08:00
cfd4d1447a Add a zip_with function.
DanilaFe pushed to master at Advent-of-Code/advent 2020-12-05 21:48:38 -08:00
15f578525d Add some utility methods for lists of sets.