Skip to content

kandyceasania101/MySet---a-replacement-for-std-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

MySet---a-replacement-for-std-set

A myset class that operates much like the built-in std::set container, and a set of unit tests to test myset implementation.

Myset class is a generic container that supports the following operations:

•default constructor •copy constructor •destructor •size() •empty() •clear() •insert(e) •operator+= •find(e) •[e] •operator= •begin() •end() •Iterator class

About

A myset<T>class that operates much like the built-in std::set<T> container, and a set of unit tests to test myset<T> implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages