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

S25 P0 starter code #795

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

S25 P0 starter code #795

wants to merge 2 commits into from

Conversation

yliang412
Copy link
Member

This PR introduces a new primer project that teaches students to implement a straightforward skip list with minimum synchronization requirements while learning C++.

Learning Goals

By the end of this project, students would:

  • Have a correct implementation of a skip list that loosely follows the std::map
  • Have a deeper understanding of modern C++ fundamentals and STL containers.
  • Get exposure to ways to handle concurrency (at the level of a global reader-writer lock).

@yliang412 yliang412 changed the title S24 P0 starter code S25 P0 starter code Jan 8, 2025
Signed-off-by: Yuchen Liang <[email protected]>
@yliang412 yliang412 force-pushed the yuchen/skiplist-primer branch from 290cfaa to bede0b4 Compare January 8, 2025 05:20
@yliang412 yliang412 requested a review from AlSchlo January 8, 2025 05:20
Signed-off-by: Yuchen Liang <[email protected]>
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.

1 participant