diff --git a/docs/questions/srbd.md b/docs/questions/srbd.md index 72b1686..017e29d 100644 --- a/docs/questions/srbd.md +++ b/docs/questions/srbd.md @@ -176,13 +176,13 @@ In pen and paper write the inner workings of a BST. How does a BST work? How to
Thread A and Thread B are running parallely. What will be the output of following code? - +
Unpredictable. It is not guaranteed that which thread is currently accessing the `cnt` variable. Was asked a follow up question on how to solve this issue? - +