Skip to content

Commit ab92560

Browse files
committed
feat: add a description of the solution to lcof problem: No.58 - ||
面试题 58 - II. 左旋转字符串
1 parent b6057e9 commit ab92560

File tree

1 file changed

+2
-0
lines changed
  • lcof/面试题58 - II. 左旋转字符串

1 file changed

+2
-0
lines changed

lcof/面试题58 - II. 左旋转字符串/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
## 解法
2626

27+
需要注意,此题是旋转,而非位移。当 `n >= s.length` 时,字符串不变。
28+
2729
<!-- tabs:start -->
2830

2931
### **Python3**

0 commit comments

Comments
 (0)