From a8aad4121aac91c45e7ca3f3070068a9c9aedaa3 Mon Sep 17 00:00:00 2001 From: pezy Date: Thu, 26 Feb 2015 08:42:35 +0800 Subject: [PATCH] fixed links --- {119. Spiral Matrix => 121. Spiral Matrix}/README.md | 0 {119. Spiral Matrix => 121. Spiral Matrix}/TEST.cc | 0 {119. Spiral Matrix => 121. Spiral Matrix}/solution.h | 0 README.md | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename {119. Spiral Matrix => 121. Spiral Matrix}/README.md (100%) rename {119. Spiral Matrix => 121. Spiral Matrix}/TEST.cc (100%) rename {119. Spiral Matrix => 121. Spiral Matrix}/solution.h (100%) diff --git a/119. Spiral Matrix/README.md b/121. Spiral Matrix/README.md similarity index 100% rename from 119. Spiral Matrix/README.md rename to 121. Spiral Matrix/README.md diff --git a/119. Spiral Matrix/TEST.cc b/121. Spiral Matrix/TEST.cc similarity index 100% rename from 119. Spiral Matrix/TEST.cc rename to 121. Spiral Matrix/TEST.cc diff --git a/119. Spiral Matrix/solution.h b/121. Spiral Matrix/solution.h similarity index 100% rename from 119. Spiral Matrix/solution.h rename to 121. Spiral Matrix/solution.h diff --git a/README.md b/README.md index 875540a..acd0f1f 100644 --- a/README.md +++ b/README.md @@ -279,9 +279,9 @@ LeetCode solutions in C++ 11. (From Easy to Hard) [116]:https://oj.leetcode.com/problems/word-break/ [117]:https://oj.leetcode.com/problems/merge-intervals/ [118]:https://oj.leetcode.com/problems/sudoku-solver/ -[119]:https://oj.leetcode.com/problems/spiral-matrix/ -[120]:https://oj.leetcode.com/problems/longest-palindromic-substring/ -[121]:https://oj.leetcode.com/problems/insert-interval/ +[119]:https://oj.leetcode.com/problems/longest-palindromic-substring/ +[120]:https://oj.leetcode.com/problems/insert-interval/ +[121]:https://oj.leetcode.com/problems/spiral-matrix/ [122]:https://oj.leetcode.com/problems/sort-list/ [123]:https://oj.leetcode.com/problems/restore-ip-addresses/ [124]:https://oj.leetcode.com/problems/multiply-strings/