diff --git a/solution/0200-0299/0225.Implement Stack using Queues/README.md b/solution/0200-0299/0225.Implement Stack using Queues/README.md index 025dd7f130705..7d6331e61c765 100644 --- a/solution/0200-0299/0225.Implement Stack using Queues/README.md +++ b/solution/0200-0299/0225.Implement Stack using Queues/README.md @@ -8,12 +8,12 @@ tags: - 队列 --- +[225. 用队列实现栈 - 别一个github的代码](https://github.com/chefyuan/algorithm-base/blob/main/animation-simulation/%E6%A0%88%E5%92%8C%E9%98%9F%E5%88%97/225.%E7%94%A8%E9%98%9F%E5%88%97%E5%AE%9E%E7%8E%B0%E6%A0%88.md) # [225. 用队列实现栈](https://leetcode.cn/problems/implement-stack-using-queues) -[English Version](/solution/0200-0299/0225.Implement%20Stack%20using%20Queues/README_EN.md) - +[English Version](README_EN.md) ## 题目描述 diff --git a/solution/0500-0599/0588.Design In-Memory File System/README.md "b/solution/0500-0599/0588.Design In-Memory File System \350\256\276\350\256\241\345\206\205\345\255\230\346\226\207\344\273\266\347\263\273\347\273\237/README.md" similarity index 100% rename from solution/0500-0599/0588.Design In-Memory File System/README.md rename to "solution/0500-0599/0588.Design In-Memory File System \350\256\276\350\256\241\345\206\205\345\255\230\346\226\207\344\273\266\347\263\273\347\273\237/README.md" diff --git a/solution/0500-0599/0588.Design In-Memory File System/README_EN.md "b/solution/0500-0599/0588.Design In-Memory File System \350\256\276\350\256\241\345\206\205\345\255\230\346\226\207\344\273\266\347\263\273\347\273\237/README_EN.md" similarity index 100% rename from solution/0500-0599/0588.Design In-Memory File System/README_EN.md rename to "solution/0500-0599/0588.Design In-Memory File System \350\256\276\350\256\241\345\206\205\345\255\230\346\226\207\344\273\266\347\263\273\347\273\237/README_EN.md" diff --git a/solution/0500-0599/0588.Design In-Memory File System/Solution.go "b/solution/0500-0599/0588.Design In-Memory File System \350\256\276\350\256\241\345\206\205\345\255\230\346\226\207\344\273\266\347\263\273\347\273\237/Solution.go" similarity index 100% rename from solution/0500-0599/0588.Design In-Memory File System/Solution.go rename to "solution/0500-0599/0588.Design In-Memory File System \350\256\276\350\256\241\345\206\205\345\255\230\346\226\207\344\273\266\347\263\273\347\273\237/Solution.go" diff --git a/solution/0500-0599/0588.Design In-Memory File System/Solution.java "b/solution/0500-0599/0588.Design In-Memory File System \350\256\276\350\256\241\345\206\205\345\255\230\346\226\207\344\273\266\347\263\273\347\273\237/Solution.java" similarity index 100% rename from solution/0500-0599/0588.Design In-Memory File System/Solution.java rename to "solution/0500-0599/0588.Design In-Memory File System \350\256\276\350\256\241\345\206\205\345\255\230\346\226\207\344\273\266\347\263\273\347\273\237/Solution.java" diff --git a/solution/0500-0599/0588.Design In-Memory File System/Solution.py "b/solution/0500-0599/0588.Design In-Memory File System \350\256\276\350\256\241\345\206\205\345\255\230\346\226\207\344\273\266\347\263\273\347\273\237/Solution.py" similarity index 100% rename from solution/0500-0599/0588.Design In-Memory File System/Solution.py rename to "solution/0500-0599/0588.Design In-Memory File System \350\256\276\350\256\241\345\206\205\345\255\230\346\226\207\344\273\266\347\263\273\347\273\237/Solution.py" diff --git a/solution/0500-0599/0588.Design In-Memory File System/images/filesystem.png "b/solution/0500-0599/0588.Design In-Memory File System \350\256\276\350\256\241\345\206\205\345\255\230\346\226\207\344\273\266\347\263\273\347\273\237/images/filesystem.png" similarity index 100% rename from solution/0500-0599/0588.Design In-Memory File System/images/filesystem.png rename to "solution/0500-0599/0588.Design In-Memory File System \350\256\276\350\256\241\345\206\205\345\255\230\346\226\207\344\273\266\347\263\273\347\273\237/images/filesystem.png" diff --git "a/\345\210\206\347\261\273/1. \343\200\220leetcode\343\200\221\351\253\230\351\242\221\351\242\230\347\233\256\346\225\264\347\220\206_\350\256\276\350\256\241\347\257\207.md" "b/\345\210\206\347\261\273/1. \343\200\220leetcode\343\200\221\351\253\230\351\242\221\351\242\230\347\233\256\346\225\264\347\220\206_\350\256\276\350\256\241\347\257\207.md" new file mode 100644 index 0000000000000..12fd3d57bf2a1 --- /dev/null +++ "b/\345\210\206\347\261\273/1. \343\200\220leetcode\343\200\221\351\253\230\351\242\221\351\242\230\347\233\256\346\225\264\347\220\206_\350\256\276\350\256\241\347\257\207.md" @@ -0,0 +1,41 @@ +# 设计篇-33题(Design, 33 problems) + +数据日期: 2020/03/26 (此时LeetCode题目数量:1582) + +数据来源: LeetCode官方,将不同类别的题目按照官方给的出现频率(Frequency)降序排列,取有频率统计的题。 + +| 排序 | 题号 | 题目 | 通过率 | 难度 | +|------------|-----------|-----------------------------------------------------------| ---------- |-------------| +|1 | #225 |[Implement Stack using Queues](../solution/0200-0299/0225.Implement%20Stack%20using%20Queues/README.md) |0.643 | 简|单|| +|2 | #146 | [LRU Cache](../solution/0100-0199/0146.LRU%20Cache/README.md) | 0.465 |中等| +|3 | #155 | [Min Stack](../solution/0100-0199/0155.Min%20Stack/README.md) |0.522 |简单| +|4 | #208 | [Implement Trie (Prefix Tree)](../solution/0200-0299/0208.Implement%20Trie%20(Prefix%20Tree)/README.md) |0.656 |中等| +|5 | #232 | [Implement Queue using Stacks](../solution/0200-0299/0232.Implement%20Queue%20using%20Stacks/README.md) |0.636 |简单| +|6 | #284 | [Peeking Iterator](../solution/0200-0299/0284.Peeking%20Iterator/README.md) |0.722 |中等| +|7 | #432 | [All Oone Data Structure](../solution/0400-0499/0432.All%20O`one%20Data%20Structure/README.md) |0.346 |困难| +|8 | #173 | [Binary Search Tree Iterator](../solution/0100-0199/0173.Binary%20Search%20Tree%20Iterator/README.md) |0.718 |中等| +|9 | #460 | [LFU Cache](../solution/0400-0499/0460.LFU%20Cache/README.md) |0.344 |困难| +|10 | #297 | [Serialize and Deserialize Binary Tree](../solution/0200-0299/0297.Serialize%20and%20Deserialize%20Binary%20Tree/README.md) |0.458 |困难| +|11 | #341 | [Flatten Nested List Iterator](../solution/0300-0399/0341.Flatten%20Nested%20List%20Iterator/README.md) |0.626 |中等| +|12 | #295 | [Find Median from Data Stream](../solution/0200-0299/0295.Find%20Median%20from%20Data%20Stream/README.md) |0.44 |困难| +|13 | #355 | [Design Twitter](../solution/0300-0399/0355.Design%20Twitter/README.md) |0.367 |中等| +|14 | #211 | [Add and Search Word - Data structure design](../solution/0200-0299/0211.Add%20and%20Search%20Word%20-%20Data%20structure%20design/README.md) |0.434 |中等| +|15 | #381 | [Insert Delete GetRandom O(1) - Duplicates allowed](../solution/0300-0399/0381.Insert%20Delete%20GetRandom%20O(1)%20-%20Duplicates%20allowed/README.md) |0.369 |困难| +|16 | #244 | [Shortest Word Distance II](../solution/0200-0299/0244.Shortest%20Word%20Distance%20II/README.md) |0.494 |中等| +|17 | #380 | [Insert Delete GetRandom O(1)](../solution/0300-0399/0380.Insert%20Delete%20GetRandom%20O(1)/README.md) |0.478 |中等| +|18 | #631 | [Design Excel Sum Formula](../solution/0600-0699/0631.Design%20Excel%20Sum%20Formula/README.md) |0.253 |困难| +|19 | #642 | [Design Search Autocomplete System](../solution/0600-0699/0642.Design%20Search%20Autocomplete%20System/README.md) |0.426 |困难| +|20 | #588 | [Design In-Memory File System](../solution/0500-0599/0588.Design%20In-Memory%20File%20System/README.md) |0.362 |困难| +|21 | #379 | [Design Phone Directory](../solution/0300-0399/0379.Design%20Phone%20Directory/README.md) |0.659 |中等| +|22 | #359 | [Logger Rate Limiter](../solution/0300-0399/0359.Logger%20Rate%20Limiter/README.md) |0.691 |简单| +|23 | #346 | [Moving Average from Data Stream](../solution/0300-0399/0346.Moving%20Average%20from%20Data%20Stream/README.md) |0.688 |简单| +|24 | #353 | [Design Snake Game](../solution/0300-0399/0353.Design%20Snake%20Game/README.md) |0.391 |中等| +|25 | #348 | [Design Tic-Tac-Toe](../solution/0300-0399/0348.Design%20Tic-Tac-Toe/README.md) |0.574 |中等| +|26 | #288 | [Unique Word Abbreviation](../solution/0200-0299/0288.Unique%20Word%20Abbreviation/README.md) |0.314 |中等| +|27 | #635 | [Design Log Storage System](../solution/0600-0699/0635.Design%20Log%20Storage%20System/README.md) |0.517 |中等| +|28 | #716 | [Max Stack](../solution/0700-0799/0716.Max%20Stack/README.md) |0.428 |简单| +|29 | #362 | [Design Hit Counter](../solution/0300-0399/0362.Design%20Hit%20Counter/README.md) |0.666 |中等| +|30 | #170 | [Two Sum III - Data structure design](../solution/0100-0199/0170.Two%20Sum%20III%20-%20Data%20structure%20design/README.md) |0.407 |简单| +|31 | #281 | [Zigzag Iterator](../solution/0200-0299/0281.Zigzag%20Iterator/README.md) |0.717 |中等| +|32 | #251 | [Flatten 2D Vector](../solution/0200-0299/0251.Flatten%202D%20Vector/README.md) |0.519 |中等| +|33 | #604 | [Design Compressed String Iterator](../solution/0600-0699/0604.Design%20Compressed%20String%20Iterator/README.md) |0.359 |简单|