Skip to content

Commit 744bd2b

Browse files
authored
fix: typo
1 parent 26fbe64 commit 744bd2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thinkings/design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
这是我近期总结的几道设计题目,后续会持续更新~
1919

20-
- [0155.min-stack](./problems/155.min-stack.md) 简单
20+
- [0155.min-stack](../problems/155.min-stack.md) 简单
2121
- [0211.add-and-search-word-data-structure-design](../problems/211.add-and-search-word-data-structure-design.md) 中等
22-
- [0232.implement-queue-using-stacks](./problems/232.implement-queue-using-stacks.md) 简单
22+
- [0232.implement-queue-using-stacks](../problems/232.implement-queue-using-stacks.md) 简单
2323
- [0460.lfu-cache](../problems/460.lfu-cache.md) 困难
2424
- [895.maximum-frequency-stack](../problems/895.maximum-frequency-stack.md) 困难
2525
- [900.rle-iterator](../problems/900.rle-iterator.md) 中等

0 commit comments

Comments
 (0)