Skip to content

Commit 59ab201

Browse files
Update README.md
1 parent 608abc2 commit 59ab201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
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)_ | | |
197197
| 554 | [Brick Wall](https://leetcode.com/problems/brick-wall/)
198-
| | [C++](./C++/brick-walls.cpp) | _O(n)_ | _O(n)_ | Medium | |
198+
| [C++](./C++/brick-walls.cpp)| _O(n)_ | _O(n)_ | Medium | |
199199

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

0 commit comments

Comments
 (0)