We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608abc2 commit 59ab201Copy full SHA for 59ab201
README.md
@@ -195,7 +195,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
195
| 146 | [LRU Cache](https://leetcode.com/problems/lru-cache/) | [Java](./Java/LRU-Cache.java) | | | Medium | | |
196
| 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 | |
+| [C++](./C++/brick-walls.cpp)| _O(n)_ | _O(n)_ | Medium | |
199
200
<br/>
201
<div align="right">
0 commit comments