Skip to content

Commit

Permalink
fix: resource path
Browse files Browse the repository at this point in the history
  • Loading branch information
TamimEhsan committed Sep 6, 2024
1 parent 2f81b77 commit 2d05338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/questions/srbd.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,13 @@ In pen and paper write the inner workings of a BST. How does a BST work? How to
<details>
<summary>
Thread A and Thread B are running parallely. What will be the output of following code?
<img src= "./resource/thread_question_srbd.png">
<img src= "../resource/thread_question_srbd.png">

</summary>
<hr>

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?
<img src= "./resource/thread_answer_srbd.png">
<img src= "../resource/thread_answer_srbd.png">

</details>

Expand Down

0 comments on commit 2d05338

Please sign in to comment.