Skip to content

Commit

Permalink
feat: add a description of the solution to lcof problem: No.58 - ||
Browse files Browse the repository at this point in the history
面试题 58 - II. 左旋转字符串
  • Loading branch information
YangFong committed Jan 20, 2022
1 parent b6057e9 commit ab92560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lcof/面试题58 - II. 左旋转字符串/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

## 解法

需要注意,此题是旋转,而非位移。当 `n >= s.length` 时,字符串不变。

<!-- tabs:start -->

### **Python3**
Expand Down

0 comments on commit ab92560

Please sign in to comment.