From 785dd3a24c2db7c5da4a8273a3632b2ed01f72ac Mon Sep 17 00:00:00 2001 From: Mohammad Shakib <50780268+Mo-Shakib@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:42:31 +0000 Subject: [PATCH] =?UTF-8?q?Updated=20by=20automated=20commit=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 ++++++++++++------------ index.html | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index ef4c026..d7d45e7 100644 --- a/README.md +++ b/README.md @@ -10,31 +10,31 @@ | # | Title | Solution | Difficulty | Submission Date | | ----- | ----- | -------- | ---------- | --------------- | -| **997** | [Find the town judge](https://leetcode.com/problems/find-the-town-judge) | [Python](Python/997.find-the-town-judge.py) | Easy| 2022-01-05 | -| **9** | [Palindrome number](https://leetcode.com/problems/palindrome-number) | [Python](Python/9.palindrome-number.py) | Easy| 2022-01-05 | -| **1** | [Two sum](https://leetcode.com/problems/two-sum) | [Python](Python/1.two-sum.py) | Easy| 2022-01-05 | | **14** | [Longest common prefix](https://leetcode.com/problems/longest-common-prefix) | [Python](Python/14.longest-common-prefix.py) | Easy| 2022-01-05 | -| **350** | [Intersection of two arrays ii](https://leetcode.com/problems/intersection-of-two-arrays-ii) | [Python](Python/350.intersection-of-two-arrays-ii.py) | Easy| 2022-01-05 | +| **13** | [Roman to integer](https://leetcode.com/problems/roman-to-integer) | [Python](Python/13.roman-to-integer.py) | Easy| 2022-01-05 | | **4** | [Median of two sorted arrays](https://leetcode.com/problems/median-of-two-sorted-arrays) | [Python](Python/4.median-of-two-sorted-arrays.py) | Hard| 2022-01-05 | +| **350** | [Intersection of two arrays ii](https://leetcode.com/problems/intersection-of-two-arrays-ii) | [Python](Python/350.intersection-of-two-arrays-ii.py) | Easy| 2022-01-05 | +| **997** | [Find the town judge](https://leetcode.com/problems/find-the-town-judge) | [Python](Python/997.find-the-town-judge.py) | Easy| 2022-01-05 | +| **9** | [Palindrome number](https://leetcode.com/problems/palindrome-number) | [Python](Python/9.palindrome-number.py) | Easy| 2022-01-05 | | **26** | [Remove duplicates from sorted array](https://leetcode.com/problems/remove-duplicates-from-sorted-array) | [Python](Python/26.remove-duplicates-from-sorted-array.py) | Easy| 2022-01-05 | -| **13** | [Roman to integer](https://leetcode.com/problems/roman-to-integer) | [Python](Python/13.roman-to-integer.py) | Easy| 2022-01-05 | +| **1** | [Two sum](https://leetcode.com/problems/two-sum) | [Python](Python/1.two-sum.py) | Easy| 2022-01-05 | | **88** | [Merge sorted array](https://leetcode.com/problems/merge-sorted-array) | [Python](Python/88.merge-sorted-array.py) | Easy| 2022-01-05 | -| **709** | [To lower case](https://leetcode.com/problems/to-lower-case) | [Python](Python/709.to-lower-case.py) | Easy| 2022-01-06 | -| **136** | [Single number](https://leetcode.com/problems/single-number) | [Python](Python/136.single-number.py) | Easy| 2022-01-06 | +| **11** | [Container with most water](https://leetcode.com/problems/container-with-most-water) | [Python](Python/11.container-with-most-water.py) | Medium| 2022-01-06 | | **2124** | [Check if all as appears before all bs](https://leetcode.com/problems/check-if-all-as-appears-before-all-bs) | [Python](Python/2124.check-if-all-as-appears-before-all-bs.py) | -| 2022-01-06 | | **20** | [Valid parentheses](https://leetcode.com/problems/valid-parentheses) | [Python](Python/20.valid-parentheses.py) | Easy| 2022-01-06 | +| **709** | [To lower case](https://leetcode.com/problems/to-lower-case) | [Python](Python/709.to-lower-case.py) | Easy| 2022-01-06 | | **53** | [Maximum subarray](https://leetcode.com/problems/maximum-subarray) | [Python](Python/53.maximum-subarray.py) | Easy| 2022-01-06 | -| **11** | [Container with most water](https://leetcode.com/problems/container-with-most-water) | [Python](Python/11.container-with-most-water.py) | Medium| 2022-01-06 | +| **136** | [Single number](https://leetcode.com/problems/single-number) | [Python](Python/136.single-number.py) | Easy| 2022-01-06 | | **5960** | [Capitalize the title](https://leetcode.com/problems/capitalize-the-title) | [Python](Python/5960.capitalize-the-title.py) | -| 2022-01-08 | -| **5976** | [Check if every row and column contains all numbers](https://leetcode.com/problems/check-if-every-row-and-column-contains-all-numbers) | [Python](Python/5976.check-if-every-row-and-column-contains-all-numbers.py) | -| 2022-01-09 | | **66** | [Plus one](https://leetcode.com/problems/plus-one) | [Python](Python/66.plus-one.py) | Easy| 2022-01-09 | | **349** | [Intersection of two arrays](https://leetcode.com/problems/intersection-of-two-arrays) | [Python](Python/349.intersection-of-two-arrays.py) | Easy| 2022-01-09 | +| **5976** | [Check if every row and column contains all numbers](https://leetcode.com/problems/check-if-every-row-and-column-contains-all-numbers) | [Python](Python/5976.check-if-every-row-and-column-contains-all-numbers.py) | -| 2022-01-09 | | **258** | [Add digits](https://leetcode.com/problems/add-digits) | [Python](Python/258.add-digits.py) | Easy| 2022-01-09 | | **171** | [Excel sheet column number](https://leetcode.com/problems/excel-sheet-column-number) | [Python](Python/171.excel-sheet-column-number.py) | Easy| 2022-01-10 | +| **1486** | [Xor operation in an array](https://leetcode.com/problems/xor-operation-in-an-array) | [Python](Python/1486.xor-operation-in-an-array.py) | -| 2022-01-12 | +| **67** | [Add binary](https://leetcode.com/problems/add-binary) | [Python](Python/67.add-binary.py) | Easy| 2022-01-12 | | **507** | [Perfect number](https://leetcode.com/problems/perfect-number) | [Python](Python/507.perfect-number.py) | Easy| 2022-01-12 | | **27** | [Remove element](https://leetcode.com/problems/remove-element) | [Python](Python/27.remove-element.py) | Easy| 2022-01-12 | -| **67** | [Add binary](https://leetcode.com/problems/add-binary) | [Python](Python/67.add-binary.py) | Easy| 2022-01-12 | -| **1486** | [Xor operation in an array](https://leetcode.com/problems/xor-operation-in-an-array) | [Python](Python/1486.xor-operation-in-an-array.py) | -| 2022-01-12 | | **461** | [Hamming distance](https://leetcode.com/problems/hamming-distance) | [Python](Python/461.hamming-distance.py) | Easy| 2022-01-14 | | **415** | [Add strings](https://leetcode.com/problems/add-strings) | [Python](Python/415.add-strings.py) | Easy| 2022-01-14 | | **118** | [Pascals triangle](https://leetcode.com/problems/pascals-triangle) | [Python](Python/118.pascals-triangle.py) | Easy| 2022-01-19 | @@ -42,7 +42,7 @@ | **441** | [Arranging coins](https://leetcode.com/problems/arranging-coins) | [Python](Python/441.arranging-coins.py) | Easy| 2022-04-01 | | **367** | [Valid perfect square](https://leetcode.com/problems/valid-perfect-square) | [Python](Python/367.valid-perfect-square.py) | Easy| 2022-04-01 | | **69** | [Sqrt x](https://leetcode.com/problems/sqrt-x) | [Python](Python/69.sqrt-x.py) | Easy| 2022-04-01 | -| **633** | [Sum of square numbers](https://leetcode.com/problems/sum-of-square-numbers) | [Python](Python/633.sum-of-square-numbers.py) | Easy| 2022-04-02 | | **680** | [Valid palindrome ii](https://leetcode.com/problems/valid-palindrome-ii) | [Python](Python/680.valid-palindrome-ii.py) | Easy| 2022-04-02 | +| **633** | [Sum of square numbers](https://leetcode.com/problems/sum-of-square-numbers) | [Python](Python/633.sum-of-square-numbers.py) | Easy| 2022-04-02 | | **1952** | [Three divisors](https://leetcode.com/problems/three-divisors) | [Python](Python/1952.three-divisors.py) | -| 2022-04-04 | | **1461** | [Check if a string contains all binary codes of size k](https://leetcode.com/problems/check-if-a-string-contains-all-binary-codes-of-size-k) | [Python](Python/1461.check-if-a-string-contains-all-binary-codes-of-size-k.py) | -| 2022-05-31 | diff --git a/index.html b/index.html index 444b683..d7164c6 100644 --- a/index.html +++ b/index.html @@ -4,31 +4,31 @@
LeetCode is a website containing many algorithm questions. Most of them are real interview questions of Google, Facebook, LinkedIn, Apple, etc. and it always help to sharp our algorithm skills. This repo shows my solutions in Python. Please feel free to reference and STAR to support this repo, thank you!
| # | Title | Solution | Difficulty | Submission Date | | ----- | ----- | -------- | ---------- | --------------- | -| 997 | Find the town judge | Python | Easy| 2022-01-05 | -| 9 | Palindrome number | Python | Easy| 2022-01-05 | -| 1 | Two sum | Python | Easy| 2022-01-05 | | 14 | Longest common prefix | Python | Easy| 2022-01-05 | -| 350 | Intersection of two arrays ii | Python | Easy| 2022-01-05 | +| 13 | Roman to integer | Python | Easy| 2022-01-05 | | 4 | Median of two sorted arrays | Python | Hard| 2022-01-05 | +| 350 | Intersection of two arrays ii | Python | Easy| 2022-01-05 | +| 997 | Find the town judge | Python | Easy| 2022-01-05 | +| 9 | Palindrome number | Python | Easy| 2022-01-05 | | 26 | Remove duplicates from sorted array | Python | Easy| 2022-01-05 | -| 13 | Roman to integer | Python | Easy| 2022-01-05 | +| 1 | Two sum | Python | Easy| 2022-01-05 | | 88 | Merge sorted array | Python | Easy| 2022-01-05 | -| 709 | To lower case | Python | Easy| 2022-01-06 | -| 136 | Single number | Python | Easy| 2022-01-06 | +| 11 | Container with most water | Python | Medium| 2022-01-06 | | 2124 | Check if all as appears before all bs | Python | -| 2022-01-06 | | 20 | Valid parentheses | Python | Easy| 2022-01-06 | +| 709 | To lower case | Python | Easy| 2022-01-06 | | 53 | Maximum subarray | Python | Easy| 2022-01-06 | -| 11 | Container with most water | Python | Medium| 2022-01-06 | +| 136 | Single number | Python | Easy| 2022-01-06 | | 5960 | Capitalize the title | Python | -| 2022-01-08 | -| 5976 | Check if every row and column contains all numbers | Python | -| 2022-01-09 | | 66 | Plus one | Python | Easy| 2022-01-09 | | 349 | Intersection of two arrays | Python | Easy| 2022-01-09 | +| 5976 | Check if every row and column contains all numbers | Python | -| 2022-01-09 | | 258 | Add digits | Python | Easy| 2022-01-09 | | 171 | Excel sheet column number | Python | Easy| 2022-01-10 | +| 1486 | Xor operation in an array | Python | -| 2022-01-12 | +| 67 | Add binary | Python | Easy| 2022-01-12 | | 507 | Perfect number | Python | Easy| 2022-01-12 | | 27 | Remove element | Python | Easy| 2022-01-12 | -| 67 | Add binary | Python | Easy| 2022-01-12 | -| 1486 | Xor operation in an array | Python | -| 2022-01-12 | | 461 | Hamming distance | Python | Easy| 2022-01-14 | | 415 | Add strings | Python | Easy| 2022-01-14 | | 118 | Pascals triangle | Python | Easy| 2022-01-19 | @@ -36,7 +36,7 @@