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

Associative container variants #4

Open
2 of 4 tasks
weihanglo opened this issue Sep 20, 2018 · 5 comments
Open
2 of 4 tasks

Associative container variants #4

weihanglo opened this issue Sep 20, 2018 · 5 comments

Comments

@weihanglo
Copy link
Owner

weihanglo commented Sep 20, 2018

Here are some associative container variants that needs well-documented implementations and tutorials.

Feel free to pick the one you like and leave comments below. Hands on coding!

@choznerol
Copy link
Contributor

I would like to try Set!

@weihanglo
Copy link
Owner Author

@choznerol That's awesome!

@weihanglo
Copy link
Owner Author

weihanglo commented Sep 30, 2018

@choznerol
If possible, I would like to see an implementation with some basic operations of set. For instance, Python 3 allows intersection of two sets be computed with BitAnd & operator, and compute symmetric difference with BitXor ^. Here is Python.set reference.

If you encounter any problem, leave comments to me. I am willing to help.

@choznerol
Copy link
Contributor

choznerol commented Oct 2, 2018

sound cool! I've added them to the HackMD draft (link available in #15)

@weihanglo
Copy link
Owner Author

Tutorial of Set would be tracked under #20

@weihanglo weihanglo pinned this issue Dec 26, 2018
@weihanglo weihanglo unpinned this issue Dec 26, 2018
@weihanglo weihanglo pinned this issue Jan 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants