issues
search
cx-language
/
cx
C* is a hybrid low-level/high-level systems programming language focused on performance and productivity.
https://cx-language.github.io/
MIT License
130
stars
9
forks
source link
Implement the Set datastructure using a self-expanding hash table.
#10
Closed
Coolnesss
closed
7 years ago
Coolnesss
commented
7 years ago
Implement
Set
Set can only be used if your elements implement the
Hashable
interface
No fancy stuff yet
Set
Hashable
interface