Skip to content

Dappstr/STL_Impl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

STL Implementation


Overview

This will be a collection of my own implementation of STL features such as string, vector, for_each, array, and et cetera. The way I've written things may (and probably will) be less efficient than what is officially implemented. Therefore, I do not recommend you use my code in production, or any efficacy-demanding environments. This is my own personal project.

Task Tracker


Finished:

  • string
  • stack
  • vector
  • linked list
  • doubly linked list
  • array
  • smart pointer
  • accumulate
  • for_each
  • remove
  • remove_if
  • replace
  • replace_if
  • iota
  • sort
  • copy

In Progress:

  • Nothing at the moment. Will update if additions are added or changed.

About

My own implementation of part of the STL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •