Programming: Data Structures
University of South Africa (Unisa)
Hier vind je de beste samenvattingen om te slagen voor Programming: Data Structures. Er zijn o.a. samenvattingen, aantekeningen en oefenvragen beschikbaar.
Alle 19 resultaten
Sorteer op:
-
Overig
Cos2611 Assignment 2 Answers 2026
-
--29juni 20262025/2026
- Cos2611 Assignment 2 Answers 
Assignment Skeleton 
// COS2611_2024_As2_P : This file contains the 'main' function. Program execution begins and ends there. 
// 
//Your student number 
//Your name 
 
#include <iostream> 
#include <vector> 
//#include "COS2611_As2_P1.h" 
using namespace std; 
 
 
//Function for the first sorting algorithm 
 
 
 
//Function for the second sorting algorithm 
 
 
 
//Function to generate a random array of a given size 
vector<int> generateRandomAr...
-
$7.47 Meer Info
IntellectInn
-
Overig
Cos2611 Assignment 2 Answers/Solutions 2026
-
--19juni 20262025/2026
- Remember, you're not submitting your script as a PDF. You must save it using your student number followed by .cpp. Please read the Submission PDF on MyModules; the instructions are there. 
 
Code sample 
int main() 
{ 
 double timeExecution1, timeExecution2; 
 double timeComplexity1, timeComplexity2; 
 
 vector<int> inputSizes = { 100,1000,5000 }; 
 
 for (int size : inputSizes) { 
 vector<int> arr = generateRandomArray(size); 
 vector<int> mergeAr...
-
$7.59 Meer Info
foxNotes
-
Overig
Cos2611 Assignment 1 Solutions for 2026
-
--118mei 20262025/2026
- Question for Cos2611 Assignment1 for 2026 
Warehouse Order Dispatch System 
Scenario 
As a second-year IT student, you have been requested by a warehouse manager to develop a simulation system that demonstrates how orders are received, queued, processed, and dispatched in trucks. The warehouse handles three types of orders: 
 
Small (S) 
 
Medium (M) 
 
Bulk (B) 
 
Orders arrive randomly during the day. Each truck has a capacity of five orders. Once full, a truck is dispatched. The manager wants...
-
$7.47 Meer Info
IntellectInn
-
Overig
Cos2611 Assignment 1 Solutions 2026
-
5.0(1)5.0620mei 20262025/2026
- piece of code 
 
#include <iostream> 
#include <vector> 
#include <stack> 
#include <queue> 
#include <ctime> 
#include <cstdlib> 
 
 
 
using namespace std; 
 
//Structs for Order and for Truck 
struct Order{ 
 int processing_time; 
 char type; 
 int arrival_time; 
};
-
$7.72 Meer Info
foxNotes
-
Overig
COS2611 Assignment 4 solutions
-
---71september 20252025/2026
- Question 1 
Complete 
Mark 3.00 out of 3.00 
Match each description with its correct data type. 
Represents a single character, usually 1 bytechar 
Single-precision floating-point numberfloat 
Double-precision floating-point numberdouble 
Boolean type, stores true or falsebool 
Typically stores integers in the range of -32,768 to 32,767 (2 bytes)short 
Typically stores integers in the range of -2,147,483,648 to 2,147,483,647int 
Extended size integer, at least 8 byteslong longQuestion 2 
Complet...
-
$7.47 Meer Info
CrystalIndigo
-
Overig
COS2611 Assignment 4 solutions 2025
-
--210september 20252025/2026
- COS2611 Assignment 4 solutions 2025 
0-7-9-3-2-2-6-4-2-7 
if need help on how to submit and what to submit, how to save the file for submittion reach out. all instructions are followed and structured correctly. if need ms word document to easly edit reach out
-
$6.26 Meer Info
TsireT
-
Overig
COS2611 assignment 2 project solution 2025
-
4.0(1)4.037juli 20252024/2025
- SPECIFICATIONS FOR THIS PROJECT 
 
You are required to choose two sorting algorithms from a specified list: 
 
the first algorithm must be Bubble Sort, while the second algorithm can be either Merge Sort or Heap Sort. 
 
a) Write a C++ program where you implement the two sorting algorithms you have chosen - ensure that they are part of the same program and can be called using methods, functions and/or procedures. 
 
b) Continue in this C++ program and generate random input arrays of different ...
-
$6.53 Meer Info
CrystalIndigo
-
Tentamen (uitwerkingen)
COS2611 assignment 2 completed and detailed solutions 2025 Unisa
-
--213juni 20252024/2025A+
- COS2611 assignment 2 completed and detailed solutions 2025 Unisa. Excellent solution that shows every detailed step by step in how to derive every mathematical logic using your c++ coding techniques in calculating important mathematical concepts and irritations and every code and output is shown and explain and what it is used for in each question and really shows it in details and this is how to expect it in the exam.This is a course that you must make sure you master the assignments . This wi...
-
$15.65 Meer Info
cilliersfrederick
-
Tentamen (uitwerkingen)
Cos 2611 assignment 1 completed detailed solutions Unisa.
-
---12mei 20252024/2025A+
- Cos 2611 assignment 1 completed detailed solutions Unisa. A excellent coding solution document in C ++ with a example given in the code showed with the output and completed comments with the code . Page 2-3,4-5,6-7 goes together. Please remember to change the pathway in your code from my test one to Windows: C:datataxiD. So it can run through your data set . A explanation is also given of all the structures used . Great marks guaranteed .
-
$15.65 Meer Info
cilliersfrederick