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 is clrscr in c?
What is the argument of a function in c?
What is type qualifiers?
shorting algorithmS
What is string concatenation in c?
Explain do array subscripts always start with zero?
Write a program to print “hello world” without using semicolon?
What is sizeof int?
Write a program in c to replace any vowel in a string with z?
What is string constants?
Is multithreading possible in c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is the role of this pointer?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Is c is a low level language?