K
K
kurrbanov2019-07-15 22:25:57
C++ / C#
kurrbanov, 2019-07-15 22:25:57

Are there built-in binary trees in C++?

Now we need to use a binary tree data structure. Is this structure built into the language, such as the priority queue, heap, etc.?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Adamos, 2019-07-15
@Adamos

https://www.boost.org/doc/libs/1_39_0/boost/graph/...

J
jcmvbkbc, 2019-07-15
@jcmvbkbc

Is this structure built into the language, such as the priority queue, heap, etc.?

No, it is not built in, just as the priority queue, heap, etc. are not built in.
And it is not in the standard library either.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question