An open API service indexing awesome lists of open source software.

https://github.com/manoj-m-01/leetcode

LeetCode: A Journal of My Problem-Solving Adventure
https://github.com/manoj-m-01/leetcode

algorithms algorithms-and-data-structures data-structures javascript leetcode leetcode-solutions mysql notes php python

Last synced: about 2 months ago
JSON representation

LeetCode: A Journal of My Problem-Solving Adventure

Awesome Lists containing this project

README

          

# LeetCode

LeetCode is the best platform for improving and expanding your knowledge of Algorithms, Data Structures, and Problem Solving. 




Activity Chart




## Programming languages

[![JavaScript](https://img.shields.io/badge/language-JavaScript-yellow.svg)](https://github.com/MANOJ-M-01/leetcode)
[![php](https://img.shields.io/badge/language-Php-pink.svg)](https://github.com/MANOJ-M-01/leetcode)
[![Python](https://img.shields.io/badge/language-Python-red.svg)](https://github.com/MANOJ-M-01/leetcode)
[![TypeScript](https://img.shields.io/badge/language-TypeScript-blue.svg)](https://github.com/MANOJ-M-01/leetcode)
[![SQL](https://img.shields.io/badge/language-SQL-orange.svg)](https://github.com/MANOJ-M-01/leetcode)
[![SQL](https://img.shields.io/badge/language-Dart-skyblue.svg)](https://github.com/MANOJ-M-01/leetcode)


## LeetCode Solutions

| # | Problem | JS | Php | Python | TS | Others |Difficulty| Solved | Updated |
| ----------------| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-: | :-: | :-: |
| 01 | [Two Sum](https://leetcode.com/problems/two-sum/) |

[✔️](./Problems/0001%20Two%20Sum/Solution.js)
|
[✔️](./Problems/0001%20Two%20Sum/Solution.php)
|
|
|
| 🟢 | 06/27/2022 11:17 | 10/27/2022 11:02 |
| 02 | [Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) |
[✔️](./Problems/0002%20Add%20Two%20Numbers/Solution.js)
|
|
|
|
| 🟠 | 09/04/2022 21:40 | |
| 04 | [Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/) |
[✔️](./Problems/0004%20Median%20of%20Two%20Sorted%20Arrays/Solution.js)
|
|
[✔️](./Problems/0004%20Median%20of%20Two%20Sorted%20Arrays/Solution.py)
|
|
| 🔴 | 08/31/2022 11:45 | |
| 05 | [Longest Palindromic Substring](https://leetcode.com/problems/longest-palindromic-substring/) |
[✔️](./Problems/0005%20Longest%20Palindromic%20Substring/Solution.js)
|
|
|
|
| 🟠 | 07/19/2022 12:25 | |
| 07 | [Reverse Integer](https://leetcode.com/problems/reverse-integer/) |
|
[✔️](./Problems/0007%20Reverse%20Integer/Solution.php)
|
|
|
| 🟠 | 06/29/2022 10:40 | |
| 09 | [Palindrome Number](https://leetcode.com/problems/palindrome-number/) |
|
[✔️](./Problems/0009%20Palindrome%20Number/Solution.php)
|
|
|
| 🟢 | 06/28/2022 12:08 | |
| 13 | [Roman to Integer](https://leetcode.com/problems/roman-to-integer/) |
[✔️](./Problems/0013%20Roman%20to%20Integer/Solution.js)
|
[✔️](./Problems/0013%20Roman%20to%20Integer/Solution.php)
|
|
|
| 🟢 | 06/28/2022 12:08 | 08/17/2022 10:59 |
| 14 | [Longest Common Prefix](https://leetcode.com/problems/longest-common-prefix/) |
|
[✔️](./Problems/0014%20Longest%20Common%20Prefix/Solution.php)
|
|
|
| 🟢 | 06/29/2022 10:03 | |
| 15 | [3Sum](https://leetcode.com/problems/3sum/) |
[✔️](./Problems/0015%203Sum/Solution.js)
|
|
|
|
| 🟠 | 09/01/2022 12:17 | 10/27/2022 11:51 |
| 26 | [Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/) |
|
[✔️](./Problems/0026%20Remove%20Duplicates%20from%20Sorted%20Array/Solution.php)
|
|
|
| 🟢 | 07/01/2022 11:10 | 08/18/2022 14:59 |
| 27 | [Remove Element](https://leetcode.com/problems/remove-element/) |
[✔️](./Problems/0027%20Remove%20Element/Solution.js)
|
[✔️](./Problems/0027%20Remove%20Element/Solution.php)
|
|
|
| 🟢 | 07/01/2022 11:19 | 08/18/2022 14:57 |
| 28 | [Find the Index of the First Occurrence in a String](https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string/) |
[✔️](./Problems/0028%20Find%20the%20Index%20of%20the%20First%20Occurrence%20in%20a%20String/Solution.js)
|
|
|
|
| 🟠 | 07/20/2022 10:46 | |
| 35 | [Search Insert Position](https://leetcode.com/problems/search-insert-position/) |
[✔️](./Problems/0035%20Search%20Insert%20Position/Solution.js)
|
[✔️](./Problems/0035%20Search%20Insert%20Position/Solution.php)
|
|
|
| 🟢 | 07/06/2022 14:51 | |
| 43 | [Multiply Strings](https://leetcode.com/problems/multiply-strings/) |
[✔️](./Problems/0043%20Multiply%20Strings/Solution.js)
|
|
|
|
| 🟠 | 08/19/2022 15:27 | |
| 46 | [Permutations](https://leetcode.com/problems/permutations/) |
[✔️](./Problems/0046%20Permutations/Solution.js)
|
|
|
|
| 🟠 | 09/06/2022 20:02 | |
| 48 | [Rotate Image](https://leetcode.com/problems/rotate-image/) |
[✔️](./Problems/0048%20Rotate%20Image/Solution.js)
|
|
|
|
| 🟠 | 07/18/2022 09:56 | |
| 58 | [Length of Last Word](https://leetcode.com/problems/length-of-last-word/) |
|
[✔️](./Problems/0058%20Length%20of%20Last%20Word/Solution.php)
|
|
|
| 🟢 | 07/03/2022 22:52 | |
| 66 | [Plus One](https://leetcode.com/problems/plus-one/) |
[✔️](./Problems/0066%20Plus%20One/Solution.js)
|
|
|
|
| 🟢 | 07/12/2022 12:02 | |
| 67 | [Add Binary](https://leetcode.com/problems/add-binary/) |
[✔️](./Problems/0067%20Add%20Binary/Solution.js)
|
|
|
|
| 🟢 | 08/24/2022 12:03 | |
| 69 | [Sqrt(x)](https://leetcode.com/problems/sqrtx/) |
[✔️](./Problems/0069%20Sqrt(x)/Solution.js) |
|
|
|
| 🟢 | 08/20/2022 12:33 | |
| 83 | [Remove Duplicates from Sorted List](https://leetcode.com/problems/remove-duplicates-from-sorted-list/) |
[✔️](./Problems/0083%20Remove%20Duplicates%20from%20Sorted%20List/Solution.js)
|
|
|
|
| 🟢 | 08/24/2022 12:17 | |
| 88 | [Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/) |
[✔️](./Problems/0088%20Merge%20Sorted%20Array/Solution.js)
|
|
|
|
| 🟢 | 08/17/2022 12:03 | |
| 120 | [Triangle](https://leetcode.com/problems/triangle/) |
[✔️](./Problems/0120%20Triangle/Solution.js)
|
|
|
|
| 🟠 | 08/26/2022 20:04 | |
| 125 | [Valid Palindrome](https://leetcode.com/problems/valid-palindrome/) |
[✔️](./Problems/0125%20Valid%20Palindrome/Solution.js)
|
|
|
|
| 🟢 | 07/21/2022 10:15 | 10/27/2022 15:11 |
| 136 | [Single Number](https://leetcode.com/problems/single-number/) |
[✔️](./Problems/0136%20Single%20Number/Solution.js)
|
|
|
|
| 🟢 | 08/21/2022 19:57 | |
| 167 | [Two Sum II - Input Array Is Sorted](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/) |
[✔️](./Problems/0167%20Two%20Sum%20II%20-%20Input%20Array%20Is%20Sorted/Solution.js)
|
|
|
|
| 🟠 | 09/03/2022 20:44 | 10/27/2022 11:20 |
| 168 | [Excel Sheet Column Title](https://leetcode.com/problems/excel-sheet-column-title/) |
[✔️](./Problems/0168%20Excel%20Sheet%20Column%20Title/Solution.js)
|
|
|
|
| 🟢 | 07/22/2022 19:17 | |
| 175 | [Combine Two Tables](https://leetcode.com/problems/combine-two-tables/) |
|
|
|
|
[SQL](./Problems/0175%20Combine%20Two%20Tables/Solution.sql) | 🟢 | 07/28/2022 11:10 | |
| 182 | [Duplicate Emails](https://leetcode.com/problems/duplicate-emails/) |
|
|
|
|
[SQL](./Problems/0182%20Duplicate%20Emails/Solution.sql) | 🟢 | 07/03/2022 22:58 | |
| 196 | [Delete Duplicate Emails](https://leetcode.com/problems/delete-duplicate-emails/) |
|
|
|
|
[SQL](./Problems/0196%20Delete%20Duplicate%20Emails/Solution.sql) | 🟢 | 07/03/2022 23:10 | |
| 202 | [Happy Number leetcode](https://leetcode.com/problems/happy-number/) |
[✔️](./Problems/0202%20Happy%20Number/Solution.js)
|
|
|
|
| 🟢 | 08/22/2022 17:21 | |
| 205 | [Isomorphic Strings](https://leetcode.com/problems/isomorphic-strings/) |
[✔️](./Problems/0205%20Isomorphic%20Strings/Solution.js)
|
|
|
|
| 🟢 | 07/26/2022 09:43 | 08/04/2022 12:35 |
| 217 | [Contains Duplicate](https://leetcode.com/problems/contains-duplicate/) |
[✔️](./Problems/0217%20Contains%20Duplicate/Solution.js)
|
|
[✔️](./Problems/0217%20Contains%20Duplicate/Solution.py)
|
[✔️](./Problems/0217%20Contains%20Duplicate/Solution.ts)
|
| 🟢 | 07/04/2022 10:20 | 09/04/2022 22:40 |
| 219 | [Contains Duplicate II](https://leetcode.com/problems/contains-duplicate/) |
[✔️](./Problems/0219%20Contains%20Duplicate%20II/Solution.js)
|
|
|
|
| 🟢 | 09/02/2022 19:19 | |
| 231 | [Power of Two](https://leetcode.com/problems/power-of-two/) |
[✔️](./Problems/0231%20Power%20of%20Two/Solution.js)
|
|
|
|
| 🟢 | 07/04/2022 11:07 | |
| 234 | [Palindrome Linked List](https://leetcode.com/problems/palindrome-linked-list/) |
[✔️](./Problems/0234%20Palindrome%20Linked%20List/Solution.js)
|
|
|
|
| 🟢 | 08/23/2022 10:46 | |
| 242 | [Valid Anagram](https://leetcode.com/problems/valid-anagram/) |
[✔️](./Problems/0242%20Valid%20Anagram/Solution.js)
|
|
|
|
| 🟢 | 07/23/2022 19:07 | |
| 258 | [Add Digits](https://leetcode.com/problems/add-digits/) |
[✔️](./Problems/0258%20Add%20Digits/Solution.js)
|
|
|
|
| 🟢 | 07/27/2022 14:30 | |
| 283 | [Move Zeroes](https://leetcode.com/problems/move-zeroes/) |
|
[✔️](./Problems/0283%20Move%20Zeroes/Solution.php)
|
|
|
| 🟢 | 07/01/2022 11:27 | |
| 292 | [Nim Game](https://leetcode.com/problems/nim-game/) |
[✔️](./Problems/0292%20Nim%20Game/Solution.js)
|
|
|
|
| 🟢 | 08/15/2022 20:27 | |
| 300 | [Longest Increasing Subsequence](https://leetcode.com/problems/longest-increasing-subsequence/) |
[✔️](./Problems/0300%20Longest%20Increasing%20Subsequence/Solution.js)
|
|
|
|
| 🟠 | 08/10/2022 22:44 | |
| 326 | [Power of Three](https://leetcode.com/problems/power-of-three/) |
[✔️](./Problems/0326%20Power%20of%20Three/Solution.js)
|
|
|
|
| 🟢 | 08/24/2022 10:09 | |
| 344 | [Reverse String](https://leetcode.com/problems/reverse-string/) |
[✔️](./Problems/0344%20Reverse%20String/Solution.js)
|
|
[✔️](./Problems/0344%20Reverse%20String/Solution.py)
|
|
| 🟢 | 07/25/2022 10:05 | 10/28/2022 17:21 |
| 383 | [Ransom Note](https://leetcode.com/problems/ransom-note/) |
[✔️](./Problems/0383%20Ransom%20Note/Solution.js)
|
|
|
|
| 🟢 | 08/25/2022 10:13 | |
| 387 | [First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/) |
[✔️](./Problems/0387%20First%20Unique%20Character%20in%20a%20String/Solution.js)
|
|
|
|
| 🟢 | 08/16/2022 21:27 | |
| 392 | [Is Subsequence](https://leetcode.com/problems/is-subsequence/) |
[✔️](./Problems/0392%20Is%20Subsequence/Solution.js)
|
|
|
|
| 🟢 | 07/07/2022 11:25 | |
| 409 | [Longest Palindrome](https://leetcode.com/problems/longest-palindrome/) |
[✔️](./Problems/0409%20Longest%20Palindrome/Solution.js)
|
|
|
|
| 🟢 | 08/27/2022 10:27 | |
| 415 | [Add Strings](https://leetcode.com/problems/add-strings/) |
|
[✔️](./Problems/0415%20Add%20Strings/Solution.php)
|
|
|
| 🟢 | 07/04/2022 16:40 | |
| 420 | [Strong Password Checker](https://leetcode.com/problems/strong-password-checker/) |
[✔️](./Problems/0420%20Strong%20Password%20Checker/Solution.js)
|
|
|
|
| 🔴 | 07/17/2022 21:50 | |
| 434 | [Number of Segments in a String](https://leetcode.com/problems/number-of-segments-in-a-string/) |
[✔️](./Problems/0434%20Number%20of%20Segments%20in%20a%20String/Solution.js)
|
|
|
|
| 🟢 | 07/24/2022 22:23 | |
| 451 | [Sort Characters By Frequency](https://leetcode.com/problems/sort-characters-by-frequency/) |
[✔️](./Problems/0451%20Sort%20Characters%20By%20Frequency/Solution.js)
|
|
|
|
| 🟠 | 07/12/2022 10:43 | |
| 485 | [Max Consecutive Ones](https://leetcode.com/problems/max-consecutive-ones/) |
[✔️](./Problems/0485%20Max%20Consecutive%20Ones/Solution.js)
|
|
|
|
| 🟢 | 08/18/2022 14:18 | |
| 500 | [Keyboard Row](https://leetcode.com/problems/keyboard-row/) |
[✔️](./Problems/0500%20Keyboard%20Row/Solution.js)
|
|
|
|
| 🟢 | 07/27/2022 12:34 | |
| 509 | [Fibonacci Number](https://leetcode.com/problems/fibonacci-number/) |
[✔️](./Problems/0509%20Fibonacci%20Number/Solution.js)
|
|
|
|
| 🟢 | 07/28/2022 15:02 | 08/17/2022 15:54 |
| 520 | [Detect Capital](https://leetcode.com/problems/detect-capital/) |
|
[✔️](./Problems/0520%20Detect%20Capital/Solution.php)
|
|
|
| 🟢 | 07/05/2022 10:28 | |
| 541 | [Reverse String II](https://leetcode.com/problems/reverse-string-ii/) |
[✔️](./Problems/0541%20Reverse%20String%20II/Solution.js)
|
|
|
|
| 🟢 | 08/03/2022 12:43 | |
| 659 | [Split Array into Consecutive Subsequences](https://leetcode.com/problems/split-array-into-consecutive-subsequences/) |
[✔️](./Problems/0659%20Split%20Array%20into%20Consecutive%20Subsequences/Solution.js)
|
|
|
|
| 🟠 | 08/19/2022 11:23 | |
| 709 | [To Lower Case](https://leetcode.com/problems/to-lower-case/) |
[✔️](./Problems/0709%20To%20Lower%20Case/Solution.js)
|
[✔️](./Problems/0709%20To%20Lower%20Case/Solution.php)
|
|
|
| 🟢 | 07/05/2022 09:55 | |
| 766 | [Toeplitz Matrix](https://leetcode.com/problems/toeplitz-matrix/) |
[✔️](./Problems/0766%20Toeplitz%20Matrix/Solution.js)
|
|
|
|
| 🟢 | 08/11/2022 20:57 | |
| 796 | [Rotate String](https://leetcode.com/problems/rotate-string/) |
[✔️](./Problems/0796%20Rotate%20String/Solution.js)
|
|
|
|
| 🟢 | 08/11/2022 20:42 | |
| 804 | [Unique Morse Code Words](https://leetcode.com/problems/unique-morse-code-words/) |
[✔️](./Problems/0804%20Unique%20Morse%20Code%20Words/Solution.js)
|
|
|
|
| 🟢 | 08/17/2022 10:34 | |
| 819 | [Most Common Word](https://leetcode.com/problems/most-common-word/) |
[✔️](./Problems/0819%20Most%20Common%20Word/Solution.js)
|
|
|
|
| 🟢 | 07/06/2022 11:22 | |
| 859 | [Buddy Strings](https://leetcode.com/problems/buddy-strings/) |
[✔️](./Problems/0859%20Buddy%20Strings/Solution.js)
|
|
|
|
| 🟢 | 09/05/2022 21:57 | |
| 867 | [Transpose Matrix](https://leetcode.com/problems/transpose-matrix/) |
[✔️](./Problems/0867%20Transpose%20Matrix/Solution.js)
|
|
|
|
| 🟢 | 08/28/2022 16:44 | |
| 941 | [Valid Mountain Array](https://leetcode.com/problems/valid-mountain-array/) |
[✔️](./Problems/0941%20Valid%20Mountain%20Array/Solution.js)
|
|
|
|
| 🟢 | 08/18/2022 15:32 | |
| 977 | [Squares of a Sorted Array](https://leetcode.com/problems/squares-of-a-sorted-array/) |
[✔️](./Problems/0977%20Squares%20of%20a%20Sorted%20Array/Solution.js)
|
|
|
|
| 🟢 | 08/18/2022 14:26 | |
| 1050 | [Actors and Directors Who Cooperated At Least Three Times](https://leetcode.com/problems/actors-and-directors-who-cooperated-at-least-three-times/) |
|
|
|
|
[SQL](./Problems/1050%20Actors%20and%20Directors%20Who%20Cooperated%20At%20Least%20Three%20Times/Solution.sql) | 🟢 | 07/28/2022 10:55 | |
| 1089 | [Duplicate Zeros](https://leetcode.com/problems/duplicate-zeros/) |
[✔️](./Problems/1089%20Duplicate%20Zeros/Solution.js)
|
|
|
|
| 🟢 | 08/18/2022 14:48 | |
| 1137 | [N-th Tribonacci Number](https://leetcode.com/problems/n-th-tribonacci-number/) |
[✔️](./Problems/1137%20N-th%20Tribonacci%20Number/Solution.js)
|
|
|
|
| 🟢 | 07/28/2022 15:09 | |
| 1148 | [Article Views I](https://leetcode.com/problems/article-views-i/) |
|
|
|
|
[SQL](./Problems/1148%20Article%20Views%20I/Solution.sql) | 🟢 | 07/28/2022 10:49 | |
| 1207 | [Unique Number of Occurrences](https://leetcode.com/problems/unique-number-of-occurrences/) |
[✔️](./Problems/1207%20Unique%20Number%20of%20Occurrences/Solution.js)
|
|
|
|
| 🟢 | 08/29/2022 22:19 | |
| 1281 | [Subtract the Product and Sum of Digits of an Integer](https://leetcode.com/problems/subtract-the-product-and-sum-of-digits-of-an-integer/) |
[✔️](./Problems/1281%20Subtract%20the%20Product%20and%20Sum%20of%20Digits%20of%20an%20Integer/Solution.js)
|
|
|
|
| 🟢 | 07/27/2022 14:43 | |
| 1295 | [Find Numbers with Even Number of Digits](https://leetcode.com/problems/find-numbers-with-even-number-of-digits/) |
[✔️](./Problems/1295%20Find%20Numbers%20with%20Even%20Number%20of%20Digits/Solution.js)
|
|
|
|
| 🟢 | 08/18/2022 14:23 | |
| 1338 | [Reduce Array Size to The Half](https://leetcode.com/problems/reduce-array-size-to-the-half/) |
[✔️](./Problems/1338%20Reduce%20Array%20Size%20to%20The%20Half/Solution.js)
|
|
|
|
| 🟠 | 08/18/2022 11:08 | |
| 1346 | [Check If N and Its Double Exist](https://leetcode.com/problems/check-if-n-and-its-double-exist/) |
[✔️](./Problems/1346%20Check%20If%20N%20and%20Its%20Double%20Exist/Solution.js)
|
|
|
|
| 🟢 | 08/18/2022 15:20 | |
| 1408 | [String Matching in an Array](https://leetcode.com/problems/string-matching-in-an-array/) |
[✔️](./Problems/1408%20String%20Matching%20in%20an%20Array/Solution.js)
|
|
|
|
| 🟢 | 07/07/2022 10:48 | |
| 1417 | [Reformat The String](https://leetcode.com/problems/reformat-the-string/) |
[✔️](./Problems/1417%20Reformat%20The%20String/Solution.js)
|
|
|
|
| 🟢 | 07/07/2022 12:03 | |
| 1480 | [Running Sum of 1d Array](https://leetcode.com/problems/running-sum-of-1d-array/) |
|
[✔️](./Problems/1480%20Running%20Sum%20of%201d%20Array/Solution.php)
|
|
|
| 🟢 | 07/01/2022 11:53 | |
| 1527 | [Patients With a Condition](https://leetcode.com/problems/patients-with-a-condition/) |
|
|
|
|
[SQL](./Problems/1527%20Patients%20With%20a%20Condition/Solution.sql) | 🟢 | 07/28/2022 11:36 | |
| 1528 | [Shuffle String](https://leetcode.com/problems/shuffle-string/) |
[✔️](./Problems/1528%20Shuffle%20String/Solution.js)
|
|
|
|
| 🟢 | 07/06/2022 12:40 | |
| 1556 | [Thousand Separator](https://leetcode.com/problems/thousand-separator/) |
[✔️](./Problems/1556%20Thousand%20Separator/Solution.js)
|
|
|
|
| 🟢 | 07/06/2022 12:23 | |
| 1667 | [Fix Names in a Table](https://leetcode.com/problems/fix-names-in-a-table/) |
|
|
|
|
[SQL](./Problems/1667%20Fix%20Names%20in%20a%20Table/Solution.sql) | 🟢 | 07/11/2022 10:06 | |
| 1684 | [Count the Number of Consistent Strings](https://leetcode.com/problems/count-the-number-of-consistent-strings/) |
[✔️](./Problems/1684%20Count%20the%20Number%20of%20Consistent%20Strings/Solution.js)
|
|
|
|
| 🟢 | 07/09/2022 10:14 | |
| 1729 | [Find Followers Count](https://leetcode.com/problems/find-followers-count/) |
|
|
|
|
[SQL](./Problems/1729%20Find%20Followers%20Count/Solution.sql) | 🟢 | 07/28/2022 12:21 | |
| 1748 | [Sum of Unique Elements](https://leetcode.com/problems/sum-of-unique-elements/) |
[✔️](./Problems/1748%20Sum%20of%20Unique%20Elements/Solution.js) |
|
|
|
| 🟢 | 08/14/2022 20:40 | |
| 1768 | [Merge Strings Alternately](https://leetcode.com/problems/merge-strings-alternately/) |
[✔️](./Problems/1768%20Merge%20Strings%20Alternately/Solution.js)
|
|
|
|
| 🟢 | 07/08/2022 22:41 | 08/14/2022 20:25 |
| 1816 | [Truncate Sentence](https://leetcode.com/problems/truncate-sentence/) |
[✔️](./Problems/1816%20Truncate%20Sentence/Solution.js)
|
|
|
|
| 🟢 | 07/11/2022 10:19 | |
| 1890 | [The Latest Login in 2020](https://leetcode.com/problems/the-latest-login-in-2020/) |
|
|
|
|
[SQL](./Problems/1890%20The%20Latest%20Login%20in%202020/Solution.sql) | 🟢 | 07/28/2022 12:13 | |
| 1909 | [Remove One Element to Make the Array Strictly Increasing](https://leetcode.com/problems/remove-one-element-to-make-the-array-strictly-increasing/) |
[✔️](./Problems/1909%20Remove%20One%20Element%20to%20Make%20the%20Array%20Strictly%20Increasing/Solution.js)
|
|
|
|
| 🟢 | 08/12/2022 22:35 | |
| 1929 | [Concatenation of Array](https://leetcode.com/problems/concatenation-of-array/) |
[✔️](./Problems/1929%20Concatenation%20of%20Array/Solution.js)
|
|
|
|
| 🟢 | 08/13/2022 15:39 | |
| 1935 | [Maximum Number of Words You Can Type](https://leetcode.com/problems/maximum-number-of-words-you-can-type/) |
[✔️](./Problems/1935%20Maximum%20Number%20of%20Words%20You%20Can%20Type/Solution.js)
|
|
|