CosmicMind / Algorithm

Algorithm is a library of tools that is used to create intelligent applications.
http://cosmicmind.com
MIT License
828 stars 84 forks source link

Methods for finding lower and ceiling keys in the sorted dictionary. #9

Closed mgorvat closed 5 years ago

mgorvat commented 6 years ago

Methods for finding keys in the sorted dictionary which are greater or equal and lesser or equal that the input key.

daniel-jonathan commented 6 years ago

Nicely done. I will review this in more detail later today. Thank you!