Re: [racket-users] Good Data Structures Book?

2016-12-14 Thread 'John Clements' via Racket Users
> On Dec 14, 2016, at 9:19 AM, Prabhakar Ragde wrote: > > Lawrence Bottorff wrote: > >> Can someone suggest a good text for data structures that would >> compatible with Racket? All I see are treatments using C/C++, Java, >> Python, i.e., the usual suspects. Or, how do

[racket-users] Good Data Structures Book?

2016-12-14 Thread Prabhakar Ragde
Lawrence Bottorff wrote: Can someone suggest a good text for data structures that would compatible with Racket? All I see are treatments using C/C++, Java, Python, i.e., the usual suspects. Or, how do you people at Racket-friendly/based universities teach undergrad data structures? I am

Re: [racket-users] Good Data Structures Book?

2016-12-14 Thread WarGrey Gyoudmon Ju
"Pearls of Functional Algorithm Design" https://www.amazon.com/Pearls-Functional-Algorithm-Design-Richard/dp/0521513383/ref=sr_1_1 The functional "programming pearls" in Haskell, but the author prefers the term "algorithm design". On Wed, Dec 14, 2016 at 2:48 AM, Ben Greenman

Re: [racket-users] Good Data Structures Book?

2016-12-13 Thread Ben Greenman
"Purely Functional Data Structures" https://www.amazon.com/Purely-Functional-Structures-Chris-Okasaki/dp/0521663504 On Tue, Dec 13, 2016 at 1:22 PM, Lawrence Bottorff wrote: > Can someone suggest a good text for data structures that would compatible > with Racket? All I see

Re: [racket-users] Good Data Structures Book?

2016-12-13 Thread Matthias Felleisen
> On Dec 13, 2016, at 1:22 PM, Lawrence Bottorff wrote: > > Can someone suggest a good text for data structures that would compatible > with Racket? All I see are treatments using C/C++, Java, Python, i.e., the > usual suspects. Or, how do you people at

[racket-users] Good Data Structures Book?

2016-12-13 Thread Lawrence Bottorff
Can someone suggest a good text for data structures that would compatible with Racket? All I see are treatments using C/C++, Java, Python, i.e., the usual suspects. Or, how do you people at Racket-friendly/based universities teach undergrad data structures? -- You received this message