Coders Packet

Packets submitted by SHIVANI KUMARI

Rotating an array leftward in C++

Rotate an array element towards left side according to the number of shifts given. The array elements shifts towards left side by number of positions given by user.

Drug Store Bill Management using C++

Billing system of a drug store which prints the bill of medicines bought with other relevant information.

Min-min, min-max, max-min, max-max menu driven scheduling algorithm using c++

Menu driven source code to select between four different scheduling i.e min-min,min-max,max-min and max-max algorithms to know which task will be allocated to which machine in much efficient way.