Skip to content

This is a C++ class implementation of a sorted array of unsigned integers.

Notifications You must be signed in to change notification settings

AyaElAkhras/SortedArrayClass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SortedArrayClass

This is a C++ implementation of a sorted array of unsigned integers class. It provides all necessary default, copy and move constructors and destructor. Also it provides implementation for the following overloaded operators: assignment (=), index ([]), equality (==), and stream output (<<), while making use of the move semantics where appropriate and providing error reporting to the client programmers. It also assures that with any operation, the array remains sorted. Note that main.cpp file provides multiple experiments (test cases) demonstrating the usability and correctness of the class.

About

This is a C++ class implementation of a sorted array of unsigned integers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages