Skip to content

Commit c32bea9

Browse files
committed
27-remove-element.md Added 7 languages' 2 different solutions.
1 parent 1f266a6 commit c32bea9

File tree

4 files changed

+417
-3
lines changed

4 files changed

+417
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.idea/
22
temp/
33
solutions/empty-template.md
4-
solutions/empty-template-with-images.md
54
/solutions/leetcode-solution-common.md

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ You can skip the more difficult problems and do them later.
1414

1515
# Array
1616
- [704. Binary Search](solutions/1-1000/704-binary-search.md) was solved in _Python, Java, C++, JavaScript, C#, Go, Ruby_.
17-
18-
# Brute Force
17+
- [27. Remove Element](solutions/1-1000/27-remove-element.md)
1918
- [503. Next Greater Element II](solutions/1-1000/503-next-greater-element-ii.md) was solved in _Python, Java, C++, JavaScript, C#, Go, Ruby_.
2019

2120
# Dynamic Programming

0 commit comments

Comments
 (0)