Skip to content

Commit 2b1048a

Browse files
committed
chore: updated
1 parent cceb356 commit 2b1048a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[Visit this page in Website for Coding interview](http://www.rupeshtiwari.com/coding-examples-cs-fundamentals/)
2-
31
- [Important thing to remember](#important-thing-to-remember)
42
- [Working with this repo](#working-with-this-repo)
53
- [All Coding interview exercise and answers](#all-coding-interview-exercise-and-answers)
@@ -81,6 +79,7 @@
8179
- [References](#references)
8280

8381
> Coding interview question answers in JavaScript for Facebook, Amazon, Google, Microsoft or any company.
82+
> Find all notes and Coding exercises for this repo [here](http://www.rupeshtiwari.com/coding-examples-cs-fundamentals/)
8483
8584
## Important thing to remember
8685

@@ -749,8 +748,7 @@ Delete 15 from BST
749748

750749
![](https://i.imgur.com/pTdpX87.png)
751750

752-
753-
**Case 2:** If Node has no right child then go to the nearest ancestor for which given node would be in the left tree.
751+
**Case 2:** If Node has no right child then go to the nearest ancestor for which given node would be in the left tree.
754752

755753
![](https://i.imgur.com/29oVu7S.png)
756754

0 commit comments

Comments
 (0)