Skip to content

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 <yuchenl3@andrew.cmu.edu>
Signed-off-by: Yuchen Liang <yuchenl3@andrew.cmu.edu>
@yliang412 yliang412 force-pushed the yuchen/skiplist-primer branch from 46a9bbc to 24ec05c Compare January 11, 2025 06:07
Signed-off-by: Yuchen Liang <yuchenl3@andrew.cmu.edu>
@yliang412 yliang412 marked this pull request as ready for review January 11, 2025 06:16
Signed-off-by: Yuchen Liang <yuchenl3@andrew.cmu.edu>
Signed-off-by: Yuchen Liang <yuchenl3@andrew.cmu.edu>
@yliang412 yliang412 changed the title S25 P0 starter code feat(primer): S25 P0 starter code Jan 11, 2025
Signed-off-by: Yuchen Liang <yuchenl3@andrew.cmu.edu>
Signed-off-by: Yuchen Liang <yuchenl3@andrew.cmu.edu>
@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.

3 participants