ryo-manba / ft_containers

Reimplementation of STL containers.
MIT License
0 stars 0 forks source link

[13pt]mapの木構造実装 #5

Closed ryo-manba closed 2 years ago

ryo-manba commented 2 years ago

AVL or RB どっちにしようか考え中。

ryo-manba commented 2 years ago

AVLで進めることにした。

ryo-manba commented 2 years ago

ft::pairを組み込んでいく

ryo-manba commented 2 years ago

mapと同名のメソッドを全て作成して、mapはtreeのメソッドを呼ぶだけにする。