Skip to content

Commit 226c5e4

Browse files
Updated Readme + TwoSums + Longest Palindromic Substring (codedecks-in#10)
* 1513 * Upload: "Flower Planting with No adjacent"-Python * Upload: codedecks-in#56 Merge Intervals (Python) * Updated Readme * Fixed Readme * Updated Readme (Shift Twosum -> HashMap) Co-authored-by: Gourav Rusiya <gouravrusiya.lnct@gmail.com>
1 parent 393e0aa commit 226c5e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676

7777
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
7878
| --- | ---------------------------------------------------------------- | --------------------------------------- | ---------- | ------ | ---------- | --------- | ---- |
79-
| 001 | [Two Sum](https://leetcode.com/problems/two-sum) | [Java](./Java/two-sum.java) | _O(n)_ | _O(n)_ | Easy | | |
8079
| 56 | [Merge Intervals](https://leetcode.com/problems/merge-intervals) | [Python](./Python/56_MergeIntervals.py) | _O(nlogn)_ | _O(n)_ | Medium | Intervals | |
8180

8281
<br/>
@@ -127,7 +126,7 @@
127126
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
128127
| --- | ------------------------------------------------------------- | --------------------------------- | ------ | ------ | ---------- | --- | ------------- |
129128
| 242 | [Valid Anagram](https://leetcode.com/problems/valid-anagram/) | [Java](./Java/valid-anagram.java) | _O(n)_ | _O(1)_ | Easy | | Unicode chars |
130-
|1| [Two Sum](https://leetcode.com/problems/two-sum/)| [Python](./Python/1_TwoSum.py)|_O(N)_|_O(N)_|Easy|||
129+
|1| [Two Sum](https://leetcode.com/problems/two-sum/)| [Java](./Java/two-sum.java) <br> [Python](./Python/1_TwoSum.py)|_O(N)_|_O(N)_|Easy|||
131130

132131
<br/>
133132
<div align="right">

0 commit comments

Comments
 (0)