Skip to content

jzyprince/Vector-CPP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Project one for the course Engineering Programming Languages.

The vector template data structure provides random access and amortized contant append operation at front and back. It uses a circular pointer strategy and amortized doubling stragegy. Moving semantics are used for constructor, assignment operator, push_back and push_front methods.

About

A vector template data structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%