Skip to content

Commit 90c4f10

Browse files
committed
feat: leetcode 944
1 parent 7174620 commit 90c4f10

File tree

8 files changed

+1514
-1361
lines changed

8 files changed

+1514
-1361
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<h1 align="center"><samp>LeetCode Everyday</samp></h1>
22

33
<p align="center">
4-
<!-- TOPICS COUNT START -->
5-
<img src="https://img.shields.io/badge/-进度:363-green" alt="进度:363">
4+
<!-- TOPICS COUNT START -->
5+
<img src="https://img.shields.io/badge/-进度:364-green" alt="进度:364">
66
<!-- TOPICS COUNT END -->
77
<a href="./assets/docs/TOPICS.md"><img src="https://img.shields.io/badge/-题库目录-blue" alt="题库目录"></a>
88
<a href="./assets/docs/CATEGORIES.md"><img src="https://img.shields.io/badge/-题库分类-red" alt="题库分类"></a>

assets/data/categories.json

+6
Original file line numberDiff line numberDiff line change
@@ -1787,6 +1787,12 @@
17871787
"path": "./problemset/number-of-recent-calls/README.md",
17881788
"difficulty": "简单"
17891789
},
1790+
{
1791+
"id": "944",
1792+
"title": "删列造序",
1793+
"path": "./problemset/delete-columns-to-make-sorted/README.md",
1794+
"difficulty": "简单"
1795+
},
17901796
{
17911797
"id": "969",
17921798
"title": "煎饼排序",

assets/data/topics.json

+10
Original file line numberDiff line numberDiff line change
@@ -3239,6 +3239,16 @@
32393239
"url": "https://leetcode.cn/problems/di-string-match/",
32403240
"path": "./problemset/di-string-match/README.md"
32413241
},
3242+
{
3243+
"id": "944",
3244+
"title": {
3245+
"cn": "删列造序",
3246+
"en": "delete-columns-to-make-sorted"
3247+
},
3248+
"difficulty": "简单",
3249+
"url": "https://leetcode.cn/problems/delete-columns-to-make-sorted/",
3250+
"path": "./problemset/delete-columns-to-make-sorted/README.md"
3251+
},
32423252
{
32433253
"id": "954",
32443254
"title": {

assets/docs/CATEGORIES.md

+634-633
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)