Skip to content

Re-implement C98++ std::containers, vector, map, stack and set with a red-black tree.

Notifications You must be signed in to change notification settings

nullswan/ft_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Result

  • Note 125/100

.github/workflows/docs.yml
.github/workflows/cpplint.yml
.github/workflows/docs.yml

Mandatory part

vector

map

stack

Bonus

set


Additional classes

iterator

  • random_access_iterator
  • reverse_iterator

algorithm

  • equal
  • lexigraphical_compare

types

  • type_trait
    • is_integral
    • enable_if

tree

  • rb_tree

About

Re-implement C98++ std::containers, vector, map, stack and set with a red-black tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published