These are the implementations from scratch for the data structures/containers in the C++ Standard Template Library (STL), which can be found here. In addition, I also performed HugeInteger arithmetic operations using the containers I implemented.
- For every container, there will be a
.pptx
and a.docx
file for explaination. - Those directories that denote
HugeInteger
, e.g. HugeInteger with Vector are the HugeInteger arithmetic operations using the corresponding container. - The
.h
files are the axiliary header for the corresponding.cpp
files. - My implementation for the containers are at the
.sln
file inside the1081517-hwX
folders. - There will also be an empty
.cpp
file, e.g. Assignment 1.cpp for your own practice.
- Clone this github repo.
git clone https://github.com/Joannechiao18/CPlusPlus-STL-Implementation.git
- Please
cd
to thecontainer directory
you like, thencd
to the1081517-hwX
folder. - Run the
.sln
solution file through Visual Studio.