Skip to content

Reimplementation of C++98 STL containers. [ vector, stack, set, map ]

Notifications You must be signed in to change notification settings

kimminkyeu/STL_98

Repository files navigation

STL_98

Reimplementation of C++98 STL containers. [ vector, stack, set, map ]

  • Header only.
  • Set and Map are implemented with Left-leaning red black tree.

LLRB paper reference

image

About

Reimplementation of C++98 STL containers. [ vector, stack, set, map ]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages