Skip to content

Commit

Permalink
Merge pull request ccagml#331 from Zxilly/main
Browse files Browse the repository at this point in the history
feat: update leetcode hot 100
  • Loading branch information
ccagml authored Jun 18, 2024
2 parents 7022dd4 + c92cf17 commit dfc24e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions src/dao/choiceDao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
*/

class ChoiceDao {
public getChoiceData() {
return this.choiceData;
}

private choiceData = [
{
Expand Down Expand Up @@ -252,11 +249,11 @@ class ChoiceDao {
id: "2cktkvj",
name: "LeetCode 热题 HOT 100",
questions: [
160, 236, 234, 739, 226, 221, 215, 208, 207, 206, 200, 198, 169, 238, 155, 152, 148, 146, 142, 141, 139, 136,
647, 128, 124, 322, 494, 461, 448, 438, 437, 416, 406, 399, 394, 347, 338, 337, 121, 312, 309, 301, 300, 297,
287, 283, 279, 253, 240, 239, 22, 49, 48, 46, 42, 39, 543, 34, 33, 32, 31, 538, 23, 560, 21, 20, 19, 17, 15, 11,
10, 5, 4, 3, 2, 79, 114, 621, 617, 105, 104, 102, 101, 98, 96, 94, 85, 84, 1, 78, 76, 75, 72, 70, 581, 64, 62,
56, 55, 53,
17, 22, 39, 46, 51, 78, 79, 131, 4, 33, 34, 35, 74, 124, 153, 94, 98, 101, 102, 104, 105, 108, 114, 199, 226,
230, 236, 437, 543, 5, 32, 62, 64, 70, 72, 118, 139, 152, 198, 279, 300, 322, 416, 1143, 200, 207, 994, 45, 55,
121, 763, 1, 49, 128, 560, 215, 295, 347, 2, 19, 21, 23, 24, 25, 138, 141, 142, 146, 148, 160, 206, 234, 48, 54,
73, 240, 3, 76, 239, 438, 20, 84, 155, 394, 739, 11, 15, 42, 283, 208, 31, 41, 53, 56, 75, 136, 169, 189,
238, 287,
],
},
{
Expand Down Expand Up @@ -292,6 +289,9 @@ class ChoiceDao {
],
},
];
public getChoiceData() {
return this.choiceData;
}
}

export const choiceDao: ChoiceDao = new ChoiceDao();

0 comments on commit dfc24e7

Please sign in to comment.