diff --git a/app/docs/CommunityShare/Amazing-AI-Tools/prompt-repetition-improves-non-reasoning-llms.md b/app/docs/CommunityShare/Amazing-AI-Tools/prompt-repetition-improves-non-reasoning-llms.md index f32ab043..6f41675d 100644 --- a/app/docs/CommunityShare/Amazing-AI-Tools/prompt-repetition-improves-non-reasoning-llms.md +++ b/app/docs/CommunityShare/Amazing-AI-Tools/prompt-repetition-improves-non-reasoning-llms.md @@ -9,7 +9,7 @@ tags: docId: l6eepr5ctjgrhdgupy3twr1t --- -# +# <https://arxiv.org/pdf/2512.14982> When not using reasoning, repeating the input prompt improves performance for popular models (Gemini, GPT, Claude, and Deepseek) without increasing the number of generated tokens or latency. diff --git a/app/docs/CommunityShare/Leetcode/1004_translated.md b/app/docs/CommunityShare/Leetcode/1004-ones.md similarity index 100% rename from app/docs/CommunityShare/Leetcode/1004_translated.md rename to app/docs/CommunityShare/Leetcode/1004-ones.md diff --git "a/app/docs/CommunityShare/Leetcode/[121]\344\271\260\345\215\226\350\202\241\347\245\250\347\232\204\346\234\200\344\275\263\346\227\266\346\234\237_translated.md" b/app/docs/CommunityShare/Leetcode/121-stock.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/[121]\344\271\260\345\215\226\350\202\241\347\245\250\347\232\204\346\234\200\344\275\263\346\227\266\346\234\237_translated.md" rename to app/docs/CommunityShare/Leetcode/121-stock.md diff --git "a/app/docs/CommunityShare/Leetcode/1234. \346\233\277\346\215\242\345\255\220\344\270\262\345\276\227\345\210\260\345\271\263\350\241\241\345\255\227\347\254\246\344\270\262_translated.md" b/app/docs/CommunityShare/Leetcode/1234-replace.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/1234. \346\233\277\346\215\242\345\255\220\344\270\262\345\276\227\345\210\260\345\271\263\350\241\241\345\255\227\347\254\246\344\270\262_translated.md" rename to app/docs/CommunityShare/Leetcode/1234-replace.md diff --git "a/app/docs/CommunityShare/Leetcode/[1333]\351\244\220\345\216\205\350\277\207\346\273\244\345\231\250_translated.md" b/app/docs/CommunityShare/Leetcode/1333-filter.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/[1333]\351\244\220\345\216\205\350\277\207\346\273\244\345\231\250_translated.md" rename to app/docs/CommunityShare/Leetcode/1333-filter.md diff --git "a/app/docs/CommunityShare/Leetcode/142.\347\216\257\345\275\242\351\223\276\350\241\250II_translated.md" b/app/docs/CommunityShare/Leetcode/142-linked-list-ii.md similarity index 93% rename from "app/docs/CommunityShare/Leetcode/142.\347\216\257\345\275\242\351\223\276\350\241\250II_translated.md" rename to app/docs/CommunityShare/Leetcode/142-linked-list-ii.md index 690952e6..00d24fb7 100644 --- "a/app/docs/CommunityShare/Leetcode/142.\347\216\257\345\275\242\351\223\276\350\241\250II_translated.md" +++ b/app/docs/CommunityShare/Leetcode/142-linked-list-ii.md @@ -23,7 +23,7 @@ docId: ylpucy1rbbnfpe3t62u8kcfq [//]: # [//]: # "

Exemplary example 1:

" [//]: # -[//]: # '

' +[//]: # '

<img src="https://assets.leetcode.com/uploads/2018/12/07/circularlinkedlist.png" />

' [//]: # [//]: # "
"
 [//]: # "enter:head = [3,2,0,-4], pos = 1"
@@ -33,7 +33,7 @@ docId: ylpucy1rbbnfpe3t62u8kcfq
 [//]: #
 [//]: # "

Exemplary example 2:

" [//]: # -[//]: # '

' +[//]: # '

<img alt="" src="https://assets.leetcode-cn.com/aliyun-lc-upload/uploads/2018/12/07/circularlinkedlist_test2.png" />

' [//]: # [//]: # "
"
 [//]: # "enter:head = [1,2], pos = 0"
@@ -43,7 +43,7 @@ docId: ylpucy1rbbnfpe3t62u8kcfq
 [//]: #
 [//]: # "

Exemplary example 3:

" [//]: # -[//]: # '

' +[//]: # '

<img alt="" src="https://assets.leetcode-cn.com/aliyun-lc-upload/uploads/2018/12/07/circularlinkedlist_test3.png" />

' [//]: # [//]: # "
"
 [//]: # "enter:head = [1], pos = -1"
@@ -57,7 +57,7 @@ docId: ylpucy1rbbnfpe3t62u8kcfq
 [//]: #
 [//]: # "
    " [//]: # "
  • Linked中节点的数目范围在范围 [0, 104] Inside
  • " -[//]: # "
  • -105 <= Node.val <= 105
  • " +[//]: # "
  • -105 <= Node.val <= 10<sup>5
  • " [//]: # "
  • pos Value -1 或者Linked中的一indivualhave效索引
  • " [//]: # "
" diff --git "a/app/docs/CommunityShare/Leetcode/[146]LRU \347\274\223\345\255\230_translated.md" b/app/docs/CommunityShare/Leetcode/146-lru.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/[146]LRU \347\274\223\345\255\230_translated.md" rename to app/docs/CommunityShare/Leetcode/146-lru.md diff --git "a/app/docs/CommunityShare/Leetcode/[1545]\346\211\276\345\207\272\347\254\254 N \344\270\252\344\272\214\350\277\233\345\210\266\345\255\227\347\254\246\344\270\262\344\270\255\347\232\204\347\254\254 K \344\275\215.md" b/app/docs/CommunityShare/Leetcode/1545-nth-binary.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/[1545]\346\211\276\345\207\272\347\254\254 N \344\270\252\344\272\214\350\277\233\345\210\266\345\255\227\347\254\246\344\270\262\344\270\255\347\232\204\347\254\254 K \344\275\215.md" rename to app/docs/CommunityShare/Leetcode/1545-nth-binary.md diff --git "a/app/docs/CommunityShare/Leetcode/1653. \344\275\277\345\255\227\347\254\246\344\270\262\345\271\263\350\241\241\347\232\204\346\234\200\345\260\221\345\210\240\351\231\244\346\254\241\346\225\260_translated.md" b/app/docs/CommunityShare/Leetcode/1653-min-deletions.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/1653. \344\275\277\345\255\227\347\254\246\344\270\262\345\271\263\350\241\241\347\232\204\346\234\200\345\260\221\345\210\240\351\231\244\346\254\241\346\225\260_translated.md" rename to app/docs/CommunityShare/Leetcode/1653-min-deletions.md diff --git "a/app/docs/CommunityShare/Leetcode/1664\347\224\237\346\210\220\345\271\263\350\241\241\346\225\260\347\273\204\347\232\204\346\226\271\346\241\210\346\225\260_translated.md" b/app/docs/CommunityShare/Leetcode/1664-balanced.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/1664\347\224\237\346\210\220\345\271\263\350\241\241\346\225\260\347\273\204\347\232\204\346\226\271\346\241\210\346\225\260_translated.md" rename to app/docs/CommunityShare/Leetcode/1664-balanced.md diff --git "a/app/docs/CommunityShare/Leetcode/1825\346\261\202\345\207\272 MK \345\271\263\345\235\207\345\200\274_translated.md" b/app/docs/CommunityShare/Leetcode/1825-mk-average.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/1825\346\261\202\345\207\272 MK \345\271\263\345\235\207\345\200\274_translated.md" rename to app/docs/CommunityShare/Leetcode/1825-mk-average.md diff --git "a/app/docs/CommunityShare/Leetcode/1828\347\273\237\350\256\241\344\270\200\344\270\252\345\234\206\344\270\255\347\202\271\347\232\204\346\225\260\347\233\256_translated.md" b/app/docs/CommunityShare/Leetcode/1828-points.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/1828\347\273\237\350\256\241\344\270\200\344\270\252\345\234\206\344\270\255\347\202\271\347\232\204\346\225\260\347\233\256_translated.md" rename to app/docs/CommunityShare/Leetcode/1828-points.md diff --git "a/app/docs/CommunityShare/Leetcode/[213]\346\211\223\345\256\266\345\212\253\350\210\215 II_translated.md" b/app/docs/CommunityShare/Leetcode/213-robber-ii.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/[213]\346\211\223\345\256\266\345\212\253\350\210\215 II_translated.md" rename to app/docs/CommunityShare/Leetcode/213-robber-ii.md diff --git "a/app/docs/CommunityShare/Leetcode/2131. \350\277\236\346\216\245\344\270\244\345\255\227\346\257\215\345\215\225\350\257\215\345\276\227\345\210\260\347\232\204\346\234\200\351\225\277\345\233\236\346\226\207\344\270\262.md" b/app/docs/CommunityShare/Leetcode/2131-palindrome.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/2131. \350\277\236\346\216\245\344\270\244\345\255\227\346\257\215\345\215\225\350\257\215\345\276\227\345\210\260\347\232\204\346\234\200\351\225\277\345\233\236\346\226\207\344\270\262.md" rename to app/docs/CommunityShare/Leetcode/2131-palindrome.md diff --git a/app/docs/CommunityShare/Leetcode/219_translated.md b/app/docs/CommunityShare/Leetcode/219-duplicate-ii.md similarity index 100% rename from app/docs/CommunityShare/Leetcode/219_translated.md rename to app/docs/CommunityShare/Leetcode/219-duplicate-ii.md diff --git a/app/docs/CommunityShare/Leetcode/2241. Design an ATM Machine.md b/app/docs/CommunityShare/Leetcode/2241-atm.md similarity index 100% rename from app/docs/CommunityShare/Leetcode/2241. Design an ATM Machine.md rename to app/docs/CommunityShare/Leetcode/2241-atm.md diff --git a/app/docs/CommunityShare/Leetcode/2270. Number of Ways to Split Array.md b/app/docs/CommunityShare/Leetcode/2270-split-array.md similarity index 100% rename from app/docs/CommunityShare/Leetcode/2270. Number of Ways to Split Array.md rename to app/docs/CommunityShare/Leetcode/2270-split-array.md diff --git a/app/docs/CommunityShare/Leetcode/2293_translated.md b/app/docs/CommunityShare/Leetcode/2293-min-max.md similarity index 100% rename from app/docs/CommunityShare/Leetcode/2293_translated.md rename to app/docs/CommunityShare/Leetcode/2293-min-max.md diff --git "a/app/docs/CommunityShare/Leetcode/2299\345\274\272\345\257\206\347\240\201\346\243\200\351\252\214\345\231\250II_translated.md" b/app/docs/CommunityShare/Leetcode/2299-password.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/2299\345\274\272\345\257\206\347\240\201\346\243\200\351\252\214\345\231\250II_translated.md" rename to app/docs/CommunityShare/Leetcode/2299-password.md diff --git "a/app/docs/CommunityShare/Leetcode/2309\345\205\274\345\205\267\345\244\247\345\260\217\345\206\231\347\232\204\346\234\200\345\245\275\350\213\261\346\226\207\345\255\227\346\257\215_translated.md" b/app/docs/CommunityShare/Leetcode/2309-letter.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/2309\345\205\274\345\205\267\345\244\247\345\260\217\345\206\231\347\232\204\346\234\200\345\245\275\350\213\261\346\226\207\345\255\227\346\257\215_translated.md" rename to app/docs/CommunityShare/Leetcode/2309-letter.md diff --git "a/app/docs/CommunityShare/Leetcode/2335. \350\243\205\346\273\241\346\235\257\345\255\220\351\234\200\350\246\201\347\232\204\346\234\200\347\237\255\346\200\273\346\227\266\351\225\277_translated.md" b/app/docs/CommunityShare/Leetcode/2335-The shortest total time to be filled with a cup One question daily.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/2335. \350\243\205\346\273\241\346\235\257\345\255\220\351\234\200\350\246\201\347\232\204\346\234\200\347\237\255\346\200\273\346\227\266\351\225\277_translated.md" rename to app/docs/CommunityShare/Leetcode/2335-The shortest total time to be filled with a cup One question daily.md diff --git "a/app/docs/CommunityShare/Leetcode/2341. \346\225\260\347\273\204\350\203\275\345\275\242\346\210\220\345\244\232\345\260\221\346\225\260\345\257\271_translated.md" b/app/docs/CommunityShare/Leetcode/2341-pairs.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/2341. \346\225\260\347\273\204\350\203\275\345\275\242\346\210\220\345\244\232\345\260\221\346\225\260\345\257\271_translated.md" rename to app/docs/CommunityShare/Leetcode/2341-pairs.md diff --git "a/app/docs/CommunityShare/Leetcode/[2490]\345\233\236\347\216\257\345\217\245_translated.md" b/app/docs/CommunityShare/Leetcode/2490-circular.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/[2490]\345\233\236\347\216\257\345\217\245_translated.md" rename to app/docs/CommunityShare/Leetcode/2490-circular.md diff --git "a/app/docs/CommunityShare/Leetcode/[2562]\346\211\276\345\207\272\346\225\260\347\273\204\347\232\204\344\270\262\350\201\224\345\200\274_translated.md" b/app/docs/CommunityShare/Leetcode/2562-concat.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/[2562]\346\211\276\345\207\272\346\225\260\347\273\204\347\232\204\344\270\262\350\201\224\345\200\274_translated.md" rename to app/docs/CommunityShare/Leetcode/2562-concat.md diff --git "a/app/docs/CommunityShare/Leetcode/[2582]\351\200\222\346\236\225\345\244\264_translated.md" b/app/docs/CommunityShare/Leetcode/2582-pillow.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/[2582]\351\200\222\346\236\225\345\244\264_translated.md" rename to app/docs/CommunityShare/Leetcode/2582-pillow.md diff --git "a/app/docs/CommunityShare/Leetcode/2639. \346\237\245\350\257\242\347\275\221\346\240\274\345\233\276\344\270\255\346\257\217\344\270\200\345\210\227\347\232\204\345\256\275\345\272\246_translated.md" b/app/docs/CommunityShare/Leetcode/2639-width.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/2639. \346\237\245\350\257\242\347\275\221\346\240\274\345\233\276\344\270\255\346\257\217\344\270\200\345\210\227\347\232\204\345\256\275\345\272\246_translated.md" rename to app/docs/CommunityShare/Leetcode/2639-width.md diff --git "a/app/docs/CommunityShare/Leetcode/2679.\347\237\251\351\230\265\344\270\255\347\232\204\345\222\214_translated.md" b/app/docs/CommunityShare/Leetcode/2679-matrix-sum.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/2679.\347\237\251\351\230\265\344\270\255\347\232\204\345\222\214_translated.md" rename to app/docs/CommunityShare/Leetcode/2679-matrix-sum.md diff --git "a/app/docs/CommunityShare/Leetcode/2894. \345\210\206\347\261\273\346\261\202\345\222\214\345\271\266\344\275\234\345\267\256.md" b/app/docs/CommunityShare/Leetcode/2894-sum-diff.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/2894. \345\210\206\347\261\273\346\261\202\345\222\214\345\271\266\344\275\234\345\267\256.md" rename to app/docs/CommunityShare/Leetcode/2894-sum-diff.md diff --git "a/app/docs/CommunityShare/Leetcode/3072. \345\260\206\345\205\203\347\264\240\345\210\206\351\205\215\345\210\260\344\270\244\344\270\252\346\225\260\347\273\204\344\270\255 II_translated.md" b/app/docs/CommunityShare/Leetcode/3072-distribute.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/3072. \345\260\206\345\205\203\347\264\240\345\210\206\351\205\215\345\210\260\344\270\244\344\270\252\346\225\260\347\273\204\344\270\255 II_translated.md" rename to app/docs/CommunityShare/Leetcode/3072-distribute.md diff --git a/app/docs/CommunityShare/Leetcode/3138. Minimum Length of Anagram Concatenation.md b/app/docs/CommunityShare/Leetcode/3138-anagram.md similarity index 100% rename from app/docs/CommunityShare/Leetcode/3138. Minimum Length of Anagram Concatenation.md rename to app/docs/CommunityShare/Leetcode/3138-anagram.md diff --git "a/app/docs/CommunityShare/Leetcode/345. \345\217\215\350\275\254\345\255\227\347\254\246\344\270\262\344\270\255\347\232\204\345\205\203\351\237\263\345\255\227\346\257\215_translated.md" b/app/docs/CommunityShare/Leetcode/345-vowels.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/345. \345\217\215\350\275\254\345\255\227\347\254\246\344\270\262\344\270\255\347\232\204\345\205\203\351\237\263\345\255\227\346\257\215_translated.md" rename to app/docs/CommunityShare/Leetcode/345-vowels.md diff --git a/app/docs/CommunityShare/Leetcode/42.md b/app/docs/CommunityShare/Leetcode/42-rain.md similarity index 100% rename from app/docs/CommunityShare/Leetcode/42.md rename to app/docs/CommunityShare/Leetcode/42-rain.md diff --git "a/app/docs/CommunityShare/Leetcode/46.\345\205\250\346\216\222\345\210\227.md" b/app/docs/CommunityShare/Leetcode/46-permutations.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/46.\345\205\250\346\216\222\345\210\227.md" rename to app/docs/CommunityShare/Leetcode/46-permutations.md diff --git "a/app/docs/CommunityShare/Leetcode/538.\346\212\212\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221\350\275\254\346\215\242\344\270\272\347\264\257\345\212\240\346\240\221_translated.md" b/app/docs/CommunityShare/Leetcode/538-bst.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/538.\346\212\212\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221\350\275\254\346\215\242\344\270\272\347\264\257\345\212\240\346\240\221_translated.md" rename to app/docs/CommunityShare/Leetcode/538-bst.md diff --git "a/app/docs/CommunityShare/Leetcode/6323. \345\260\206\351\222\261\345\210\206\347\273\231\346\234\200\345\244\232\347\232\204\345\204\277\347\253\245_translated.md" b/app/docs/CommunityShare/Leetcode/6323-money.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/6323. \345\260\206\351\222\261\345\210\206\347\273\231\346\234\200\345\244\232\347\232\204\345\204\277\347\253\245_translated.md" rename to app/docs/CommunityShare/Leetcode/6323-money.md diff --git "a/app/docs/CommunityShare/Leetcode/76\346\234\200\345\260\217\350\246\206\347\233\226\345\255\220\344\270\262_translated.md" b/app/docs/CommunityShare/Leetcode/76-min-window.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/76\346\234\200\345\260\217\350\246\206\347\233\226\345\255\220\344\270\262_translated.md" rename to app/docs/CommunityShare/Leetcode/76-min-window.md diff --git a/app/docs/CommunityShare/Leetcode/80_translated.md b/app/docs/CommunityShare/Leetcode/80-duplicates.md similarity index 100% rename from app/docs/CommunityShare/Leetcode/80_translated.md rename to app/docs/CommunityShare/Leetcode/80-duplicates.md diff --git a/app/docs/CommunityShare/Leetcode/9021_TUT_3_25T1.md b/app/docs/CommunityShare/Leetcode/9021-tut.md similarity index 100% rename from app/docs/CommunityShare/Leetcode/9021_TUT_3_25T1.md rename to app/docs/CommunityShare/Leetcode/9021-tut.md diff --git "a/app/docs/CommunityShare/Leetcode/93\345\244\215\345\216\237Ip\345\234\260\345\235\200.md" b/app/docs/CommunityShare/Leetcode/93-ip-address.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/93\345\244\215\345\216\237Ip\345\234\260\345\235\200.md" rename to app/docs/CommunityShare/Leetcode/93-ip-address.md diff --git "a/app/docs/CommunityShare/Leetcode/994.\350\205\220\347\203\202\347\232\204\346\251\230\345\255\220_translated.md" b/app/docs/CommunityShare/Leetcode/994-oranges.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/994.\350\205\220\347\203\202\347\232\204\346\251\230\345\255\220_translated.md" rename to app/docs/CommunityShare/Leetcode/994-oranges.md diff --git "a/app/docs/CommunityShare/Leetcode/brief_alternate \344\275\234\344\270\232\345\270\256\345\277\231_translated.md" b/app/docs/CommunityShare/Leetcode/brief-homework.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/brief_alternate \344\275\234\344\270\232\345\270\256\345\277\231_translated.md" rename to app/docs/CommunityShare/Leetcode/brief-homework.md diff --git a/app/docs/CommunityShare/Leetcode/Counting Stars-Inter-Uni Programming Contest.md b/app/docs/CommunityShare/Leetcode/counting-stars.md similarity index 100% rename from app/docs/CommunityShare/Leetcode/Counting Stars-Inter-Uni Programming Contest.md rename to app/docs/CommunityShare/Leetcode/counting-stars.md diff --git "a/app/docs/CommunityShare/Leetcode/\345\211\221\346\214\207 Offer II 021. \345\210\240\351\231\244\351\223\276\350\241\250\347\232\204\345\200\222\346\225\260\347\254\254 n \344\270\252\347\273\223\347\202\271_translated.md" b/app/docs/CommunityShare/Leetcode/sword-offer-021.md similarity index 100% rename from "app/docs/CommunityShare/Leetcode/\345\211\221\346\214\207 Offer II 021. \345\210\240\351\231\244\351\223\276\350\241\250\347\232\204\345\200\222\346\225\260\347\254\254 n \344\270\252\347\273\223\347\202\271_translated.md" rename to app/docs/CommunityShare/Leetcode/sword-offer-021.md diff --git a/app/docs/[...slug]/page.tsx b/app/docs/[...slug]/page.tsx index 64c62e29..08c2813f 100644 --- a/app/docs/[...slug]/page.tsx +++ b/app/docs/[...slug]/page.tsx @@ -26,6 +26,7 @@ interface Param { export default async function DocPage({ params }: Param) { const { slug } = await params; const page = source.getPage(slug); + console.log("正在尝试访问的Slug数组是:",slug); if (page == null) { notFound(); @@ -54,8 +55,8 @@ export default async function DocPage({ params }: Param) { - - + +
@@ -78,10 +79,12 @@ export async function generateStaticParams() { return source.getPages().map((page) => ({ slug: page.slugs, })); + console.log("正在生成StaticParams的Slug数组是:",source.getPages().map((page) => page.slugs)); } export async function generateMetadata({ params }: Param): Promise { const { slug } = await params; + console.log("正在生成Metadata的Slug数组是:",slug); const page = source.getPage(slug); if (page == null) { notFound(); diff --git a/generated/site-leaderboard.json b/generated/site-leaderboard.json index 1ff81287..0637a088 100644 --- a/generated/site-leaderboard.json +++ b/generated/site-leaderboard.json @@ -1,1628 +1 @@ -[ - { - "id": "114939201", - "name": "longsizhuo", - "points": 2330, - "commits": 233, - "avatarUrl": "https://avatars.githubusercontent.com/u/114939201", - "contributedDocs": [ - { - "id": "psc0xf6oa1m7g8s9wfwiojkf", - "title": "PyTorch", - "url": "/docs/ai/llm-basics/pytorch" - }, - { - "id": "pffzdgytknyhaywar8uzyf2e", - "title": "LLaVA", - "url": "/docs/ai/multimodal/llava" - }, - { - "id": "c3a4nmid9plytif5ameigj7d", - "title": "王树森推荐系统学习笔记_召回", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_note/wangshusen_recommend_note_retrieval" - }, - { - "id": "xqz5iiv3p52h6d9g3c0w2baf", - "title": "常用Markdown语法", - "url": "/docs/CommunityShare/Geek/CommonUsedMarkdown" - }, - { - "id": "gmpls10e2dz0bbizotvhglc8", - "title": "Static Array", - "url": "/docs/computer-science/data-structures/array/01-static-array" - }, - { - "id": "nuojcaq1s6r5nggul0uq3r3j", - "title": "Dynamic Array", - "url": "/docs/computer-science/data-structures/array/02-dynamic-array" - }, - { - "id": "ai7cmwf4irjaobqf7uokj3b4", - "title": "Array", - "url": "/docs/computer-science/data-structures/array" - }, - { - "id": "vti0bt2qlnr681msbk6igznc", - "title": "Data Structures Fundamentals", - "url": "/docs/computer-science/data-structures" - }, - { - "id": "gkjk6stzpb44n9lv8u2ij7xx", - "title": "Singly Linked List", - "url": "/docs/computer-science/data-structures/linked-list/01-singly-linked-list" - }, - { - "id": "lt9yrqt0ksl2liabq9ocw0z4", - "title": "Linked List", - "url": "/docs/computer-science/data-structures/linked-list" - }, - { - "id": "d73h3kyjnzytk1y2nizulyr6", - "title": "算力平台", - "url": "/docs/ai/compute-platforms/compute-platforms-handbook" - }, - { - "id": "d5fya0gd1w8vblv8qeqgnqtu", - "title": "概率论与数理统计 (Probability & Statistics)", - "url": "/docs/ai/ai-math-basics/probability-statistics" - }, - { - "id": "q7kagbrpnek7b89axvssn4bo", - "title": "参考资料", - "url": "/docs/ai/ai-math-basics/probability-statistics/resources" - }, - { - "id": "ns7q5ehuje6oiua7as6rtnyf", - "title": "算力需求指南", - "url": "/docs/ai/compute-platforms/model-compuational-resource-demand" - }, - { - "id": "egpawb1yui58yprrsgxn9qj2", - "title": "数据集构建", - "url": "/docs/ai/foundation-models/datasets" - }, - { - "id": "z157s85hnz1y37tr28y2a8h2", - "title": "部署与推理", - "url": "/docs/ai/foundation-models/deploy-infer" - }, - { - "id": "lndxpf7luoeqwwde4in23xr1", - "title": "模型评测", - "url": "/docs/ai/foundation-models/evaluation" - }, - { - "id": "l5nes88zd54y6ao64ufkylz2", - "title": "模型微调", - "url": "/docs/ai/foundation-models/finetune" - }, - { - "id": "i88bna4sg5pr4ekhg32drv2i", - "title": "基座大模型", - "url": "/docs/ai/foundation-models/foundation-models-lifecycle" - }, - { - "id": "h7s6nm7h5oqnhhdq9m1mgwwo", - "title": "经典面试QKV问题", - "url": "/docs/ai/foundation-models/qkv-interview" - }, - { - "id": "jgz0nl0cbd4frj2dg98mdv0x", - "title": "模型训练", - "url": "/docs/ai/foundation-models/training" - }, - { - "id": "khcrztruqdku9fntd3dwzvwe", - "title": "数学公式语法", - "url": "/docs/CommunityShare/Geek/Katex/Seb2" - }, - { - "id": "nor5ktairygnt4dorqbddo9n", - "title": "生成模型", - "url": "/docs/ai/generative-todo/generative-models-plan" - }, - { - "id": "ix9azldhgm46j4i1xzgnd26r", - "title": "AI 知识库", - "url": "/docs/ai" - }, - { - "id": "xboc8qj2128aivvt0goo1wow", - "title": "大模型入门课程", - "url": "/docs/ai/llm-basics/courses" - }, - { - "id": "nwt5322vw4q6sz8ho8qynv28", - "title": "CUDA", - "url": "/docs/ai/llm-basics/cuda" - }, - { - "id": "dqg4iqz7hgyq38cqz3tg9tlf", - "title": "李沐动手学深度学习", - "url": "/docs/ai/llm-basics/deep-learning/d2l" - }, - { - "id": "vdclex41huib10ccsqw9u76k", - "title": "深度学习基础", - "url": "/docs/ai/llm-basics/deep-learning" - }, - { - "id": "nrelvvfzq0gma7pqfx9fkfxt", - "title": "NLP", - "url": "/docs/ai/llm-basics/deep-learning/nlp" - }, - { - "id": "xnl2yzrb4x748zhhfe26ragt", - "title": "Embedding模型", - "url": "/docs/ai/llm-basics/embeddings" - }, - { - "id": "jq6323xynmyapm5vgncmyymh", - "title": "Qwen3-embedding", - "url": "/docs/ai/llm-basics/embeddings/qwen3-embedding" - }, - { - "id": "h8awdow89uicdy4kx9iimlta", - "title": "大模型基础", - "url": "/docs/ai/llm-basics/llm-foundations" - }, - { - "id": "k1owc5kfw3vihc5hnmysqttl", - "title": "AI by Hand:手搓 AI 模型", - "url": "/docs/ai/llm-basics/transformer/ai-by-hand" - }, - { - "id": "lsokl8ofmo7msxlqyvihbhz5", - "title": "Transformer", - "url": "/docs/ai/llm-basics/transformer" - }, - { - "id": "r68izu11bkrkk6st194kwk80", - "title": "方法论学习", - "url": "/docs/ai/methodology/research-methodology" - }, - { - "id": "uguqyqpacxyj5irjickbt8n9", - "title": "杂项工具", - "url": "/docs/ai/misc-tools/learning-toolkit" - }, - { - "id": "x3xs4hk0mc7lxlgbgskti5qk", - "title": "模型数据集平台", - "url": "/docs/ai/model-datasets-platforms/platform-and-datasets" - }, - { - "id": "qftv72k0kzwiz8ddksbcl2aw", - "title": "MOE 浅谈", - "url": "/docs/ai/MoE/MOE-intro" - }, - { - "id": "qaezsrj15sudk796r5otne36", - "title": "Code translation入门推荐必读", - "url": "/docs/ai/Multi-agents-system-on-Code-Translation/code-translation-intro" - }, - { - "id": "pmrtokz6393ywte5zqeskpm0", - "title": "多模态基础课程", - "url": "/docs/ai/multimodal/courses" - }, - { - "id": "gc6tdzkkwxn5t90nw69fibl6", - "title": "MLLM 多模态大模型", - "url": "/docs/ai/multimodal/mllm" - }, - { - "id": "zte4s8s8ls4cs25mfrzyepfl", - "title": "多模态大模型", - "url": "/docs/ai/multimodal/multimodal-overview" - }, - { - "id": "ybczrbgxo5t4pl0erce7qz6w", - "title": "QwenVL", - "url": "/docs/ai/multimodal/qwenvl" - }, - { - "id": "ssrhm03fw9sbogk78dmy92ml", - "title": "多模态视频大模型", - "url": "/docs/ai/multimodal/video-mm-todo" - }, - { - "id": "xd3q72ubqzlesz8x4gewhi5r", - "title": "ViT 视觉编码器", - "url": "/docs/ai/multimodal/vit" - }, - { - "id": "as876rdhtmpnyyeclxt226s1", - "title": "推荐系统", - "url": "/docs/ai/recommender-systems/recommender-roadmap" - }, - { - "id": "s4fuhmdf6hj49jx1l7k87d4p", - "title": "强化学习", - "url": "/docs/ai/reinforcement-learning/reinforcement-learning-overview" - }, - { - "id": "tksz80mfqqyzwzzer5p3uxtg", - "title": "Git入门操作指南-程序员必会的git小技巧", - "url": "/docs/CommunityShare/Geek/git101" - }, - { - "id": "jee9yt8n8tmo8yclqujerw2x", - "title": "技术分享", - "url": "/docs/CommunityShare/Geek" - }, - { - "id": "yxd2qpfl2li6092bjx8bz7vb", - "title": "常用Katex语法", - "url": "/docs/CommunityShare/Geek/Katex" - }, - { - "id": "r0inttjcby48tly602p410vo", - "title": "个人常用字符", - "url": "/docs/CommunityShare/Geek/Katex/Seb1" - }, - { - "id": "i0xmpskau105p83vq35wnxls", - "title": "用闲置树莓派搭建一个Minecraft服务器", - "url": "/docs/CommunityShare/Geek/raspberry-guide" - }, - { - "id": "ksjj9shalh6hqezx6t6am5vw", - "title": "Computer Science", - "url": "/docs/computer-science" - }, - { - "id": "ue27z7z95yzw3lhhfj7nit1c", - "title": "Agent", - "url": "/docs/ai/agents-todo/agent-ecosystem" - }, - { - "id": "eo5rwumxkh7twfdvlp5po9rc", - "title": "CS294/194-196 Large Language Model Agents", - "url": "/docs/ai/agents-todo/cs294-194-196" - }, - { - "id": "v8m8kdjzzx7uhiz69r5m3m9o", - "title": "微积分与优化 (Calculus & Optimization)", - "url": "/docs/ai/ai-math-basics/calculus-optimization" - }, - { - "id": "l1kvojw2gvggxflrmzc7j7sm", - "title": "线性代数 (Linear Algebra)", - "url": "/docs/ai/ai-math-basics/linear-algebra" - }, - { - "id": "ba5lqs2zg1jqc30qzw3osm9v", - "title": "参考资料", - "url": "/docs/ai/ai-math-basics/linear-algebra/resources" - }, - { - "id": "ebgss2sa91drisxswsh6iu8x", - "title": "数值分析 (Numerical Analysis)", - "url": "/docs/ai/ai-math-basics/numerical-analysis" - }, - { - "id": "vcfer8dvlt80se4kmbnshx7x", - "title": "AI 数学基础", - "url": "/docs/ai/ai-math-basics/math-foundations" - }, - { - "id": "h53uwefhlykt9ietsx9x0vtn", - "title": "Introduction of Multi-agents system(In any task you want)", - "url": "/docs/ai/Introduction-of-Multi-agents-system/introduction_of_multi-agents_system" - }, - { - "id": "zf8zk108oqbsg56xjyqb5txk", - "title": "PPO", - "url": "/docs/CommunityShare/Personal-Study-Notes/Reinforcement-Learning/ppo" - }, - { - "id": "g6wucmr69lamd9xyxm7uunnd", - "title": "Make编译", - "url": "/docs/computer-science/cpp_backend/easy_compile/3_Make" - }, - { - "id": "xk44lx4q1gpcm1uqk8nnbg7q", - "title": "CMake", - "url": "/docs/computer-science/cpp_backend/easy_compile/4_CMake" - }, - { - "id": "e6udpzrorhvgeeda6xpy1e0s", - "title": "如何部署你自己的Github图床-PictureCDN", - "url": "/docs/CommunityShare/Geek/picturecdn" - }, - { - "id": "xgxqqvglxyauoeh8eye7lzu6", - "title": "手写定长内存池", - "url": "/docs/computer-science/cpp_backend/Handwritten_pool_components/2_Handwritten_mempool1" - }, - { - "id": "pne40puz5alzsf0f5jb0frbm", - "title": "程序员学生时期求职与实习经验分享", - "url": "/docs/jobs/interview-prep/preparations-to-get-an-offer-as-a-student" - }, - { - "id": "jgyg6bp0nceyrxirz5qw3zsv", - "title": "UNSW学费回收计划-那些你还不知道的隐藏福利", - "url": "/docs/CommunityShare/Life/unsw-student-benefit" - }, - { - "id": "gpoh50befguf7zgsetzkvbi3", - "title": "信息论 (Information Theory)", - "url": "/docs/ai/ai-math-basics/information-theory" - }, - { - "id": "hajz43iblku13mmevia8zrhv", - "title": "王树森推荐系统学习笔记_特征交叉", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_crossing" - }, - { - "id": "qmy3p4vc45ek61ce4n62fpxy", - "title": "王树森推荐系统学习笔记_涨指标", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_note_improvement" - }, - { - "id": "vjwogf9afghpbvi71e4dfsgj", - "title": "王树森推荐系统学习笔记_排序", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_note_rank" - }, - { - "id": "ifwz8sqxqsgjrafa79pycrcm", - "title": "多模态强化学习项目(MVP 目标)", - "url": "/docs/all-projects/multimodal-rl" - }, - { - "id": "eej2awin6irhbdgcy8vvs3xb", - "title": "Perplexity Comet 浏览器:能当私人管家的自动化浏览器", - "url": "/docs/CommunityShare/Amazing-AI-Tools/perplexity-comet" - }, - { - "id": "q8d1j9bii2ve2p7pp4xtok79", - "title": "程序员 Burnout 自救指南", - "url": "/docs/CommunityShare/MentalHealth/burnout-guide" - }, - { - "id": "lodydcd211esraq1r55ze9ey", - "title": "其他资料", - "url": "/docs/ai/llm-basics/deep-learning/misc" - }, - { - "id": "rxyvvumcvfl2oh3hky8urkfn", - "title": "心理健康", - "url": "/docs/CommunityShare/MentalHealth" - }, - { - "id": "wdqqrepoy43jiieyyjmaekk1", - "title": "context engineering 快速了解", - "url": "/docs/CommunityShare/RAG/context_engineering_intro" - }, - { - "id": "zywri1bs64awfi9utfjy14ll", - "title": "RAG", - "url": "/docs/CommunityShare/RAG/rag" - }, - { - "id": "mnjkrtrs7xk3fq538eqreuge", - "title": "手写线程池", - "url": "/docs/computer-science/cpp_backend/Handwritten_pool_components/1_Handwritten_threadpool" - }, - { - "id": "u68pjetu592c9zvs3f5xa82j", - "title": "行为面", - "url": "/docs/jobs/interview-prep/bq" - }, - { - "id": "fkk8ghklsr15a0s3vcxnswnj", - "title": "面试阶段逐关击破 | OA刷题血泪史 + VI分数偷看技巧 + 群面套路合集", - "url": "/docs/jobs/interview-prep/interview-tips" - }, - { - "id": "fzieiqiepxw9yfo2id9eham3", - "title": "fzieiqiepxw9yfo2id9eham3", - "url": "/docs/fzieiqiepxw9yfo2id9eham3" - }, - { - "id": "cgo4lweflk5jx1hsncr8hshk", - "title": "面试前必看:掌握这四个小技巧,你的成功率会大大增加", - "url": "/docs/jobs/interview-prep/pre-interview" - }, - { - "id": "bvccoatft6y7bph83oivdcfe", - "title": "王树森推荐系统学习笔记_冷启动", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_note_coldstart" - }, - { - "id": "mgb41edhi9cz1kxzae074an0", - "title": "学生邮箱能免费领的AI提效工具系列", - "url": "/docs/CommunityShare/Amazing-AI-Tools" - }, - { - "id": "gj4bn01un0s0841berfvwrn5", - "title": "使用 Cloudflare R2 + ShareX 搭建个人/团队专属“永久”图床", - "url": "/docs/CommunityShare/Geek/cloudflare-r2-sharex-free-image-hosting" - }, - { - "id": "mhyoknm6vj8jmp186oli5f5c", - "title": "swanlab快速上手指南", - "url": "/docs/CommunityShare/Geek/swanlab" - }, - { - "id": "eyd32o3ebd5q69hfbb2enxqi", - "title": "嵌入模型微调入门知识", - "url": "/docs/CommunityShare/RAG/embedding" - }, - { - "id": "kyu85av71b4n07hbdycbhvj9", - "title": "基础gcc/g++", - "url": "/docs/computer-science/cpp_backend/easy_compile/2_base_gcc" - }, - { - "id": "q8290wmhyofuiskzn1ph63ta", - "title": "手写内存池(简单定长)", - "url": "/docs/computer-science/cpp_backend/mempool_simple" - }, - { - "id": "sfzt30mtx0jsuv6esnpm3w8y", - "title": "群友分享", - "url": "/docs/CommunityShare" - }, - { - "id": "db3qwg25h6l0bh8f2sdabdqc", - "title": "Theory of MoE", - "url": "/docs/ai/MoE/moe-update" - }, - { - "id": "gtqamuq3tftmvzstbunkgbo5", - "title": "vcpkg包管理器", - "url": "/docs/computer-science/cpp_backend/easy_compile/5_vcpkg" - }, - { - "id": "totx4pej5lhyt1nl4anwhakj", - "title": "linux/win上的c++库", - "url": "/docs/computer-science/cpp_backend/easy_compile/1_cpp_libs" - }, - { - "id": "m37j6a24hb9mlrm0g6jfcxop", - "title": "PTE-Academic题型与题量介绍", - "url": "/docs/CommunityShare/Language/pte-intro" - }, - { - "id": "kzi6k1yg1sehlxidnxdsf59a", - "title": "Recommended Books on Mathematics and Data Science", - "url": "/docs/ai/ai-math-basics/math_books" - }, - { - "id": "uzoqs57kwc4tfut4wvgnbjhf", - "title": "2025年应届生前端需要学习什么", - "url": "/docs/computer-science/frontend/frontend-learning" - }, - { - "id": "y3xkz4kituc738jwsojo7cml", - "title": "frontend", - "url": "/docs/computer-science/frontend" - }, - { - "id": "e7hcn9xwnicxj6smk2zijhyj", - "title": "e7hcn9xwnicxj6smk2zijhyj", - "url": "/docs/e7hcn9xwnicxj6smk2zijhyj" - }, - { - "id": "ol03smbujgwztho45ycj52ah", - "title": "王树森推荐系统学习笔记_重排", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_note_rerank" - }, - { - "id": "oq51tbwpnbtow0ps5772fqx3", - "title": "oq51tbwpnbtow0ps5772fqx3", - "url": "/docs/oq51tbwpnbtow0ps5772fqx3" - }, - { - "id": "wen0bbo8m93oih1mx6sva9sh", - "title": "538.Convert the binary search tree to cumulative tree", - "url": "/docs/CommunityShare/Leetcode/538.把二叉搜索树转换为累加树_translated" - }, - { - "id": "vxbdpfd2w2dsb7cjpo2yfdiy", - "title": "vxbdpfd2w2dsb7cjpo2yfdiy", - "url": "/docs/vxbdpfd2w2dsb7cjpo2yfdiy" - }, - { - "id": "a747alkg4ye6udm40d978la5", - "title": "a747alkg4ye6udm40d978la5", - "url": "/docs/a747alkg4ye6udm40d978la5" - }, - { - "id": "kfx1v64fqfayg8dbu83jxqbs", - "title": "kfx1v64fqfayg8dbu83jxqbs", - "url": "/docs/kfx1v64fqfayg8dbu83jxqbs" - }, - { - "id": "fxn6bn619g3a9l98l9vggpg1", - "title": "One question daily 2299. Code inspection device II", - "url": "/docs/CommunityShare/Leetcode/2299强密码检验器II_translated" - }, - { - "id": "p8igr19xfxnuyo2lpngnr6fg", - "title": "1234. Replace the sub -string to get a balanced string One question daily", - "url": "/docs/CommunityShare/Leetcode/1234. 替换子串得到平衡字符串_translated" - }, - { - "id": "ylpucy1rbbnfpe3t62u8kcfq", - "title": "142.Ring linkedII.md", - "url": "/docs/CommunityShare/Leetcode/142.环形链表II_translated" - }, - { - "id": "mc2rjsq7syibclikyhomsbft", - "title": ">-", - "url": "/docs/CommunityShare/Leetcode/2309兼具大小写的最好英文字母_translated" - }, - { - "id": "qoieytihzsk9hz9pjj9i8zga", - "title": "qoieytihzsk9hz9pjj9i8zga", - "url": "/docs/qoieytihzsk9hz9pjj9i8zga" - }, - { - "id": "hiqhki2z4v6oy0jstrcs7im0", - "title": "2335. The shortest total time to be filled with a cup One question daily", - "url": "/docs/CommunityShare/Leetcode/2335. 装满杯子需要的最短总时长_translated" - }, - { - "id": "s3w19zdm6yhkhj4o0ba3kbal", - "title": "2341. How much can the array be formed One question daily", - "url": "/docs/CommunityShare/Leetcode/2341. 数组能形成多少数对_translated" - }, - { - "id": "kw44if3s2zi4w2gs1gfhxvoz", - "title": "6323. Child that divides money the most.md", - "url": "/docs/CommunityShare/Leetcode/6323. 将钱分给最多的儿童_translated" - }, - { - "id": "l358imxaj1mmtth6dydvu54s", - "title": "76Minimum cover string.md", - "url": "/docs/CommunityShare/Leetcode/76最小覆盖子串_translated" - }, - { - "id": "w9ffo1wycpbz50051cb7lyo5", - "title": "121.The best time for buying and selling stocks", - "url": "/docs/CommunityShare/Leetcode/[121]买卖股票的最佳时期_translated" - }, - { - "id": "bsf0yz1zrmlz7masrdmq8fq6", - "title": "1653. The minimum number of times to balance the string balance.md", - "url": "/docs/CommunityShare/Leetcode/1653. 使字符串平衡的最少删除次数_translated" - }, - { - "id": "ophdou1zfa1leum18ryhhnze", - "title": "ophdou1zfa1leum18ryhhnze", - "url": "/docs/ophdou1zfa1leum18ryhhnze" - }, - { - "id": "ryp6s59uwc10w2dywgs6f66h", - "title": "Python beat98.40% collectionsofCounter method!", - "url": "/docs/CommunityShare/Leetcode/80_translated" - }, - { - "id": "ska0npc89ja1r4pdt2qow79u", - "title": "1664. Number of schemes to generate balance numbers One question daily", - "url": "/docs/CommunityShare/Leetcode/1664生成平衡数组的方案数_translated" - }, - { - "id": "lnx1bszj5aqqqfa50sejjv7n", - "title": "2639. Query the width of each column in the grid diagram.md", - "url": "/docs/CommunityShare/Leetcode/2639. 查询网格图中每一列的宽度_translated" - }, - { - "id": "n38sohi8zlxesl82tgv854kj", - "title": "1825. Seek out MK average value", - "url": "/docs/CommunityShare/Leetcode/1825求出 MK 平均值_translated" - }, - { - "id": "g7ixeso22x7fzu24nv536nli", - "title": "g7ixeso22x7fzu24nv536nli", - "url": "/docs/g7ixeso22x7fzu24nv536nli" - }, - { - "id": "clx9mmqqvxipdfamqciuo146", - "title": "2679.In the matrix and the harmony.md", - "url": "/docs/CommunityShare/Leetcode/2679.矩阵中的和_translated" - }, - { - "id": "qf5ppbjhcw3h5znx5rdnfeeg", - "title": "qf5ppbjhcw3h5znx5rdnfeeg", - "url": "/docs/qf5ppbjhcw3h5znx5rdnfeeg" - }, - { - "id": "jcqhknk5z2xr3rfqn49me4j9", - "title": "1333.Restaurant filter", - "url": "/docs/CommunityShare/Leetcode/[1333]餐厅过滤器_translated" - }, - { - "id": "u0szm4sv8mr3on3ivbfo5r84", - "title": "146.LRU cache", - "url": "/docs/CommunityShare/Leetcode/[146]LRU 缓存_translated" - }, - { - "id": "bqsh7d05pcadgkiatziwitqj", - "title": "bqsh7d05pcadgkiatziwitqj", - "url": "/docs/bqsh7d05pcadgkiatziwitqj" - }, - { - "id": "s0cadbu09dgu54q0zxttkx7z", - "title": "9021_TUT_3_25T1.md", - "url": "/docs/CommunityShare/Leetcode/9021_TUT_3_25T1" - }, - { - "id": "d5evrnoglwjvmyginjq84bl0", - "title": "93. Restore IP Addresses", - "url": "/docs/CommunityShare/Leetcode/93复原Ip地址" - }, - { - "id": "l4db26ijmpeivh78a21981ia", - "title": "l4db26ijmpeivh78a21981ia", - "url": "/docs/l4db26ijmpeivh78a21981ia" - }, - { - "id": "y0ntwlksnvj7ymuapqvkvmwr", - "title": "2894. 分类求和并作差", - "url": "/docs/CommunityShare/Leetcode/2894. 分类求和并作差" - }, - { - "id": "r12u8o7j73oxhbvgphi939fb", - "title": "3072. Allocate elements into two arrays II.md", - "url": "/docs/CommunityShare/Leetcode/3072. 将元素分配到两个数组中 II_translated" - }, - { - "id": "zuoplhoodv7tzfgku0pwzi6w", - "title": "zuoplhoodv7tzfgku0pwzi6w", - "url": "/docs/zuoplhoodv7tzfgku0pwzi6w" - }, - { - "id": "qtjajlfj4fiu0t2r5diylce2", - "title": "qtjajlfj4fiu0t2r5diylce2", - "url": "/docs/qtjajlfj4fiu0t2r5diylce2" - }, - { - "id": "g8kfo5yie617dl5xd78wph26", - "title": "g8kfo5yie617dl5xd78wph26", - "url": "/docs/g8kfo5yie617dl5xd78wph26" - }, - { - "id": "rv6egbynttb4mt1n0412bue0", - "title": "213.Hiccup II", - "url": "/docs/CommunityShare/Leetcode/[213]打家劫舍 II_translated" - }, - { - "id": "chb8ee5s38v8gh751n9e5znj", - "title": "1828. Statistics the number of a circle mid -point One question daily", - "url": "/docs/CommunityShare/Leetcode/1828统计一个圆中点的数目_translated" - }, - { - "id": "ksw2vic4alf1tdnnueay81g8", - "title": "2131. 连接两字母单词得到的最长回文串.md", - "url": "/docs/CommunityShare/Leetcode/2131. 连接两字母单词得到的最长回文串" - }, - { - "id": "k4btd9x3l3xnnl4dnr64d8cq", - "title": "219.Existing duplicate elements II Hash table graphics", - "url": "/docs/CommunityShare/Leetcode/219_translated" - }, - { - "id": "axhoyzdtxoc82q58j1os57c8", - "title": "994.Rotten orange.md", - "url": "/docs/CommunityShare/Leetcode/994.腐烂的橘子_translated" - }, - { - "id": "o3knuvbpnki6isfjv3g5ohau", - "title": "3138. Minimum Length of Anagram Concatenation.md", - "url": "/docs/CommunityShare/Leetcode/3138. Minimum Length of Anagram Concatenation" - }, - { - "id": "udm0daiek9dr22xq4doep5w4", - "title": "345. Voice letter in the reverse string.md", - "url": "/docs/CommunityShare/Leetcode/345. 反转字符串中的元音字母_translated" - }, - { - "id": "one7va4e0hvbq1eqhm6ww2kd", - "title": "brief_alternate Assignment", - "url": "/docs/CommunityShare/Leetcode/brief_alternate 作业帮忙_translated" - }, - { - "id": "fostlzqqx6l10qz1egd8dw5m", - "title": "Counting Stars-Inter-Uni Programming Contest.md", - "url": "/docs/CommunityShare/Leetcode/Counting Stars-Inter-Uni Programming Contest" - }, - { - "id": "q8xu78dx8qo5bkd3dnbv8mzr", - "title": "q8xu78dx8qo5bkd3dnbv8mzr", - "url": "/docs/q8xu78dx8qo5bkd3dnbv8mzr" - }, - { - "id": "pe6o8l76945uo7aqv79ddhii", - "title": "2490Return ring sentence", - "url": "/docs/CommunityShare/Leetcode/[2490]回环句_translated" - }, - { - "id": "naxatag8x2nnvkhbwdfc1azc", - "title": "2562.Find the series of the array", - "url": "/docs/CommunityShare/Leetcode/[2562]找出数组的串联值_translated" - }, - { - "id": "lzrh7ftq3kegsyx8gimonrfu", - "title": "2241. Design an ATM Machine.md", - "url": "/docs/CommunityShare/Leetcode/2241. Design an ATM Machine" - }, - { - "id": "a6inw303oslb7i5tcqj5xxx4", - "title": "2270. Number of Ways to Split Array.md", - "url": "/docs/CommunityShare/Leetcode/2270. Number of Ways to Split Array" - }, - { - "id": "mssz5wgh368yp55qcvs1op5e", - "title": "One question daily 2293. Great mini game", - "url": "/docs/CommunityShare/Leetcode/2293_translated" - }, - { - "id": "p9gvb8klqv990cq88j4l76zy", - "title": "2582.Pillow", - "url": "/docs/CommunityShare/Leetcode/[2582]递枕头_translated" - }, - { - "id": "jv8qj3ljyr2uomaehnv0l77k", - "title": "42.md", - "url": "/docs/CommunityShare/Leetcode/42" - }, - { - "id": "mxt0ux1zpbzph4nuxz51eyg7", - "title": "46.permutations", - "url": "/docs/CommunityShare/Leetcode/46.全排列" - }, - { - "id": "ytg2bds2dnhzw37nrb3vassy", - "title": "1004.Maximum continuity1Number III Maximum continuity1Number III", - "url": "/docs/CommunityShare/Leetcode/1004_translated" - }, - { - "id": "aslw60tfyzxqga598pt4ociu", - "title": "aslw60tfyzxqga598pt4ociu", - "url": "/docs/aslw60tfyzxqga598pt4ociu" - }, - { - "id": "qfvqmc1exp066falnsg97c5m", - "title": "Sword finger Offer II 021. Delete the countdown of the linked list n Node.md", - "url": "/docs/CommunityShare/Leetcode/剑指 Offer II 021. 删除链表的倒数第 n 个结点_translated" - }, - { - "id": "ld59a8z1v84ig4rlr0p0n2a9", - "title": "资深科技大厂程序员Coffee Chat回顾", - "url": "/docs/jobs/event-keynote/coffee-chat" - } - ] - }, - { - "id": "163523387", - "name": "Mira190", - "points": 1280, - "commits": 128, - "avatarUrl": "https://avatars.githubusercontent.com/u/163523387", - "contributedDocs": [ - { - "id": "vdclex41huib10ccsqw9u76k", - "title": "深度学习基础", - "url": "/docs/ai/llm-basics/deep-learning" - }, - { - "id": "lodydcd211esraq1r55ze9ey", - "title": "其他资料", - "url": "/docs/ai/llm-basics/deep-learning/misc" - }, - { - "id": "nrelvvfzq0gma7pqfx9fkfxt", - "title": "NLP", - "url": "/docs/ai/llm-basics/deep-learning/nlp" - }, - { - "id": "xnl2yzrb4x748zhhfe26ragt", - "title": "Embedding模型", - "url": "/docs/ai/llm-basics/embeddings" - }, - { - "id": "jq6323xynmyapm5vgncmyymh", - "title": "Qwen3-embedding", - "url": "/docs/ai/llm-basics/embeddings/qwen3-embedding" - }, - { - "id": "h8awdow89uicdy4kx9iimlta", - "title": "大模型基础", - "url": "/docs/ai/llm-basics/llm-foundations" - }, - { - "id": "psc0xf6oa1m7g8s9wfwiojkf", - "title": "PyTorch", - "url": "/docs/ai/llm-basics/pytorch" - }, - { - "id": "k1owc5kfw3vihc5hnmysqttl", - "title": "AI by Hand:手搓 AI 模型", - "url": "/docs/ai/llm-basics/transformer/ai-by-hand" - }, - { - "id": "lsokl8ofmo7msxlqyvihbhz5", - "title": "Transformer", - "url": "/docs/ai/llm-basics/transformer" - }, - { - "id": "r68izu11bkrkk6st194kwk80", - "title": "方法论学习", - "url": "/docs/ai/methodology/research-methodology" - }, - { - "id": "uguqyqpacxyj5irjickbt8n9", - "title": "杂项工具", - "url": "/docs/ai/misc-tools/learning-toolkit" - }, - { - "id": "x3xs4hk0mc7lxlgbgskti5qk", - "title": "模型数据集平台", - "url": "/docs/ai/model-datasets-platforms/platform-and-datasets" - }, - { - "id": "z157s85hnz1y37tr28y2a8h2", - "title": "部署与推理", - "url": "/docs/ai/foundation-models/deploy-infer" - }, - { - "id": "qaezsrj15sudk796r5otne36", - "title": "Code translation入门推荐必读", - "url": "/docs/ai/Multi-agents-system-on-Code-Translation/code-translation-intro" - }, - { - "id": "pmrtokz6393ywte5zqeskpm0", - "title": "多模态基础课程", - "url": "/docs/ai/multimodal/courses" - }, - { - "id": "pffzdgytknyhaywar8uzyf2e", - "title": "LLaVA", - "url": "/docs/ai/multimodal/llava" - }, - { - "id": "gc6tdzkkwxn5t90nw69fibl6", - "title": "MLLM 多模态大模型", - "url": "/docs/ai/multimodal/mllm" - }, - { - "id": "zte4s8s8ls4cs25mfrzyepfl", - "title": "多模态大模型", - "url": "/docs/ai/multimodal/multimodal-overview" - }, - { - "id": "ssrhm03fw9sbogk78dmy92ml", - "title": "多模态视频大模型", - "url": "/docs/ai/multimodal/video-mm-todo" - }, - { - "id": "xd3q72ubqzlesz8x4gewhi5r", - "title": "ViT 视觉编码器", - "url": "/docs/ai/multimodal/vit" - }, - { - "id": "as876rdhtmpnyyeclxt226s1", - "title": "推荐系统", - "url": "/docs/ai/recommender-systems/recommender-roadmap" - }, - { - "id": "c3a4nmid9plytif5ameigj7d", - "title": "王树森推荐系统学习笔记_召回", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_note/wangshusen_recommend_note_retrieval" - }, - { - "id": "s4fuhmdf6hj49jx1l7k87d4p", - "title": "强化学习", - "url": "/docs/ai/reinforcement-learning/reinforcement-learning-overview" - }, - { - "id": "tksz80mfqqyzwzzer5p3uxtg", - "title": "Git入门操作指南-程序员必会的git小技巧", - "url": "/docs/CommunityShare/Geek/git101" - }, - { - "id": "mhyoknm6vj8jmp186oli5f5c", - "title": "swanlab快速上手指南", - "url": "/docs/CommunityShare/Geek/swanlab" - }, - { - "id": "eyd32o3ebd5q69hfbb2enxqi", - "title": "嵌入模型微调入门知识", - "url": "/docs/CommunityShare/RAG/embedding" - }, - { - "id": "zywri1bs64awfi9utfjy14ll", - "title": "RAG", - "url": "/docs/CommunityShare/RAG/rag" - }, - { - "id": "eo5rwumxkh7twfdvlp5po9rc", - "title": "CS294/194-196 Large Language Model Agents", - "url": "/docs/ai/agents-todo/cs294-194-196" - }, - { - "id": "v8m8kdjzzx7uhiz69r5m3m9o", - "title": "微积分与优化 (Calculus & Optimization)", - "url": "/docs/ai/ai-math-basics/calculus-optimization" - }, - { - "id": "gpoh50befguf7zgsetzkvbi3", - "title": "信息论 (Information Theory)", - "url": "/docs/ai/ai-math-basics/information-theory" - }, - { - "id": "l1kvojw2gvggxflrmzc7j7sm", - "title": "线性代数 (Linear Algebra)", - "url": "/docs/ai/ai-math-basics/linear-algebra" - }, - { - "id": "ba5lqs2zg1jqc30qzw3osm9v", - "title": "参考资料", - "url": "/docs/ai/ai-math-basics/linear-algebra/resources" - }, - { - "id": "vcfer8dvlt80se4kmbnshx7x", - "title": "AI 数学基础", - "url": "/docs/ai/ai-math-basics/math-foundations" - }, - { - "id": "ebgss2sa91drisxswsh6iu8x", - "title": "数值分析 (Numerical Analysis)", - "url": "/docs/ai/ai-math-basics/numerical-analysis" - }, - { - "id": "d5fya0gd1w8vblv8qeqgnqtu", - "title": "概率论与数理统计 (Probability & Statistics)", - "url": "/docs/ai/ai-math-basics/probability-statistics" - }, - { - "id": "q7kagbrpnek7b89axvssn4bo", - "title": "参考资料", - "url": "/docs/ai/ai-math-basics/probability-statistics/resources" - }, - { - "id": "d73h3kyjnzytk1y2nizulyr6", - "title": "算力平台", - "url": "/docs/ai/compute-platforms/compute-platforms-handbook" - }, - { - "id": "egpawb1yui58yprrsgxn9qj2", - "title": "数据集构建", - "url": "/docs/ai/foundation-models/datasets" - }, - { - "id": "lndxpf7luoeqwwde4in23xr1", - "title": "模型评测", - "url": "/docs/ai/foundation-models/evaluation" - }, - { - "id": "l5nes88zd54y6ao64ufkylz2", - "title": "模型微调", - "url": "/docs/ai/foundation-models/finetune" - }, - { - "id": "i88bna4sg5pr4ekhg32drv2i", - "title": "基座大模型", - "url": "/docs/ai/foundation-models/foundation-models-lifecycle" - }, - { - "id": "h7s6nm7h5oqnhhdq9m1mgwwo", - "title": "经典面试QKV问题", - "url": "/docs/ai/foundation-models/qkv-interview" - }, - { - "id": "jgz0nl0cbd4frj2dg98mdv0x", - "title": "模型训练", - "url": "/docs/ai/foundation-models/training" - }, - { - "id": "ix9azldhgm46j4i1xzgnd26r", - "title": "AI 知识库", - "url": "/docs/ai" - }, - { - "id": "xboc8qj2128aivvt0goo1wow", - "title": "大模型入门课程", - "url": "/docs/ai/llm-basics/courses" - }, - { - "id": "nwt5322vw4q6sz8ho8qynv28", - "title": "CUDA", - "url": "/docs/ai/llm-basics/cuda" - }, - { - "id": "dqg4iqz7hgyq38cqz3tg9tlf", - "title": "李沐动手学深度学习", - "url": "/docs/ai/llm-basics/deep-learning/d2l" - }, - { - "id": "e7hcn9xwnicxj6smk2zijhyj", - "title": "e7hcn9xwnicxj6smk2zijhyj", - "url": "/docs/e7hcn9xwnicxj6smk2zijhyj" - }, - { - "id": "fzieiqiepxw9yfo2id9eham3", - "title": "fzieiqiepxw9yfo2id9eham3", - "url": "/docs/fzieiqiepxw9yfo2id9eham3" - }, - { - "id": "nor5ktairygnt4dorqbddo9n", - "title": "生成模型", - "url": "/docs/ai/generative-todo/generative-models-plan" - }, - { - "id": "ybczrbgxo5t4pl0erce7qz6w", - "title": "QwenVL", - "url": "/docs/ai/multimodal/qwenvl" - }, - { - "id": "bvccoatft6y7bph83oivdcfe", - "title": "王树森推荐系统学习笔记_冷启动", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_note_coldstart" - }, - { - "id": "qmy3p4vc45ek61ce4n62fpxy", - "title": "王树森推荐系统学习笔记_涨指标", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_note_improvement" - }, - { - "id": "vjwogf9afghpbvi71e4dfsgj", - "title": "王树森推荐系统学习笔记_排序", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_note_rank" - }, - { - "id": "m37j6a24hb9mlrm0g6jfcxop", - "title": "PTE-Academic题型与题量介绍", - "url": "/docs/CommunityShare/Language/pte-intro" - }, - { - "id": "ue27z7z95yzw3lhhfj7nit1c", - "title": "Agent", - "url": "/docs/ai/agents-todo/agent-ecosystem" - }, - { - "id": "u68pjetu592c9zvs3f5xa82j", - "title": "行为面", - "url": "/docs/jobs/interview-prep/bq" - }, - { - "id": "fkk8ghklsr15a0s3vcxnswnj", - "title": "面试阶段逐关击破 | OA刷题血泪史 + VI分数偷看技巧 + 群面套路合集", - "url": "/docs/jobs/interview-prep/interview-tips" - }, - { - "id": "ld59a8z1v84ig4rlr0p0n2a9", - "title": "资深科技大厂程序员Coffee Chat回顾", - "url": "/docs/jobs/event-keynote/coffee-chat" - }, - { - "id": "db3qwg25h6l0bh8f2sdabdqc", - "title": "Theory of MoE", - "url": "/docs/ai/MoE/moe-update" - }, - { - "id": "k6cgwcc28l9iap5s5oyjbjwo", - "title": "VAE学习笔记", - "url": "/docs/ai/multimodal/VAE" - }, - { - "id": "cgo4lweflk5jx1hsncr8hshk", - "title": "面试前必看:掌握这四个小技巧,你的成功率会大大增加", - "url": "/docs/jobs/interview-prep/pre-interview" - }, - { - "id": "pqplmwaj5o5aszydqo1drzrj", - "title": "RQ-VAE学习笔记", - "url": "/docs/ai/multimodal/RQVAE" - }, - { - "id": "jgyg6bp0nceyrxirz5qw3zsv", - "title": "UNSW学费回收计划-那些你还不知道的隐藏福利", - "url": "/docs/CommunityShare/Life/unsw-student-benefit" - }, - { - "id": "yrg9g9y6peb4ykbkxev5d1j7", - "title": "yrg9g9y6peb4ykbkxev5d1j7", - "url": "/docs/yrg9g9y6peb4ykbkxev5d1j7" - }, - { - "id": "ifwz8sqxqsgjrafa79pycrcm", - "title": "多模态强化学习项目(MVP 目标)", - "url": "/docs/all-projects/multimodal-rl" - }, - { - "id": "y3xkz4kituc738jwsojo7cml", - "title": "frontend", - "url": "/docs/computer-science/frontend" - }, - { - "id": "bkxwg1m9p9rnm8062wsm020w", - "title": "AI小镇策划", - "url": "/docs/all-projects/ai-town" - }, - { - "id": "uzoqs57kwc4tfut4wvgnbjhf", - "title": "2025年应届生前端需要学习什么", - "url": "/docs/computer-science/frontend/frontend-learning" - }, - { - "id": "otfiks0uz3aue1bdvlyqmj3e", - "title": "VQ-VAE学习笔记", - "url": "/docs/ai/multimodal/VQVAE" - }, - { - "id": "s8w3d2p5k9m4h7z1x0c2a8r6", - "title": "求职活动回放站", - "url": "/docs/jobs/event-keynote/event-takeway" - } - ] - }, - { - "id": "7187663", - "name": "Crokily", - "points": 190, - "commits": 19, - "avatarUrl": "https://avatars.githubusercontent.com/u/7187663", - "contributedDocs": [ - { - "id": "lt9yrqt0ksl2liabq9ocw0z4", - "title": "Linked List", - "url": "/docs/computer-science/data-structures/linked-list" - }, - { - "id": "gmpls10e2dz0bbizotvhglc8", - "title": "Static Array", - "url": "/docs/computer-science/data-structures/array/01-static-array" - }, - { - "id": "nuojcaq1s6r5nggul0uq3r3j", - "title": "Dynamic Array", - "url": "/docs/computer-science/data-structures/array/02-dynamic-array" - }, - { - "id": "ai7cmwf4irjaobqf7uokj3b4", - "title": "Array", - "url": "/docs/computer-science/data-structures/array" - }, - { - "id": "vti0bt2qlnr681msbk6igznc", - "title": "Data Structures Fundamentals", - "url": "/docs/computer-science/data-structures" - }, - { - "id": "gkjk6stzpb44n9lv8u2ij7xx", - "title": "Singly Linked List", - "url": "/docs/computer-science/data-structures/linked-list/01-singly-linked-list" - }, - { - "id": "mgb41edhi9cz1kxzae074an0", - "title": "学生邮箱能免费领的AI提效工具系列", - "url": "/docs/CommunityShare/Amazing-AI-Tools" - }, - { - "id": "eej2awin6irhbdgcy8vvs3xb", - "title": "Perplexity Comet 浏览器:能当私人管家的自动化浏览器", - "url": "/docs/CommunityShare/Amazing-AI-Tools/perplexity-comet" - }, - { - "id": "fzieiqiepxw9yfo2id9eham3", - "title": "fzieiqiepxw9yfo2id9eham3", - "url": "/docs/fzieiqiepxw9yfo2id9eham3" - }, - { - "id": "ksjj9shalh6hqezx6t6am5vw", - "title": "Computer Science", - "url": "/docs/computer-science" - }, - { - "id": "e7hcn9xwnicxj6smk2zijhyj", - "title": "e7hcn9xwnicxj6smk2zijhyj", - "url": "/docs/e7hcn9xwnicxj6smk2zijhyj" - }, - { - "id": "wdqqrepoy43jiieyyjmaekk1", - "title": "context engineering 快速了解", - "url": "/docs/CommunityShare/RAG/context_engineering_intro" - }, - { - "id": "g6wucmr69lamd9xyxm7uunnd", - "title": "Make编译", - "url": "/docs/computer-science/cpp_backend/easy_compile/3_Make" - }, - { - "id": "vesefhhnj2ebu2oafxa3qmcg", - "title": "vesefhhnj2ebu2oafxa3qmcg", - "url": "/docs/vesefhhnj2ebu2oafxa3qmcg" - }, - { - "id": "p8igr19xfxnuyo2lpngnr6fg", - "title": "1234. Replace the sub -string to get a balanced string One question daily", - "url": "/docs/CommunityShare/Leetcode/1234. 替换子串得到平衡字符串_translated" - } - ] - }, - { - "id": "73457237", - "name": "TSK-Glofy", - "points": 130, - "commits": 13, - "avatarUrl": "https://avatars.githubusercontent.com/u/73457237", - "contributedDocs": [ - { - "id": "xqz5iiv3p52h6d9g3c0w2baf", - "title": "常用Markdown语法", - "url": "/docs/CommunityShare/Geek/CommonUsedMarkdown" - }, - { - "id": "jee9yt8n8tmo8yclqujerw2x", - "title": "技术分享", - "url": "/docs/CommunityShare/Geek" - }, - { - "id": "yxd2qpfl2li6092bjx8bz7vb", - "title": "常用Katex语法", - "url": "/docs/CommunityShare/Geek/Katex" - }, - { - "id": "r0inttjcby48tly602p410vo", - "title": "个人常用字符", - "url": "/docs/CommunityShare/Geek/Katex/Seb1" - }, - { - "id": "khcrztruqdku9fntd3dwzvwe", - "title": "数学公式语法", - "url": "/docs/CommunityShare/Geek/Katex/Seb2" - }, - { - "id": "i0xmpskau105p83vq35wnxls", - "title": "用闲置树莓派搭建一个Minecraft服务器", - "url": "/docs/CommunityShare/Geek/raspberry-guide" - }, - { - "id": "q8d1j9bii2ve2p7pp4xtok79", - "title": "程序员 Burnout 自救指南", - "url": "/docs/CommunityShare/MentalHealth/burnout-guide" - }, - { - "id": "rxyvvumcvfl2oh3hky8urkfn", - "title": "心理健康", - "url": "/docs/CommunityShare/MentalHealth" - }, - { - "id": "sfzt30mtx0jsuv6esnpm3w8y", - "title": "群友分享", - "url": "/docs/CommunityShare" - }, - { - "id": "s8w3d2p5k9m4h7z1x0c2a8r6", - "title": "求职活动回放站", - "url": "/docs/jobs/event-keynote/event-takeway" - } - ] - }, - { - "id": "188854497", - "name": "0dysseus13", - "points": 100, - "commits": 10, - "avatarUrl": "https://avatars.githubusercontent.com/u/188854497", - "contributedDocs": [ - { - "id": "c3a4nmid9plytif5ameigj7d", - "title": "王树森推荐系统学习笔记_召回", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_note/wangshusen_recommend_note_retrieval" - }, - { - "id": "hajz43iblku13mmevia8zrhv", - "title": "王树森推荐系统学习笔记_特征交叉", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_crossing" - }, - { - "id": "bvccoatft6y7bph83oivdcfe", - "title": "王树森推荐系统学习笔记_冷启动", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_note_coldstart" - }, - { - "id": "qmy3p4vc45ek61ce4n62fpxy", - "title": "王树森推荐系统学习笔记_涨指标", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_note_improvement" - }, - { - "id": "ol03smbujgwztho45ycj52ah", - "title": "王树森推荐系统学习笔记_重排", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_note_rerank" - }, - { - "id": "pqplmwaj5o5aszydqo1drzrj", - "title": "RQ-VAE学习笔记", - "url": "/docs/ai/multimodal/RQVAE" - }, - { - "id": "otfiks0uz3aue1bdvlyqmj3e", - "title": "VQ-VAE学习笔记", - "url": "/docs/ai/multimodal/VQVAE" - }, - { - "id": "vjwogf9afghpbvi71e4dfsgj", - "title": "王树森推荐系统学习笔记_排序", - "url": "/docs/ai/recommender-systems/wangshusen_recommend_note_rank" - }, - { - "id": "k6cgwcc28l9iap5s5oyjbjwo", - "title": "VAE学习笔记", - "url": "/docs/ai/multimodal/VAE" - } - ] - }, - { - "id": "100033202", - "name": "duang3457", - "points": 80, - "commits": 8, - "avatarUrl": "https://avatars.githubusercontent.com/u/100033202", - "contributedDocs": [ - { - "id": "totx4pej5lhyt1nl4anwhakj", - "title": "linux/win上的c++库", - "url": "/docs/computer-science/cpp_backend/easy_compile/1_cpp_libs" - }, - { - "id": "xk44lx4q1gpcm1uqk8nnbg7q", - "title": "CMake", - "url": "/docs/computer-science/cpp_backend/easy_compile/4_CMake" - }, - { - "id": "gtqamuq3tftmvzstbunkgbo5", - "title": "vcpkg包管理器", - "url": "/docs/computer-science/cpp_backend/easy_compile/5_vcpkg" - }, - { - "id": "mnjkrtrs7xk3fq538eqreuge", - "title": "手写线程池", - "url": "/docs/computer-science/cpp_backend/Handwritten_pool_components/1_Handwritten_threadpool" - }, - { - "id": "kyu85av71b4n07hbdycbhvj9", - "title": "基础gcc/g++", - "url": "/docs/computer-science/cpp_backend/easy_compile/2_base_gcc" - }, - { - "id": "g6wucmr69lamd9xyxm7uunnd", - "title": "Make编译", - "url": "/docs/computer-science/cpp_backend/easy_compile/3_Make" - }, - { - "id": "q8290wmhyofuiskzn1ph63ta", - "title": "手写内存池(简单定长)", - "url": "/docs/computer-science/cpp_backend/mempool_simple" - }, - { - "id": "xgxqqvglxyauoeh8eye7lzu6", - "title": "手写定长内存池", - "url": "/docs/computer-science/cpp_backend/Handwritten_pool_components/2_Handwritten_mempool1" - } - ] - }, - { - "id": "166212872", - "name": "yoyofancy", - "points": 60, - "commits": 6, - "avatarUrl": "https://avatars.githubusercontent.com/u/166212872", - "contributedDocs": [ - { - "id": "lodydcd211esraq1r55ze9ey", - "title": "其他资料", - "url": "/docs/ai/llm-basics/deep-learning/misc" - }, - { - "id": "h53uwefhlykt9ietsx9x0vtn", - "title": "Introduction of Multi-agents system(In any task you want)", - "url": "/docs/ai/Introduction-of-Multi-agents-system/introduction_of_multi-agents_system" - }, - { - "id": "wdqqrepoy43jiieyyjmaekk1", - "title": "context engineering 快速了解", - "url": "/docs/CommunityShare/RAG/context_engineering_intro" - }, - { - "id": "zywri1bs64awfi9utfjy14ll", - "title": "RAG", - "url": "/docs/CommunityShare/RAG/rag" - } - ] - }, - { - "id": "206296353", - "name": "codemanQAQ", - "points": 40, - "commits": 4, - "avatarUrl": "https://avatars.githubusercontent.com/u/206296353", - "contributedDocs": [ - { - "id": "zf8zk108oqbsg56xjyqb5txk", - "title": "PPO", - "url": "/docs/CommunityShare/Personal-Study-Notes/Reinforcement-Learning/ppo" - } - ] - }, - { - "id": "59130571", - "name": "RavenCaffeine", - "points": 30, - "commits": 3, - "avatarUrl": "https://avatars.githubusercontent.com/u/59130571", - "contributedDocs": [ - { - "id": "zywri1bs64awfi9utfjy14ll", - "title": "RAG", - "url": "/docs/CommunityShare/RAG/rag" - }, - { - "id": "e6udpzrorhvgeeda6xpy1e0s", - "title": "如何部署你自己的Github图床-PictureCDN", - "url": "/docs/CommunityShare/Geek/picturecdn" - } - ] - }, - { - "id": "84211946", - "name": "AudreyYZY", - "points": 30, - "commits": 3, - "avatarUrl": "https://avatars.githubusercontent.com/u/84211946", - "contributedDocs": [ - { - "id": "kzi6k1yg1sehlxidnxdsf59a", - "title": "Recommended Books on Mathematics and Data Science", - "url": "/docs/ai/ai-math-basics/math_books" - } - ] - }, - { - "id": "104760545", - "name": "KAGA11", - "points": 20, - "commits": 2, - "avatarUrl": "https://avatars.githubusercontent.com/u/104760545", - "contributedDocs": [ - { - "id": "uzoqs57kwc4tfut4wvgnbjhf", - "title": "2025年应届生前端需要学习什么", - "url": "/docs/computer-science/frontend/frontend-learning" - }, - { - "id": "y3xkz4kituc738jwsojo7cml", - "title": "frontend", - "url": "/docs/computer-science/frontend" - } - ] - }, - { - "id": "123258594", - "name": "PenghaoJiang", - "points": 20, - "commits": 2, - "avatarUrl": "https://avatars.githubusercontent.com/u/123258594", - "contributedDocs": [ - { - "id": "h53uwefhlykt9ietsx9x0vtn", - "title": "Introduction of Multi-agents system(In any task you want)", - "url": "/docs/ai/Introduction-of-Multi-agents-system/introduction_of_multi-agents_system" - } - ] - }, - { - "id": "150361711", - "name": "mojitote", - "points": 20, - "commits": 2, - "avatarUrl": "https://avatars.githubusercontent.com/u/150361711", - "contributedDocs": [ - { - "id": "yrg9g9y6peb4ykbkxev5d1j7", - "title": "yrg9g9y6peb4ykbkxev5d1j7", - "url": "/docs/yrg9g9y6peb4ykbkxev5d1j7" - }, - { - "id": "ifwz8sqxqsgjrafa79pycrcm", - "title": "多模态强化学习项目(MVP 目标)", - "url": "/docs/all-projects/multimodal-rl" - } - ] - }, - { - "id": "194795025", - "name": "LynPtl", - "points": 20, - "commits": 2, - "avatarUrl": "https://avatars.githubusercontent.com/u/194795025", - "contributedDocs": [ - { - "id": "sfzt30mtx0jsuv6esnpm3w8y", - "title": "群友分享", - "url": "/docs/CommunityShare" - }, - { - "id": "gj4bn01un0s0841berfvwrn5", - "title": "使用 Cloudflare R2 + ShareX 搭建个人/团队专属“永久”图床", - "url": "/docs/CommunityShare/Geek/cloudflare-r2-sharex-free-image-hosting" - } - ] - }, - { - "id": "76551253", - "name": "840691168", - "points": 10, - "commits": 1, - "avatarUrl": "https://avatars.githubusercontent.com/u/76551253", - "contributedDocs": [ - { - "id": "db3qwg25h6l0bh8f2sdabdqc", - "title": "Theory of MoE", - "url": "/docs/ai/MoE/moe-update" - } - ] - }, - { - "id": "88451018", - "name": "richardkkk", - "points": 10, - "commits": 1, - "avatarUrl": "https://avatars.githubusercontent.com/u/88451018", - "contributedDocs": [ - { - "id": "tksz80mfqqyzwzzer5p3uxtg", - "title": "Git入门操作指南-程序员必会的git小技巧", - "url": "/docs/CommunityShare/Geek/git101" - } - ] - }, - { - "id": "90535573", - "name": "SiYG", - "points": 10, - "commits": 1, - "avatarUrl": "https://avatars.githubusercontent.com/u/90535573", - "contributedDocs": [ - { - "id": "pne40puz5alzsf0f5jb0frbm", - "title": "程序员学生时期求职与实习经验分享", - "url": "/docs/jobs/interview-prep/preparations-to-get-an-offer-as-a-student" - } - ] - }, - { - "id": "95595902", - "name": "YBJ0000", - "points": 10, - "commits": 1, - "avatarUrl": "https://avatars.githubusercontent.com/u/95595902", - "contributedDocs": [ - { - "id": "q8d1j9bii2ve2p7pp4xtok79", - "title": "程序员 Burnout 自救指南", - "url": "/docs/CommunityShare/MentalHealth/burnout-guide" - } - ] - }, - { - "id": "147322547", - "name": "LunaHeluo", - "points": 10, - "commits": 1, - "avatarUrl": "https://avatars.githubusercontent.com/u/147322547", - "contributedDocs": [ - { - "id": "q8d1j9bii2ve2p7pp4xtok79", - "title": "程序员 Burnout 自救指南", - "url": "/docs/CommunityShare/MentalHealth/burnout-guide" - } - ] - } -] +[] \ No newline at end of file diff --git a/rename.js b/rename.js new file mode 100644 index 00000000..04a46d05 --- /dev/null +++ b/rename.js @@ -0,0 +1,77 @@ +const fs = require('fs'); +const path = require('path'); + +// 你的 Leetcode 目录相对路径 +const targetDir = path.join(__dirname, 'app/docs/CommunityShare/Leetcode'); + +// 我们刚才整理的完美映射表 (新文件名 : 老物理文件名) +const renameMap = { + "sword-offer-021": "剑指 Offer II 021. 删除链表的倒数第 n 个结点_translated", + "121-stock": "[121]买卖股票的最佳时期_translated", + "1333-filter": "[1333]餐厅过滤器_translated", + "146-lru": "[146]LRU 缓存_translated", + "1545-nth-binary": "[1545]找出第 N 个二进制字符串中的第 K 位", + "213-robber-ii": "[213]打家劫舍 II_translated", + "2490-circular": "[2490]回环句_translated", + "2562-concat": "[2562]找出数组的串联值_translated", + "2582-pillow": "[2582]递枕头_translated", + "1004-ones": "1004_translated", + "1234-replace": "1234. 替换子串得到平衡字符串_translated", + "142-linked-list-ii": "142.环形链表II_translated", + "1653-min-deletions": "1653. 使字符串平衡的最少删除次数_translated", + "1664-balanced": "1664生成平衡数组的方案数_translated", + "1825-mk-average": "1825求出 MK 平均值_translated", + "1828-points": "1828统计一个圆中点的数目_translated", + "2131-palindrome": "2131. 连接两字母单词得到的最长回文串", + "219-duplicate-ii": "219_translated", + "2241-atm": "2241. Design an ATM Machine", + "2270-split-array": "2270. Number of Ways to Split Array", + "2293-min-max": "2293_translated", + "2299-password": "2299强密码检验器II_translated", + "2309-letter": "2309兼具大小写的最好英文字母_translated", + "2335-cups": "2335. 装满杯子需要的最短总时长", + "2341-pairs": "2341. 数组能形成多少数对_translated", + "2639-width": "2639. 查询网格图中每一列的宽度_translated", + "2679-matrix-sum": "2679.矩阵中的和_translated", + "2894-sum-diff": "2894. 分类求和并作差", + "3072-distribute": "3072. 将元素分配到两个数组中 II_translated", + "3138-anagram": "3138. Minimum Length of Anagram Concatenation", + "345-vowels": "345. 反转字符串中的元音字母_translated", + "42-rain": "42", + "46-permutations": "46.全排列", + "538-bst": "538.把二叉搜索树转换为累加树_translated", + "6323-money": "6323. 将钱分给最多的儿童_translated", + "76-min-window": "76最小覆盖子串_translated", + "80-duplicates": "80_translated", + "9021-tut": "9021_TUT_3_25T1", + "93-ip-address": "93复原Ip地址", + "994-oranges": "994.腐烂的橘子_translated", + "brief-homework": "brief_alternate 作业帮忙_translated", + "counting-stars": "Counting Stars-Inter-Uni Programming Contest" +}; + +console.log("🚀 开始批量重命名文件..."); + +let successCount = 0; +let failCount = 0; + +for (const [newSlug, oldFileName] of Object.entries(renameMap)) { + const oldPath = path.join(targetDir, `${oldFileName}.md`); + const newPath = path.join(targetDir, `${newSlug}.md`); + + if (fs.existsSync(oldPath)) { + try { + fs.renameSync(oldPath, newPath); + console.log(`✅ [成功] ${oldFileName}.md -> ${newSlug}.md`); + successCount++; + } catch (err) { + console.error(`❌ [失败] 无法重命名 ${oldFileName}.md:`, err); + failCount++; + } + } else { + // 可能是之前已经手动改过,或者名字有细微差别 + console.log(`⚠️ [跳过] 找不到原文件: ${oldFileName}.md`); + } +} + +console.log(`\n🎉 执行完毕!成功: ${successCount} 个,跳过/失败: ${failCount} 个。`);