- 🔭 I’m working as a research software engineer at the Swiss Federal Labs of Materials Science in Zürich 🇨🇭
- 📫 How to reach me: by email
hi AT edobld DOT me
, or on LinkedIn. - 🌐 Check out my now page or my personal blog if you want to know more about me
- ➡️ Pushed 1 commit in edoardob90/aoc2024 on branch
main
- #5729a46 Day 18: Python (part 1)
Test doesn't work on the example: n=7 (the actual grid size) outputs a path length of 18 instead of 22. Must set n=9 to obtain the correct result.
- ➡️ Pushed 1 commit in edoardob90/aoc2024 on branch
main
- #f2a1717 Day 19: code reformat
- ➡️ Pushed 3 commits in edoardob90/aoc2024 on branch
main
How the "search" method of the "Trie" class works
- #29ba132 Day 19: Python (p1)
- ➡️ Pushed 1 commit in empa-scientific-it/empa-spack on branch
main
- #26186cd Add scope to 'spack repo' command
Explain why we need this repo to be register in the 'site' scope
- ➡️ Pushed 1 commit in edoardob90/aoc2024 on branch
main
- #2f3afa3 Add examples
Day 17, solution only in WL