monmohan / dsjslib

A library implementing several standard data structures and utilities, in JavaScript. Its written and tested using Node.js which is the target platform.
MIT License
773 stars 68 forks source link

Extension of testcase for issue 13 #14

Open akloeber opened 8 years ago

akloeber commented 8 years ago

This pull request adjusts the testcase to demonstrate https://github.com/monmohan/dsjslib/issues/13. Furthermore documentation for return value of BinarySearchTree.put() has been added and trailing whitespace was removed.