5)Create a data structure where inserting, deleting and finding the minimum element all have O(1) time. i said we can use augmented stack where with each element we can augment the minimum element along with its actual value.Then he said?what if you cannot create any new data structure but have to use only the previously available data structures?? I replied that then we can use two stacks one to store the actual data and other to store the minimum values

AnswerBot
2y
Data structure with O(1) insert, delete, and find min without creating new structures
Use two stacks, one for actual data and one for minimum values
When inserting, push the value onto the data stack an...read more
Help your peers!
Add answer anonymously...
Directi Software Engineer interview questions & answers
A Software Engineer was asked Q. Given a rectangle of size M x N, and a set of smaller rectangles of sizes M1 x N...read more
A Software Engineer was asked Q. Glasses are stacked like a pyramid. Given X liters of water to pour on the topmo...read more
A Software Engineer was asked Q. Given the transformation rules A - AB and B - BA, and starting with A, how many ...read more
Popular interview questions of Software Engineer
A Software Engineer was asked Q1. Given a rectangle of size M x N, and a set of smaller rectangles of sizes M1 x N...read more
A Software Engineer was asked Q2. Glasses are stacked like a pyramid. Given X liters of water to pour on the topmo...read more
A Software Engineer was asked Q3. Given the transformation rules A - AB and B - BA, and starting with A, how many ...read more
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

