Skip to content

Commit 13d0968

Browse files
Update README.md
1 parent 59ab201 commit 13d0968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
194194
| 242 | [Valid Anagram](https://leetcode.com/problems/valid-anagram/) | [Java](./Java/valid-anagram.java) | _O(n)_ | _O(1)_ | Easy | | [Tutorial](https://www.youtube.com/watch?v=sbX1Ze9lNQE) |
195195
| 146 | [LRU Cache](https://leetcode.com/problems/lru-cache/) | [Java](./Java/LRU-Cache.java) | | | Medium | | |
196196
| 217 | [Contains Duplicate](https://leetcode.com/problems/contains-duplicate/) | [Python](./Python/contains-duplicate.py) | _O(n)_ | _O(n)_ | | |
197-
| 554 | [Brick Wall](https://leetcode.com/problems/brick-wall/)
198-
| [C++](./C++/brick-walls.cpp)| _O(n)_ | _O(n)_ | Medium | |
197+
| 554 | [Brick Wall](https://leetcode.com/problems/brick-wall/) |
198+
[C++](./C++/brick-walls.cpp)| _O(n)_ | _O(n)_ | Medium | |
199199

200200
<br/>
201201
<div align="right">

0 commit comments

Comments
 (0)