1
0
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
0a7aea65e1
day(23): introduce a helper function for DRY
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-07-02 23:13:08 +02:00
ff519603f6
day(23): refactor execution
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-07-02 23:12:54 +02:00
b49833f6f5
day(23): remove unnecessary debug and empty lines
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-07-02 23:12:26 +02:00
06243918fc
vectors: return value instead of reference
There was no use-case for returning reference rather than a value and
in majority of case the dereference was needed.

When using 2D/3D vectors, they are mostly initialized with the numbers
and it is contraproductive to pass around references to numbers as they
are more expensive than the copies.

Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-01-07 20:09:35 +01:00
0cd41d53df
day(23): add solution
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-01-07 12:32:06 +01:00