Time required to insert an element in a stack with linked implementation is
Answers
Answered by
22
Explanation:
What is the time required to insert an element in a stack with linked implementation? here nothing is given about the order in which the element to be inserted , we just have to take the data from the list and push it onto the stack...since both operations requires constant time O(1) would be the correct answer...
hope it hlps u
plz mark as brainliest
Similar questions