samchon / tstl

TypeScript-STL (Standard Template Library, migrated from C++)
MIT License
602 stars 49 forks source link

how to find the nearest entry in treemap? #88

Closed guotie closed 3 years ago

guotie commented 3 years ago

Question

I always welcome any questions about the TSTL. However, half of questions can be solved by traveling Guide Documents, FAQ section, or old Issues. Please visit them before. If you have a question have not treated and you're urgently, then you also can utilize the Gitter Channel.

how to find the nearest entry in treemap?

guotie commented 3 years ago
lower_bound()

upper_bound()