WAECUP stands for waste, accident, error, crime, and unethical practices.
Assuming that the components are the same as what's included in the acronym, that should be your answer.
Hope this helps!
X = int(input(“Enter a number”))
table = x * 9
print table
#For the number inputed it will output that number multiplied by 9
Answer:
A.O(1)
Explanation:
In the implementation of queue by using linked chain the performance of the enqueue operation is O(1).We have to maintain two pointers one head and the other tailand for enqueue operation we have to insert element to the next of the tail and then make that element tail.Which takes O(1) time.
I personally think that summarizing important points is the way to go!