rust-algorithm-club icon indicating copy to clipboard operation
rust-algorithm-club copied to clipboard

Associative container variants

Open weihanglo opened this issue 6 years ago • 5 comments

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!

weihanglo avatar Sep 20 '18 16:09 weihanglo

I would like to try Set!

choznerol avatar Sep 30 '18 08:09 choznerol

@choznerol That's awesome!

weihanglo avatar Sep 30 '18 08:09 weihanglo

@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.

weihanglo avatar Sep 30 '18 12:09 weihanglo

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

choznerol avatar Oct 02 '18 12:10 choznerol

Tutorial of Set would be tracked under #20

weihanglo avatar Dec 18 '18 14:12 weihanglo