Skip to content

yaqubov91/container_pairing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

container_pairing

This code is for combining the containers. http://en.cppreference.com/w/cpp/concept/Container specifications for containers must hold for this solution to run. Containers such as list, set, vector, deque work with this solution. However since for std::array container size() function does not hold or for std::stack container begin() function does not hold, these containers will not work with this solution. size() or begin() were among the functions specified in the link.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages