From 140cac3e842bff61fc7ee52483315a32b01f3547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Mon, 9 Feb 2015 15:11:03 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e9536f5..2d33e44 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ Binary and Binomial heap reference: - http://www.cs.princeton.edu/~wayne/cs423/lectures/heaps-4up.pdf - http://stackoverflow.com/questions/6531543/efficient-implementation-of-binary-heaps +Other projects implementing data structures : + + - https://github.com/nzakas/computer-science-in-javascript + Other projects implementing data structures in other languages : - https://github.com/patmorin/ods (C++, Java, Python)