1
0
Fork 0
No description
Find a file
Matej Focko fa7cc5c241
vector2d: implement few traits and helpers
• Derive ordering
• Implement indexing over 2D Vec with a ‹Vector2D›
• Implement boundary checks for ‹Vector2D› indices over 2D Vec
• Implement ‹swap› on ‹Vector2D›
• Implement dot product and scalar product for ‹Vector2D›

Signed-off-by: Matej Focko <mfocko@redhat.com>
2022-12-08 16:02:14 +01:00
inputs chore: add skeletons and prepary directories 2022-12-01 11:04:36 +01:00
samples day(08): add initial solution 2022-12-08 12:03:57 +01:00
src vector2d: implement few traits and helpers 2022-12-08 16:02:14 +01:00
.envrc env: don't print full backtrace 2022-12-07 14:51:11 +01:00
.gitignore chore: add skeletons and prepary directories 2022-12-01 11:04:36 +01:00
.gitlab-ci.yml ci: disable docs and pages 2022-12-04 22:15:45 +01:00
Cargo.lock cargo: update and remove ‹thiserror› 2022-12-07 22:56:22 +01:00
Cargo.toml cargo: update and remove ‹thiserror› 2022-12-07 22:56:22 +01:00
get_input.py chore(input): deduce the day to be downloaded 2022-12-03 14:12:20 +01:00