File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
algorithms/cpp/eliminationGame Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ LeetCode
13
13
| 393| [ UTF-8 Validation] ( https://leetcode.com/problems/utf-8-validation/ ) | [ C++] ( ./algorithms/cpp/UTF8Validation/UTF8Validation.cpp ) | Medium|
14
14
| 392| [ Is Subsequence] ( https://leetcode.com/problems/is-subsequence/ ) | [ C++] ( ./algorithms/cpp/isSubsequence/IsSubsequence.cpp ) | Medium|
15
15
| 391| [ Perfect Rectangle] ( https://leetcode.com/problems/perfect-rectangle/ ) | [ C++] ( ./algorithms/cpp/perfectRectangle/PerfectRectangle.cpp ) | Hard|
16
- | 390| [ Elimination Game] ( https://leetcode.com/contest/2/ problems/elimination-game/ ) | [ C++] ( ./algorithms/cpp/eliminationGame/EliminationGame.cpp ) | Medium|
16
+ | 390| [ Elimination Game] ( https://leetcode.com/problems/elimination-game/ ) | [ C++] ( ./algorithms/cpp/eliminationGame/EliminationGame.cpp ) | Medium|
17
17
| 389| [ Find the Difference] ( https://leetcode.com/problems/find-the-difference/ ) | [ C++] ( ./algorithms/cpp/findTheDifference/FindTheDifference.cpp ) | Easy|
18
18
| 388| [ Longest Absolute File Path] ( https://leetcode.com/problems/longest-absolute-file-path/ ) | [ C++] ( ./algorithms/cpp/longestAbsoluteFilePath/LongestAbsoluteFilePath.cpp ) | Medium|
19
19
| 387| [ First Unique Character in a String] ( https://leetcode.com/problems/first-unique-character-in-a-string/ ) | [ C++] ( ./algorithms/cpp/firstUniqueCharacterInAString/FirstUniqueCharacterInAString.cpp ) | Easy|
Original file line number Diff line number Diff line change 1
- // Source : https://leetcode.com/contest/2/ problems/elimination-game/
1
+ // Source : https://leetcode.com/problems/elimination-game
2
2
// Author : Hao Chen
3
3
// Date : 2016-09-07-
4
4
You can’t perform that action at this time.
0 commit comments