Skip to content
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

Add Doubly Linked List example to tutorial #46

Merged
merged 38 commits into from
Jul 17, 2024
Merged

Add Doubly Linked List example to tutorial #46

merged 38 commits into from
Jul 17, 2024

Conversation

elaustell
Copy link
Collaborator

I have spent a long time working out this example (with lots of help from @bcpierce00 and @septract). This problem is quite difficult because there are multiple pointers to each element of a doubly linked list, and this makes reasoning about ownership nontrivial. I am hoping that it will be a helpful addition to the tutorial.

@elaustell
Copy link
Collaborator Author

I see that the CI check failed, but under details it says it is failing on linear search, which I didn't touch... Everything passes locally for me.

@septract
Copy link
Collaborator

Linear search is returning code 124, which is a timeout - I would guess this is unrelated to your changes, and just reflects the stuff the Cambridge folks are changing in CN on the master branch

@cp526 cp526 merged commit bd94a1f into main Jul 17, 2024
1 check failed
@cp526
Copy link
Collaborator

cp526 commented Jul 17, 2024

Thanks very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants