Where can I find one ready for use? Or for that matter, a good collection of “standard” data structures, if you know of any?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A quick check o’ the Interwebs turned up a ready-to-use implementation from Kevin Lindsey (scroll down to Red-Black Trees):
KevLinDev – Utilities
Unfortunately I don’t know of a site that has a repository of ready made complex data structures.
I’m guessing they’re a tad rare since people rarely use JavaScript for the kind of heavy lifting that would necessitate those kinds of complex structures…but I could be wrong.