GeeksforGeeks » Interview Questions
Yahoo Interview Question for Software Engineer/Developer (Fresher) about Operating System
(2 posts)-
Which data structure will you use for deadlock?
-
Probably any of the lock free data structures. The problem with deadlocks is wrt to mutual exclusion and resource allocation and not much with data structures. So any of the lock free DS should be fine.
Reply
You must log in to post.