solution to exercies 1 #3

Open
sarahso wants to merge 1 commit from sarahso/2026-prague-data:exercise1 into main
Member
No description provided.
Owner

! O(N) solution ... minor detail: you only need the second dictionary, if you iterate over the first list you already have the index

:star:! O(N) solution ... minor detail: you only need the second dictionary, if you iterate over the first list you already have the index
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u exercise1:sarahso-exercise1
git switch sarahso-exercise1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff sarahso-exercise1
git switch sarahso-exercise1
git rebase main
git switch main
git merge --ff-only sarahso-exercise1
git switch sarahso-exercise1
git rebase main
git switch main
git merge --no-ff sarahso-exercise1
git switch main
git merge --squash sarahso-exercise1
git switch main
git merge --ff-only sarahso-exercise1
git switch main
git merge sarahso-exercise1
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ASPP/2026-prague-data!3
No description provided.