-
Notifications
You must be signed in to change notification settings - Fork 11
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
Sleeping barbers example #84
Open
polytypic
wants to merge
2
commits into
main
Choose a base branch
from
sleeping-barbers-example
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
polytypic
force-pushed
the
sleeping-barbers-example
branch
2 times, most recently
from
June 5, 2023 14:22
53c63a4
to
7704fc7
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
6 times, most recently
from
June 13, 2023 12:46
1f93dd3
to
ba41da4
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
6 times, most recently
from
June 28, 2023 16:40
f7721e6
to
ceca4fd
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
4 times, most recently
from
August 9, 2023 11:21
c1daa96
to
1224d12
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
2 times, most recently
from
August 17, 2023 11:12
1fc372a
to
ee1c42d
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
from
September 6, 2023 14:24
ee1c42d
to
d98a41e
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
7 times, most recently
from
September 19, 2023 11:22
49e66a7
to
28ee6c2
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
from
December 8, 2023 14:07
28ee6c2
to
9f87eae
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
from
December 10, 2023 15:20
aff2971
to
6b86a19
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
8 times, most recently
from
December 26, 2023 11:13
cd03d81
to
665c31f
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
7 times, most recently
from
December 31, 2023 19:08
f5f6b36
to
7a4bea6
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
from
January 14, 2024 13:37
7a4bea6
to
5178ad0
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
3 times, most recently
from
January 25, 2024 15:38
ad55fb8
to
f0c26f7
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
from
March 13, 2024 08:57
f0c26f7
to
ebcc565
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
from
July 17, 2024 06:56
ebcc565
to
2822f74
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
from
August 29, 2024 18:25
2822f74
to
7a4400d
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
from
September 20, 2024 18:12
7a4400d
to
2d9eea6
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
from
November 10, 2024 13:54
2d9eea6
to
fb6039e
Compare
polytypic
force-pushed
the
sleeping-barbers-example
branch
from
November 10, 2024 17:37
fb6039e
to
3a155ed
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a solution to the sleeping barbers problem as an example of using Kcas data structures.
Note the solution uses a bounded
Queue
. This PR must not be merged before Kcas_data provides a boundedQueue
, but it should be fine to review the examples before that.