Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

feature request: data structures #224

Closed
nyuichi opened this issue Sep 26, 2014 · 2 comments
Closed

feature request: data structures #224

nyuichi opened this issue Sep 26, 2014 · 2 comments

Comments

@nyuichi
Copy link
Member

nyuichi commented Sep 26, 2014

  • Red-black tree
  • set
@KeenS
Copy link
Member

KeenS commented Sep 26, 2014

@wasabiz
For set, which type of set do you want? I think there are two major type of sets, namely ordered set (tree based set) and unordered set (hash based set).

@nyuichi
Copy link
Member Author

nyuichi commented Sep 26, 2014

@KeenS

tree set is enough. and it can be implemented on scheme without c extension

2014-09-26 14:30 GMT+09:00 Sunrim KIM notifications@github.com:

@wasabiz https://github.com/wasabiz
For set, which type of set do you want? I think there are two major type
of sets, namely ordered set (tree based set) and unordered set (hash based
set.


Reply to this email directly or view it on GitHub
#224 (comment)
.

Yuichi Nishiwaki
Dept. of Information Science, University of Tokyo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants