C++ Map - How to implement std::map using a binary search tree.

Published: 08 November 2023
on channel: C++ Data Structures
633
20

The standard template library's std::map container is built from a binary search tree (BST). This video will walk you through the UML class diagram describing how to build your own map data structure

You can learn more about the BST and other data structures in C++ Data Structures by James Helfrich: https://he.kendallhunt.com/product/c-...

0:00 Introduction
0:26 Client Representation
1:26 Red-Black Representation
2:34 Class Diagram - map
3:11 Class Diagram - map iterator
3:21 Class Diagram - BST
3:57 Class Diagram - pair
4:38 Class Diagram - BNode
5:52 Class Diagram - BST iterator
6:34 Conclusion


On this page of the site you can watch the video online C++ Map - How to implement std::map using a binary search tree. with a duration of hours minute second in good quality, which was uploaded by the user C++ Data Structures 08 November 2023, share the link with friends and acquaintances, this video has already been watched 633 times on youtube and it was liked by 20 viewers. Enjoy your viewing!