picrin icon indicating copy to clipboard operation
picrin copied to clipboard

feature request: data structures

Open nyuichi opened this issue 11 years ago • 2 comments

  • Red-black tree
  • set

nyuichi avatar Sep 26 '14 02:09 nyuichi

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

KeenS avatar Sep 26 '14 05:09 KeenS

@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 [email protected]:

@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 https://github.com/picrin-scheme/picrin/issues/224#issuecomment-56920972 .

Yuichi Nishiwaki Dept. of Information Science, University of Tokyo

nyuichi avatar Sep 26 '14 07:09 nyuichi