Languages C / C++ Data Structures  

Workshop Simulation

download download  
important code information
author:
Muhammad usama munir
minimum requirements:
Workshop Simulation description

A workshop made by using a priority queue a link list which will decide if one of the mechanic is not available how to efficiently use the workshop with other part time mechanic


File List:
WORKSHOP SIMULATION/0b
WORKSHOP SIMULATION/assIGNMENT.doc60Kb
WORKSHOP SIMULATION/driver.cpp5Kb
WORKSHOP SIMULATION/pq.cpp2Kb
WORKSHOP SIMULATION/pq.h1Kb
WORKSHOP SIMULATION/pq_driver.cpp388b
WORKSHOP SIMULATION/sim.cpp3Kb
WORKSHOP SIMULATION/sim.h1Kb
WORKSHOP SIMULATION/time.cpp434b
WORKSHOP SIMULATION/time.h235b

Similar code
_Palindrome Checker (Popularity: ) : Palindrome checker that uses stacks and Queue's (my own, not STL). Uses basic win32api. A palindrome is a string that reads forwards as it would backwards. e.g. 'bob' is a strong palindrome, 'maddam' is a strong palindrome, 'ann a' is ...
A Simple C++ Stack (Popularity: ) : These program implements a stack and use a static array to store the data,there is a lot of methods for manipulating the data: "push", "pop", "size"
Bank data base with link list (Popularity: ) : It is Bank database with the help of Link List. In which u creat accounts delete account debits and credits Zakat(it is an islamic rule in which a rich person gives a 2 1/2% of his property to the poor ...
Link List - Data Structure (Popularity: ) : You can learn Pointer & Link List easily. Familiar with Link List
Sorted Link List - Data Structure (Popularity: ) : Familiar With Link List & Pointer
AVLTree Display (Popularity: ) : Implementation of AVL Tree with recursive Display member function. Tree displayed sideways left to right. If you want to play with it you can change data.txt file. Please rate it.
AVL tree with template queue (Popularity: ) : A complete and easy to use avl tree with insert,delete and search funtions. Also for printing in level order, it makes use of a template queue in the included file "queue2". Plz. Rate for me, if u like the code
ADT dinamic array (Generic) (Popularity: ) : Implements a dinamic array without making uso of linked list. Instead i use the instruction realloc when the array needs to grow. The array allow elements of any type.
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 12
version
size in Kb 16
popularity   714/7913373
user rating 4/10
ad


New Code
Popular Code