Skip to content

Commit ddd7434

Browse files
committed
chore: question answer
1 parent eac9406 commit ddd7434

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

README.md

+15-10
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,6 @@ Is Binary Search Tree `Coding Files`
700700
- [Question](https://codepen.io/roopkt/pen/JjWwYGo)
701701
- [Answer](https://codepen.io/roopkt/pen/zYZyvzO)
702702

703-
704703
#### Delete node from Binary Search Tree (BST)
705704

706705
![](https://i.imgur.com/Yyfeq6I.png)
@@ -709,7 +708,7 @@ There are 3 conditions you should think:
709708

710709
![](https://i.imgur.com/gkpFD2Y.png)
711710

712-
Delete where there is no children
711+
Delete where there is no children
713712

714713
![](https://i.imgur.com/YaHQ56y.png)
715714

@@ -728,16 +727,10 @@ Delete 15 from BST
728727
- [Question](https://codepen.io/roopkt/pen/wvJRxJp?editors=0010)
729728
- [Answer](https://codepen.io/roopkt/pen/bGqOxyN)
730729

731-
732-
733-
734730
#### Find the In-Order successor in a given BST?
735731

736732
- [Question](https://codepen.io/roopkt/pen/YzZdMxa)
737-
- [Answer](https://codepen.io/roopkt/pen/bGqOxyN)
738-
739-
740-
[codepen_embed height="265" theme_id="dark" slug_hash="bGqOxyN" default_tab="js,result" user="roopkt"]See the Pen <a href='https://codepen.io/roopkt/pen/bGqOxyN'>Find In-order Successor in BST Answer</a> by Rupesh Tiwari (<a href='https://codepen.io/roopkt'>@roopkt</a>) on <a href='https://codepen.io'>CodePen</a>.[/codepen_embed]
733+
- [Answer](https://codepen.io/roopkt/pen/bGqOxyN)
741734

742735
### Recursion Interview Questions
743736

@@ -765,9 +758,21 @@ Modular Exponentiation is the remainder dividing up on `Pow(x,n)` by `M`.
765758
![Modular Exponentiation is the remainder dividing up on `Pow(x,n)` by `M`](https://i.imgur.com/Y3GkhRT.png)
766759

767760
- [Question](https://codepen.io/roopkt/pen/GRWYVEa?editors=0010)
768-
761+
<p class="codepen" data-height="265" data-theme-id="dark" data-default-tab="js,result" data-user="roopkt" data-slug-hash="YzZdMxa" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Find In-order Successor in BST Question">
762+
<span>See the Pen <a href="https://codepen.io/roopkt/pen/YzZdMxa">
763+
Find In-order Successor in BST Question</a> by Rupesh Tiwari (<a href="https://codepen.io/roopkt">@roopkt</a>)
764+
on <a href="https://codepen.io">CodePen</a>.</span>
765+
</p>
766+
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
769767
- [Answer](https://codepen.io/roopkt/pen/gOmBVWJ?editors=0010)
770768

769+
<p class="codepen" data-height="327" data-theme-id="dark" data-default-tab="js,result" data-user="roopkt" data-slug-hash="bGqOxyN" style="height: 327px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Find In-order Successor in BST Answer">
770+
<span>See the Pen <a href="https://codepen.io/roopkt/pen/bGqOxyN">
771+
Find In-order Successor in BST Answer</a> by Rupesh Tiwari (<a href="https://codepen.io/roopkt">@roopkt</a>)
772+
on <a href="https://codepen.io">CodePen</a>.</span>
773+
</p>
774+
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
775+
771776
### Sorted Array Interview Coding
772777

773778
#### Finding first and last occurrence of a number in sorted array.

0 commit comments

Comments
 (0)