Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 1 month 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)
|
|
|
|
| 🟢 | 08/13/2022 15:36 | |
| 1941 | [Check if All Characters Have Equal Number of Occurrences](https://leetcode.com/problems/check-if-all-characters-have-equal-number-of-occurrences/) |
[✔️](./Problems/1941%20Check%20if%20All%20Characters%20Have%20Equal%20Number%20of%20Occurrences/Solution.js)
|
|
|
|
| 🟢 | 08/13/2022 15:28 | |
| 1945 | [Sum of Digits of String After Convert](https://leetcode.com/problems/sum-of-digits-of-string-after-convert/) |
[✔️](./Problems/1945%20Sum%20of%20Digits%20of%20String%20After%20Convert/Solution.js)
|
|
|
|
| 🟢 | 08/30/2022 15:39 | |
| 1965 | [Employees With Missing Information](https://leetcode.com/problems/employees-with-missing-information/) |
|
|
|
|
[SQL](./Problems/1965%20Employees%20With%20Missing%20Information/Solution.sql) | 🟢 | 07/28/2022 11:27 | |
| 2000 | [Reverse Prefix of Word](https://leetcode.com/problems/reverse-prefix-of-word/) |
[✔️](./Problems/2000%20Reverse%20Prefix%20of%20Word/Solution.js)
|
[✔️](./Problems/2000%20Reverse%20Prefix%20of%20Word/Solution.php)
|
|
|
| 🟢 | 07/13/2022 10:40 | |
| 2042 | [Check if Numbers Are Ascending in a Sentence](https://leetcode.com/problems/check-if-numbers-are-ascending-in-a-sentence/) |
[✔️](./Problems/2042%20Check%20if%20Numbers%20Are%20Ascending%20in%20a%20Sentence/Solution.js)
|
|
|
|
| 🟢 | 08/09/2022 17:12 | |
| 2053 | [Kth Distinct String in an Array](https://leetcode.com/problems/kth-distinct-string-in-an-array/) |
[✔️](./Problems/2053%20Kth%20Distinct%20String%20in%20an%20Array/Solution.js)
|
|
|
|
| 🟢 | 08/08/2022 11:58 | |
| 2057 | [Smallest Index With Equal Value](https://leetcode.com/problems/smallest-index-with-equal-value/) |
[✔️](./Problems/2057%20Smallest%20Index%20With%20Equal%20Value/Solution.js)
|
|
|
|
| 🟢 | 08/08/2022 13:37 | |
| 2085 | [Count Common Words With One Occurrence](https://leetcode.com/problems/count-common-words-with-one-occurrence/) |
[✔️](./Problems/2085%20Count%20Common%20Words%20With%20One%20Occurrence/Solution.js)
|
|
|
|
| 🟢 | 08/07/2022 22:55 | |
| 2089 | [Find Target Indices After Sorting Array](https://leetcode.com/problems/find-target-indices-after-sorting-array/) |
[✔️](./Problems/2089%20Find%20Target%20Indices%20After%20Sorting%20Array/Solution.js)
|
|
|
|
| 🟢 | 08/07/2022 22:13 | |
| 2103 | [Rings and Rods](https://leetcode.com/problems/rings-and-rods/) |
[✔️](./Problems/2103%20Rings%20and%20Rods/Solution.js)
|
|
|
|
| 🟢 | 08/05/2022 14:55 | |
| 2108 | [Find First Palindromic String in the Array](https://leetcode.com/problems/find-first-palindromic-string-in-the-array/) |
[✔️](./Problems/2108%20Find%20First%20Palindromic%20String%20in%20the%20Array/Solution.js)
|
|
|
|
| 🟢 | 08/05/2022 14:01 | |
| 2114 | [Maximum Number of Words Found in Sentences](https://leetcode.com/problems/maximum-number-of-words-found-in-sentences/) |
[✔️](./Problems/2114%20Maximum%20Number%20of%20Words%20Found%20in%20Sentences/Solution.js)
|
|
|
|
| 🟢 | 08/05/2022 13:52 | |
| 2119 | [A Number After a Double Reversal](https://leetcode.com/problems/a-number-after-a-double-reversal/) |
[✔️](./Problems/2119%20A%20Number%20After%20a%20Double%20Reversal/Solution.js)
|
|
|
|
| 🟢 | 08/05/2022 13:44 | |
| 2124 | [Check if All A's Appears Before All B's](https://leetcode.com/problems/check-if-all-as-appears-before-all-bs/) |
[✔️](./Problems/2124%20Check%20if%20All%20A's%20Appears%20Before%20All%20B's/Solution.js)
|
|
|
|
| 🟢 | 08/05/2022 12:47 | |
| 2129 | [Capitalize the Title](https://leetcode.com/problems/capitalize-the-title/) |
|
[✔️](./Problems/2129%20Capitalize%20the%20Title/Solution.php)
|
|
|
| 🟢 | 07/05/2022 10:11 | |
| 2133 | [Check if Every Row and Column Contains All Numbers](https://leetcode.com/problems/check-if-every-row-and-column-contains-all-numbers/) |
[✔️](./Problems/2133%20Check%20if%20Every%20Row%20and%20Column%20Contains%20All%20Numbers/Solution.js)
|
|
|
|
| 🟢 | 08/05/2022 12:37 | |
| 2138 | [Divide a String Into Groups of Size k](https://leetcode.com/problems/divide-a-string-into-groups-of-size-k/) |
[✔️](./Problems/2138%20Divide%20a%20String%20Into%20Groups%20of%20Size%20k/Solution.js) |
|
|
|
| 🟢 | 08/06/2022 23:00 | |
| 2148 | [Count Elements With Strictly Smaller and Greater Elements](https://leetcode.com/problems/count-elements-with-strictly-smaller-and-greater-elements/) |
[✔️](./Problems/2148%20Count%20Elements%20With%20Strictly%20Smaller%20and%20Greater%20Elements/Solution.js)
|
|
|
|
| 🟢 | 08/05/2022 10:18 | |
| 2154 | [Keep Multiplying Found Values by Two](https://leetcode.com/problems/keep-multiplying-found-values-by-two/) |
[✔️](./Problems/2154%20Keep%20Multiplying%20Found%20Values%20by%20Two/Solution.js)
|
|
|
|
| 🟢 | 08/04/2022 16:56 | |
| 2176 | [Count Equal and Divisible Pairs in an Array](https://leetcode.com/problems/count-equal-and-divisible-pairs-in-an-array/) |
[✔️](./Problems/2176%20Count%20Equal%20and%20Divisible%20Pairs%20in%20an%20Array/Solution.js)
|
|
|
|
| 🟢 | 08/04/2022 12:56 | |
| 2185 | [Counting Words With a Given Prefix](https://leetcode.com/problems/counting-words-with-a-given-prefix/) |
[✔️](./Problems/2185%20Counting%20Words%20With%20a%20Given%20Prefix/Solution.js)
|
|
[✔️](./Problems/2185%20Counting%20Words%20With%20a%20Given%20Prefix/Solution.py)
|
|
| 🟢 | 08/03/2022 11:42 | |
| 2194 | [Cells in a Range on an Excel Sheet](https://leetcode.com/problems/cells-in-a-range-on-an-excel-sheet/) |
[✔️](./Problems/2194%20Cells%20in%20a%20Range%20on%20an%20Excel%20Sheet/Solution.js)
|
|
|
|
| 🟢 | 08/02/2022 16:02 | |
| 2215 | [Find the Difference of Two Arrays](https://leetcode.com/problems/find-the-difference-of-two-arrays/) |
[✔️](./Problems/2215%20Find%20the%20Difference%20of%20Two%20Arrays/Solution.js)
|
|
|
|
| 🟢 | 08/01/2022 10:52 | |
| 2264 | [Largest 3-Same-Digit Number in String](https://leetcode.com/problems/largest-3-same-digit-number-in-string/) |
[✔️](./Problems/2264%20Largest%203-Same-Digit%20Number%20in%20String/Solution.js)
|
|
|
|
| 🟢 | 07/29/2022 11:28 | |
| 2269 | [Find the K-Beauty of a Number](https://leetcode.com/problems/find-the-k-beauty-of-a-number/) |
[✔️](./Problems/2269%20Find%20the%20K-Beauty%20of%20a%20Number/Solution.js)
|
|
|
|
| 🟢 | 07/16/2022 11:55 | |
| 2278 | [Percentage of Letter in Stringr](https://leetcode.com/problems/percentage-of-letter-in-string/) |
[✔️](./Problems/2278%20Percentage%20of%20Letter%20in%20String/Solution.js)
|
|
|
|
| 🟢 | 07/15/2022 11:08 | |
| 2283 | [Check if Number Has Equal Digit Count and Digit Value](https://leetcode.com/problems/check-if-number-has-equal-digit-count-and-digit-value/) |
[✔️](./Problems/2283%20Check%20if%20Number%20Has%20Equal%20Digit%20Count%20and%20Digit%20Value/Solution.js)
|
|
|
|
| 🟢 | 07/16/2022 12:13 | |
| 2287 | [Rearrange Characters to Make Target String](https://leetcode.com/problems/rearrange-characters-to-make-target-string/) |
[✔️](./Problems/2287%20Rearrange%20Characters%20to%20Make%20Target%20String/Solution.js)
|
|
|
|
| 🟢 | 07/30/2022 11:03 | |
| 2299 | [Strong Password Checker II](https://leetcode.com/problems/strong-password-checker-ii/) |
[✔️](./Problems/2299%20Strong%20Password%20Checker%20II/Solution.js)
|
|
|
|
| 🟢 | 07/31/2022 16:36 | |
| 2306 | [Naming a Company](https://leetcode.com/problems/naming-a-company/) |
[✔️](./Problems/2306%20Naming%20a%20Company/Solution.js)
|
|
|
|
| 🔴 | 07/15/2022 11:25 | |
| 2315 | [Count Asterisks](https://leetcode.com/problems/count-asterisks/) |
[✔️](./Problems/2315%20Count%20Asterisks/Solution.js)
|
|
|
|
| 🟢 | 07/14/2022 16:30 | |
| 2325 | [Decode the Message](https://leetcode.com/problems/decode-the-message/) |
[✔️](./Problems/2325%20Decode%20the%20Message/Solution.js)
|
|
|
|
| 🟢 | 07/28/2022 17:06 | |
| 2335 | [Minimum Amount of Time to Fill Cups](https://leetcode.com/problems/minimum-amount-of-time-to-fill-cups/) |
[✔️](./Problems/2335%20Minimum%20Amount%20of%20Time%20to%20Fill%20Cups/Solution.js)
|
|
|
|
| 🟢 | 07/28/2022 17:07 | |
| 2351 | [First Letter to Appear Twice](https://leetcode.com/problems/first-letter-to-appear-twice/) |
[✔️](./Problems/2351%20First%20Letter%20to%20Appear%20Twice/Solution.js)
|
|
|
|
| 🟢 | 07/28/2022 14:19 | |

## Latest `2022(Sep-07 to Oct-31)`

| # | Problem | JS | Php | Python | TS | Others |Difficulty| Solved | Updated |
| ----------------| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-: | :-: | :-: |
| 606 | [Construct String from Binary Tree](https://leetcode.com/problems/construct-string-from-binary-tree/) |

[✔️](./Problems/0606%20Construct%20String%20from%20Binary%20Tree/Solution.js)
|
|
|
|
| 🟢 | 09/07/2022 14:41 | |
| 94 | [Binary Tree Inorder Traversal](https://leetcode.com/problems/binary-tree-inorder-traversal/) |
[✔️](./Problems/0094%20Binary%20Tree%20Inorder%20Traversal/Solution.js)
|
|
|
|
| 🟢 | 09/08/2022 10:38 | |
| 1996 | [The Number of Weak Characters in the Game](https://leetcode.com/problems/the-number-of-weak-characters-in-the-game/) |
[✔️](./Problems/1996%20The%20Number%20of%20Weak%20Characters%20in%20the%20Game/Solution.js)
|
|
|
|
| 🟠 | 09/09/2022 11:07 | |
| 0008 | [String to Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/) |
[✔️](./Problems/0008%20String%20to%20Integer%20(atoi)/Solution.js)
|
|
|
|
| 🟠 | 09/10/2022 17:10 | |
| 0012 | [Integer to Roman](https://leetcode.com/problems/integer-to-roman/) |
[✔️](./Problems/0012%20Integer%20to%20Roman/Solution.js)
|
|
|
|
| 🟠 | 09/11/2022 23:12 | |
| 0016 | [3Sum Closest](https://leetcode.com/problems/3sum-closest/) |
[✔️](./Problems/0016%203Sum%20Closest/Solution.js)
|
|
|
|
| 🟠 | 09/12/2022 17:15 | |
| 0389 | [Find the Difference](https://leetcode.com/problems/find-the-difference/) |
[✔️](./Problems/0389%20Find%20the%20Difference/Solution.js)
|
|
|
|
| 🟢 | 09/13/2022 10:25 | 10/31/2022 16:51 |
| 0100 | [Same Tree](https://leetcode.com/problems/same-tree/) |
[✔️](./Problems/0100%20Same%20Tree/Solution.js)
|
|
|
|
| 🟢 | 09/14/2022 17:24 | |
| 0020 | [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/) |
[✔️](./Problems/0020%20Valid%20Parentheses/Solution.js)
|
|
|
|
| 🟢 | 09/15/2022 16:37 | |
| 0003 | [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/) |
[✔️](./Problems/0003%20Longest%20Substring%20Without%20Repeating%20Characters/Solution.js)
|
|
|
|
| 🟠 | 09/16/2022 16:52 | |
| 1770 | [Maximum Score from Performing Multiplication Operations](https://leetcode.com/problems/maximum-score-from-performing-multiplication-operations/) |
[✔️](./Problems/1770%20Maximum%20Score%20from%20Performing%20Multiplication%20Operations/Solution.js)
|
|
|
|
| 🔴 | 09/16/2022 17:34 | |
| 1790 | [Check if One String Swap Can Make Strings Equal](https://leetcode.com/problems/check-if-one-string-swap-can-make-strings-equal/) |
[✔️](./Problems/1790%20Check%20if%20One%20String%20Swap%20Can%20Make%20Strings%20Equal/Solution.js)
|
|
|
|
| 🟢 | 09/17/2022 10:32 | |
| 0336 | [Palindrome Pairs](https://leetcode.com/problems/palindrome-pairs/) |
[✔️](./Problems/0336%20Palindrome%20Pairs/Solution.js)
|
|
|
|
| 🔴 | 09/17/2022 11:27 | |
| 0680 | [Valid Palindrome II](https://leetcode.com/problems/valid-palindrome-ii/) |
[✔️](./Problems/0680%20Valid%20Palindrome%20II/Solution.js)
|
|
|
|
| 🟢 | 09/18/2022 21:15 | |
| 0718 | [Maximum Length of Repeated Subarray](https://leetcode.com/problems/maximum-length-of-repeated-subarray/) |
[✔️](./Problems/0718%20Maximum%20Length%20of%20Repeated%20Subarray/Solution.js)
|
|
|
|
| 🟠 | 09/20/2022 10:40 | |
| 0985 | [Sum of Even Numbers After Queries](https://leetcode.com/problems/sum-of-even-numbers-after-queries/) |
[✔️](./Problems/0985%20Sum%20of%20Even%20Numbers%20After%20Queries/Solution.js)
|
|
|
|
| 🟠 | 09/21/2022 11:45 | |
| 0006 | [Zigzag Conversion](https://leetcode.com/problems/zigzag-conversion/) |
[✔️](./Problems/0006%20Zigzag%20Conversion/Solution.js)
|
|
|
|
| 🟠 | 09/21/2022 11:58 | |
| 0557 | [Reverse Words in a String III](https://leetcode.com/problems/reverse-words-in-a-string-iii/) |
[✔️](./Problems/0557%20Reverse%20Words%20in%20a%20String%20III/Solution.js)
|
|
|
|
| 🟢 | 09/22/2022 10:06 | |
| 1680 | [Concatenation of Consecutive Binary Numbers](https://leetcode.com/problems/concatenation-of-consecutive-binary-numbers/) |
[✔️](./Problems/1680%20Concatenation%20of%20Consecutive%20Binary%20Numbers/Solution.js)
|
|
|
|
| 🟠 | 09/23/2022 10:38 | |
| 2047 | [Number of Valid Words in a Sentence](https://leetcode.com/problems/number-of-valid-words-in-a-sentence/) |
[✔️](./Problems/2047%20Number%20of%20Valid%20Words%20in%20a%20Sentence/Solution.js)
|
|
|
|
| 🟢 | 09/24/2022 16:00 | |
| 0622 | [Design Circular Queue](https://leetcode.com/problems/design-circular-queue/) |
[✔️](./Problems/0622%20Design%20Circular%20Queue/Solution.js)
|
|
|
|
| 🟠 | 09/25/2022 17:08 | |
| 0189 | [Rotate Array](https://leetcode.com/problems/rotate-array/) |
[✔️](./Problems/0189%20Rotate%20Array/Solution.js)
|
|
|
|
| 🟠 | 09/26/2022 17:36 | |
| 0118 | [Pascal's Triangle](https://leetcode.com/problems/pascals-triangle/) |
[✔️](./Problems/0118%20Pascal's%20Triangle/Solution.js)
|
|
|
|
| 🟢 | 09/27/2022 22:59 | |
| 0183 | [Customers Who Never Order](https://leetcode.com/problems/customers-who-never-order/) |
|
|
|
|
[SQL](./Problems/0183%20Customers%20Who%20Never%20Order/Solution.sql)
| 🟢 | 09/28/2022 13:14 | |
| 0658 | [Find K Closest Elements](https://leetcode.com/problems/find-k-closest-elements/) |
[✔️](./Problems/0658%20Find%20K%20Closest%20Elements/Solution.js)
|
|
|
|
| 🟠 | 09/29/2022 23:44 | |
| 0620 | [Not Boring Movies](https://leetcode.com/problems/not-boring-movies/) |
|
|
|
|
[SQL](./Problems/0620%20Not%20Boring%20Movies/Solution.sql)
| 🟢 | 09/30/2022 16:21 | |
| 0584 | [Find Customer Referee](https://leetcode.com/problems/find-customer-referee/) |
|
|
|
|
[SQL](./Problems/0584%20Find%20Customer%20Referee/Solution.sql)
| 🟢 | 10/01/2022 17:21 | |
| 1155 | [Number of Dice Rolls With Target Sum](https://leetcode.com/problems/number-of-dice-rolls-with-target-sum/) |
[✔️](./Problems/1155%20Number%20of%20Dice%20Rolls%20With%20Target%20Sum/Solution.js)
|
|
|
|
| 🟠 | 10/02/2022 23:09 | |
| 1578 | [Minimum Time to Make Rope Colorful](https://leetcode.com/problems/minimum-time-to-make-rope-colorful/) |
[✔️](./Problems/1578%20Minimum%20Time%20to%20Make%20Rope%20Colorful/Solution.js)
|
|
|
|
| 🟠 | 10/03/2022 11:59 | |
| 0626 | [Exchange Seats](https://leetcode.com/problems/exchange-seats/) |
|
|
|
|
[SQL](./Problems/0626%20Exchange%20Seats/Solution.sql)
| 🟠 | 10/04/2022 22:15 | |
| 0112 | [Path Sum](https://leetcode.com/problems/path-sum/) |
[✔️](./Problems/0112%20Path%20Sum/Solution.js)
|
|
|
|
| 🟢 | 10/05/2022 16:57 | |
| 1623 | [Add One Row to Tree](https://leetcode.com/problems/add-one-row-to-tree/) |
[✔️](./Problems/0623%20Add%20One%20Row%20to%20Tree/Solution.js)
|
|
|
|
| 🟠 | 10/05/2022 17:17 | |
| 0017 | [Letter Combinations of a Phone Number](https://leetcode.com/problems/letter-combinations-of-a-phone-number/) |
[✔️](./Problems/0017%20Letter%20Combinations%20of%20a%20Phone%20Number/Solution.js)
|
|
|
|
| 🟠 | 10/06/2022 13:34 | |
| 0637 | [Average of Levels in Binary Tree](https://leetcode.com/problems/average-of-levels-in-binary-tree//) |
[✔️](./Problems/0637%20Average%20of%20Levels%20in%20Binary%20Tree/Solution.js)
|
|
|
|
| 🟢 | 10/07/2022 11:10 | |
| 0034 | [Find First and Last Position of Element in Sorted Array](https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/) |
[✔️](./Problems/0034%20Find%20First%20and%20Last%20Position%20of%20Element%20in%20Sorted%20Array/Solution.js)
|
|
|
|
| 🟠 | 10/08/2022 14:28 | |
| 0653 | [Two Sum IV - Input is a BST](https://leetcode.com/problems/two-sum-iv-input-is-a-bst/) |
|
[✔️](./Problems/0653%20Two%20Sum%20IV%20-%20Input%20is%20a%20BST/Solution.php)
|
|
|
| 🟢 | 10/09/2022 22:29 | |
| 0144 | [Binary Tree Preorder Traversal](https://leetcode.com/problems/binary-tree-preorder-traversal/) |
[✔️](./Problems/0144%20Binary%20Tree%20Preorder%20Traversal/Solution.js)
|
|
|
|
| 🟢 | 10/10/2022 22:28 | |
| 0334 | [Increasing Triplet Subsequence](https://leetcode.com/problems/increasing-triplet-subsequence/) |
[✔️](./Problems/0334%20Increasing%20Triplet%20Subsequence/Solution.js)
|
|
|
|
| 🟠 | 10/11/2022 17:12 | |
| 0976 | [Largest Perimeter Triangle](https://leetcode.com/problems/largest-perimeter-triangle/) |
[✔️](./Problems/0976%20Largest%20Perimeter%20Triangle/Solution.js)
|
|
|
|
| 🟢 | 10/12/2022 17:23 | |
| 0237 | [Delete Node in a Linked List](https://leetcode.com/problems/delete-node-in-a-linked-list/) |
[✔️](./Problems/0237%20Delete%20Node%20in%20a%20Linked%20List/Solution.js)
|
|
|
|
| 🟠 | 10/13/2022 13:40 | |
| 2095 | [Delete the Middle Node of a Linked List](https://leetcode.com/problems/delete-the-middle-node-of-a-linked-list/) |
[✔️](./Problems/2095%20Delete%20the%20Middle%20Node%20of%20a%20Linked%20List/Solution.js)
|
|
|
|
| 🟠 | 10/14/2022 22:20 | |
| 1531 | [String Compression II](https://leetcode.com/problems/string-compression-ii/) |
[✔️](./Problems/1531%20String%20Compression%20II/Solution.js)
|
|
|
|
| 🔴 | 10/15/2022 10:42 | |
| 0021 | [Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/) |
[✔️](./Problems/0021%20Merge%20Two%20Sorted%20Lists/Solution.js)
|
|
|
|
| 🟢 | 10/16/2022 19:23 | |
| 1832 | [Check if the Sentence Is Pangram](https://leetcode.com/problems/check-if-the-sentence-is-pangram/) |
[✔️](./Problems/1832%20Check%20if%20the%20Sentence%20Is%20Pangram/Solution.js)
|
[✔️](./Problems/1832%20Check%20if%20the%20Sentence%20Is%20Pangram/Solution.php)
|
|
[✔️](./Problems/1832%20Check%20if%20the%20Sentence%20Is%20Pangram/Solution.ts)
|
| 🟢 | 10/17/2022 10:50 | |
| 0038 | [Count and Say](https://leetcode.com/problems/count-and-say/) |
[✔️](./Problems/0038%20Count%20and%20Say/Solution.js)
|
|
|
|
| 🟠 | 10/18/2022 17:01 | |
| 0011 | [Container With Most Water](https://leetcode.com/problems/container-with-most-water/) |
[✔️](./Problems/0011%20Container%20With%20Most%20Water/Solution.js)
|
|
|
|
| 🟠 | 10/19/2022 16:11 | 10/27/2022 10:17 |
| 0692 | [Top K Frequent Words](https://leetcode.com/problems/top-k-frequent-words/) |
[✔️](./Problems/0692%20Top%20K%20Frequent%20Words/Solution.js)
|
|
|
|
| 🟠 | 10/19/2022 16:32 | |
| 0191 | [Number of 1 Bits](https://leetcode.com/problems/number-of-1-bits/) |
[✔️](./Problems/0191%20Number%20of%201%20Bits/Solution.js)
|
|
|
|
| 🟢 | 10/20/2022 20:52 | |
| 0195 | [Tenth Line](https://leetcode.com/problems/tenth-line/) |
|
|
|
|
[bash](./Problems/0195%20Tenth%20Line/Solution.md)
| 🟢 | 10/21/2022 17:41 | |
| 0197 | [Rising Temperature](https://leetcode.com/problems/rising-temperature/) |
|
|
|
|
[SQL](./Problems/0197%20Rising%20Temperature/Solution.sql)
| 🟢 | 10/21/2022 17:44 | |
| 0404 | [Sum of Left Leaves](https://leetcode.com/problems/sum-of-left-leaves/) |
[✔️](./Problems/0404%20Sum%20of%20Left%20Leaves/Solution.js)
|
|
|
|
| 🟢 | 10/22/2022 13:48 | |
| 0645 | [Set Mismatch](https://leetcode.com/problems/set-mismatch/) |
[✔️](./Problems/0645%20Set%20Mismatch/Solution.js)
|
|
|
|
| 🟢 | 10/23/2022 19:59 | |
| 1239 | [Maximum Length of a Concatenated String with Unique Characters](https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-characters/)|
[✔️](./Problems/1239%20Maximum%20Length%20of%20a%20Concatenated%20String%20with%20Unique%20Characters/Solution.js)
|
|
|
|
| 🟠 | 10/24/2022 22:39 | |
| 1662 | [Check If Two String Arrays are Equivalent](https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent/) |
[✔️](./Problems/1662%20Check%20If%20Two%20String%20Arrays%20are%20Equivalent/Solution.js)
|
|
|
|
| 🟢 | 10/25/2022 10:25 | |
| 0203 | [Remove Linked List Elements](https://leetcode.com/problems/remove-linked-list-elements/) |
[✔️](./Problems/0203%20Remove%20Linked%20List%20Elements/Solution.js)
|
|
|
|
| 🟢 | 10/25/2022 10:52 | |
| 0206 | [Reverse Linked List](https://leetcode.com/problems/reverse-linked-list/) |
[✔️](./Problems/0206%20Reverse%20Linked%20List/Solution.js)
|
|
|
|
| 🟢 | 10/25/2022 10:57 | |
| 0523 | [Continuous Subarray Sum](https://leetcode.com/problems/continuous-subarray-sum/) |
[✔️](./Problems/0523%20Continuous%20Subarray%20Sum/Solution.js)
|
|
|
|
| 🟠 | 10/26/2022 10:11 | |
| 0070 | [Climbing Stairs](https://leetcode.com/problems/climbing-stairs/) |
[✔️](./Problems/0070%20Climbing%20Stairs/Solution.js)
|
|
|
|
| 🟢 | 10/26/2022 11:10 | |
| 0322 | [Coin Change](https://leetcode.com/problems/coin-change/) |
[✔️](./Problems/0322%20Coin%20Change/Solution.js)
|
|
|
|
| 🟠 | 10/26/2022 12:21 | |
| 0371 | [ Sum of Two Integers](https://leetcode.com/problems/sum-of-two-integers/) |
[✔️](./Problems/0371%20Sum%20of%20Two%20Integers/Solution.js)
|
|
|
|
| 🟠 | 10/27/2022 14:18 | |
| 0049 | [Group Anagrams](https://leetcode.com/problems/group-anagrams/) |
[✔️](./Problems/0049%20Group%20Anagrams/Solution.js)
|
|
|
|
| 🟠 | 10/28/2022 10:46 | |
| 0041 | [First Missing Positive](https://leetcode.com/problems/first-missing-positive/) |
[✔️](./Problems/0041%20First%20Missing%20Positive/Solution.js)
|
|
|
|
| 🔴 | 10/28/2022 13:16 | |
| 0148 | [Sort List](https://leetcode.com/problems/sort-list/) |
[✔️](./Problems/0148%20Sort%20List/Solution.js)
|
|
|
|
| 🟠 | 10/29/2022 20:49 | |
| 0228 | [Summary Ranges](https://leetcode.com/problems/summary-ranges/) |
[✔️](./Problems/0228%20Summary%20Ranges/Solution.js)
|
|
|
|
| 🟢 | 10/30/2022 11:50 | |
| 0345 | [Reverse Vowels of a String](https://leetcode.com/problems/reverse-vowels-of-a-string/) |
[✔️](./Problems/0345%20Reverse%20Vowels%20of%20a%20String/Solution.js)
|
|
|
|
| 🟢 | 10/31/2022 10:01 | |




# LeetCode Questions

| SI NO | Name | Link |
| ----- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 | Blind 75 | [leetcode](https://leetcode.com/discuss/general-discussion/460599/blind-75-leetcode-questions), [internal](./Lists/Leetcode%2075%20Questions%20(NeetCode).xlsx) |




# License
[MIT License](./LICENSE)