Skip to content

Commit cd6fe8e

Browse files
committed
Revert "added solution for 230. Kth Smallest Element in a BST + updated README + Table Entry under DFS"
This reverts commit 0b41db6.
1 parent 4c593ca commit cd6fe8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
359359
| 110 | [Balanced Binary Tree](https://leetcode.com/problems/balanced-binary-tree/) | [Java](./Java/Balanced-Binary-Tree.java) | _O(n)_ | _O(n)_ | Easy | DFS | |
360360
| 1376 | [ Time Needed to Inform All Employees](https://leetcode.com/problems/time-needed-to-inform-all-employees/) | [C++](./C++/Cherry-Pickup-II.cpp) | _O(n)_ | _O(n)_ | Medium | DFS | |
361361
| 200 | [Number of Islands](https://leetcode.com/problems/number-of-islands/) | [C++](./C++/number-of-islands.cpp) | _O(m * n)_ | _O(m * n)_ | Medium | DFS | |
362-
| 230 | [Kth Smallest Element in a BST](https://leetcode.com/problems/kth-smallest-element-in-a-bst/) | [C++](./C++/kth-smallest-element-in-a-bst.cpp) | _O(n)_ | _O(n)_ | Medium | DFS | |
363362

364363
<br/>
365364
<div align="right">
@@ -516,7 +515,6 @@ DISCLAIMER: This above mentioned resources have affiliate links, which means if
516515
| [Shrimadh V Rao](https://github.com/Shrimadh) <br> <img src="https://avatars.githubusercontent.com/u/64469917?v=4" width="100" height="100"> | India | C++ | [GitHub](https://github.com/Shrimadh)
517516
| [Shreyas Shrawage](https://github.com/shreyventure) <br> <img src = "https://avatars.githubusercontent.com/u/55741087?v=4" width="100" height="100"> | India | Python | [CodeChef](https://www.codechef.com/users/shreyventure)<br/>[LeetCode](https://leetcode.com/shreyventure/)<br/>[HackerRank](https://www.hackerrank.com/shreyas_shrawage)
518517
| [Surbhi Mayank](https://github.com/surbhi2408) <br> <img src="https://avatars.githubusercontent.com/u/58289829?s=400&u=68fd396819b927ec4d8820d87d6d1e311c3abd01&v=4" width="100" height="100"> | India | C++ | [GitHub](https://github.com/surbhi2408)
519-
| [Nick H](https://github.com/n1i9c9k9) <br> <img src="https://github.com/n1i9c9k9.png" width="100" height="100"> | Germany | C++ | [GitHub](https://github.com/n1i9c9k9)
520518
<div align="right">
521519
<b><a href="#algorithms">⬆️ Back to Top</a></b>
522520
</div>

0 commit comments

Comments
 (0)