Is there a corresponding class in C ++ like TreeMap in Java? thanks
Yes, std::map found in the header of the standard <map> library.
std::map
<map>
I think the STL card might be what you want.
Its implementation may be different; I believe this is based on a red-black tree.
Source: https://habr.com/ru/post/1342451/More articles:fixed position div - htmlHow can I mask part of an array with Numpy? - numpyHow to implement caching for a web application - javaAndroid ViewFlipper at a glance - androidCreating a TCP connection between two computers without a server - multicastduplicating an array of strings (or copying them to another array)? - cWhat type of client / server architecture will be used? - androidWhat are the different โcomponentsโ that make up processes, applications, contexts, and threads (and what are their relationships)? - .netUpdate jquery.masonry when deleting an element - jqueryThe best way to pass a foreign_key value to a Rails controller is ruby-on-railsAll Articles