Skip to content

caaatch22/MySTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MySTL

finished:

containers:

  • list.h (expect sort for list)
  • vector.h (almost)

iterator:

  • iterator.h
  • type_traits.h (use <type_traits>)

allocator:

  • allocator.h
  • construct.h
  • memory.h (basic impl of unique_ptr)
  • uninitialized.h

algorithm:

  • algo.h (half)
  • algobase.h (half)

others:

  • utility.h (pair...)

still to be implemented...

About

personal learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published