<< Prev Showing: 341-345 of 353 Next >>
· 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-350 · 351-355 ·Object oriented data and processes
I need assistance so I can write an object-oriented design for a system that keeps tracks of CD and DVD collection. I need the classes, associated data, and operations for the classes. Also, the pseudocode for each of the classes.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
185803
OTA ID:
103644
• Consolidate all the sections of the Currency Conversion development documentation: requirements, design, and testing. This application—similar to simple, practical programs on many travel or financial Web sites—includes the following elements: • Complete requirements analysis • Design • Verification • Validation and test documentation The Currency Conversion application is a menu-driven program that allows users to select one of five international currency types, input the amount of a foreign currency, and then convert the foreign currency to dollars. The program displays the equivalent dollar amount and returns the user to the menu until he or she enters another conversion or ... click for more
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
186789
OTA ID:
105277
Data structures C++ -- Quick sort Algorithm
Use the quicksort algorithm to sort vector v. During each pass, list all exchanges of a pair of elements in the lower and upper sublist. List the ordering of the elements after each pass.
int arr[] = {790, 175, 284, 581, 374, 799, 852, 685, 486, 333};
int arrSize = sizeof(arr)/sizeof(int);
vector
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
187777
OTA ID:
101298
Please include the code and the .exe file. Thank you For the Graph in figure 16-28(a), replicate the trace of Dijkstra’s algorithm to find the minimum path from vertex A to F. For each step, create the list of minInfo elements in the priority queue and indicate which element is removed from the queue. Please see Graph 16-28(a) below
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
188293
OTA ID:
105303
Please see attached problem and please include the code and .exe file. For the graph in figure 16-28(a) replicate the trace of Prim’s algorithm to create a minimum-spanning tree. For each step, create the list of minInfo elements in the priority queue and indicate which vertices and edges are in the current spanning tree, along with the accumulated total weight. Please see Graph 16-28(a) below.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
188296
OTA ID:
101298
<< Prev Showing: 341-345 of 353 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-350 · 351-353 ·Page generated in 0.0957 seconds