Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

SimpleSTL

A simple C++ STL code to understand the basic concepts going underneath the implementation. There are so many FOSS STL implementations available online which are more optimized and covers all the edge cases. But the intention of this repository is to keep the implementation basic and use modern C++ concepts so that beginners can understand STL.

Clang-tidy and cppcheck static analysis tool was used during development. I have also included many test cases using Catch2 framework to maintain quality and use CI.

Contents

Containers

  • Vector

End Notes

This repository is WIP and is intended for educational puporses, for me and for others. Feel free to create an issue if you spot a bug.

About

A simple C++ STL implementation

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages