-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: day 21 #27
feat: day 21 #27
Conversation
Copilot
AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
Files not reviewed (2)
- day21/deno.json: Language not supported
- day21/example.txt: Language not supported
Comments suppressed due to low confidence (2)
day21/test.ts:4
- [nitpick] Add more test cases to ensure comprehensive test coverage, including edge cases.
Deno.test(async function testExample() {
day21/mod.ts:168
- Accessing the
shortestKeystrokes
map without checking if the key exists could lead to a runtime error. Ensure that the key exists in theshortestKeystrokes
map before accessing its values.
const keystrokes = shortestKeystrokes.get(line.join(""))!.values().reduce(
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (2)
- day21/deno.json: Language not supported
- day21/example.txt: Language not supported
https://adventofcode.com/2022/day/21