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

feat(primer): S25 P0 starter code #795

Merged
merged 7 commits into from
Jan 11, 2025
Merged

feat(primer): S25 P0 starter code #795

merged 7 commits into from
Jan 11, 2025

Conversation

yliang412
Copy link
Member

@yliang412 yliang412 commented Jan 8, 2025

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, you will:

  • Implement a working skip list that maintains an ordered set interface.
  • Gain a deeper understanding of modern C++ fundamentals and STL containers.
  • Learn techniques for handling concurrency.

@yliang412 yliang412 changed the title S24 P0 starter code S25 P0 starter code Jan 8, 2025
@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]>
Signed-off-by: Yuchen Liang <[email protected]>
@yliang412 yliang412 force-pushed the yuchen/skiplist-primer branch from 46a9bbc to 24ec05c Compare January 11, 2025 06:07
Signed-off-by: Yuchen Liang <[email protected]>
@yliang412 yliang412 marked this pull request as ready for review January 11, 2025 06:16
Signed-off-by: Yuchen Liang <[email protected]>
Signed-off-by: Yuchen Liang <[email protected]>
@yliang412 yliang412 changed the title S25 P0 starter code feat(primer): S25 P0 starter code Jan 11, 2025
@AlSchlo AlSchlo merged commit a5d44d7 into master Jan 11, 2025
3 checks passed
@yliang412 yliang412 deleted the yuchen/skiplist-primer branch January 11, 2025 15:58
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.

2 participants