to write a program, that finds the minimum total number of
shelves, including the initial one, required for this
loading process.
The packets are named A, B, C, D, E ……..
Any numbers of packets with these names could be kept in the
shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK].
All packets are to be loaded on cars. The cars are lined in
order, so that the packets could be loaded on them. The cars
are also named [A, B, C, D, E,………….].
Answer Posted / murali
wat a question dude....
| Is This Answer Correct ? | 8 Yes | 9 No |
Post New Answer View All Answers
What are the 5 types of inheritance in c ++?
What are the basic data types associated with c?
What is variable in c example?
Explain what math functions are available for integers? For floating point?
how we can make 3d venturing graphics on outer interface
What are the types of data files?
Explain what is the most efficient way to store flag values?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Is it acceptable to declare/define a variable in a c header?
how could explain about job profile
What is memory leak in c?
What are reserved words with a programming language?
What is the use of void pointer and null pointer in c language?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Why pointers are used?