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 cater waiter concept exercise #818

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update config.json
depial committed Oct 21, 2024
commit eb5b2efd02cb953d9ed205ae049ccf0f5de08354
4 changes: 3 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -62,7 +62,9 @@
"slug": "cater-waiter",
"name": "cater-waiter",
"uuid": "40c83f3e-cf87-4f00-9205-8c002b419a8d",
"concepts": [],
"concepts": [
"sets"
],
"prerequisites": []
}
],
2 changes: 1 addition & 1 deletion exercises/concept/cater-waiter/.meta/config.json
Original file line number Diff line number Diff line change
@@ -11,5 +11,5 @@
".meta/exemplar.jl"
]
},
"blurb": ""
"blurb": "A Set in Julia is an unordered collection of unique entries, with fast algorithms for contains, union, intersection and difference operations."
}