You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Time needed to inform all employees
Time needed to inform all employees - Depth First Search.
* Update README.md
* Added Merge Two Sorted Lists - Two Pointer
* Updated Read Me
Copy file name to clipboardExpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -279,6 +279,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
279
279
| 4 |[Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/)|[Java](./Java/median-of-two-sorted-arrays.java)|_O(log(min(m,n)))_|_O(1)_| Hard |||
280
280
| 845 |[Longest Mountain in Array](https://leetcode.com/problems/longest-mountain-in-array/)|[C++](./C++/Longest-Mountain-in-Array.cpp)|_O(N)_|_O(1)_| Medium | Two Pointer |
281
281
| 015 |[3 Sum](https://leetcode.com/problems/3sum/)|[C++](./C++/3sum.cpp)|_O(N)_|_O(1)_| Medium | Two Pointer ||
282
+
| 021 |[Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/)|[C++](./C++/Longest-Mountain-in-Array.cpp)|_O(N)_|_O(1)_| Easy | Two Pointer ||
282
283
283
284
284
285
<br/>
@@ -335,7 +336,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
| 1376 |[ Time Needed to Inform All Employees](https://leetcode.com/problems/time-needed-to-inform-all-employees/)|[C++]|_O(n)_|_O(n)_| Medium | DFS ||
339
+
| 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 ||
339
340
|<br/>
340
341
<divalign="right">
341
342
<b><a href="#algorithms">⬆️ Back to Top</a></b>
@@ -482,6 +483,11 @@ DISCLAIMER: This above mentioned resources have affiliate links, which means if
482
483
|[Gamez0](https://github.com/Gamez0) <br> <imgsrc="https://avatars3.githubusercontent.com/u/34051876?s=400&v=4"width="100"height="100"> | South Korea | Python |[LeetCode](https://leetcode.com/Gamez0/)|
483
484
|[JeongDaHyeon](https://github.com/JeongDaHyeon) <br> <imgsrc="https://avatars0.githubusercontent.com/u/48541114?s=460&v=4"width="100"height="100"> | South Korea | Java |[GitHub](https://github.com/JeongDaHyeon)|
484
485
[Aysia](https://www.linkedin.com/in/aysiaelise/) <br> <imgsrc="https://avatars.githubusercontent.com/u/70167431?s=460&u=1637be8636b6db6e35343ed9c1318c23e909b463&v=4"width="100"height="100"> | USA | JavaScript | [GitHub](https://github.com/aysiae)
486
+
| [Poorvi Garg](https://github.com/POORVI111) <br> <imgsrc="https://avatars.githubusercontent.com/u/68559217?s=400&v=4"width="100"height="100"> | India | C++ | [GitHub](https://github.com/POORVI111)
0 commit comments