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.
-
Notifications
You must be signed in to change notification settings - Fork 0
AyaElAkhras/SortedArrayClass
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is a C++ class implementation of a sorted array of unsigned integers.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published