diff --git "a/docs/courses/week0\347\254\224\350\256\260\357\274\232\350\256\241\347\256\227\346\200\235\347\273\264/CS50 \347\254\2540\350\256\262\347\254\224\350\256\260\357\274\232\350\256\241\347\256\227\346\200\235\347\273\264.md" "b/docs/courses/week0\347\254\224\350\256\260\357\274\232\350\256\241\347\256\227\346\200\235\347\273\264/CS50 \347\254\2540\350\256\262\347\254\224\350\256\260\357\274\232\350\256\241\347\256\227\346\200\235\347\273\264.md" index 0b15e95..72d6d2b 100644 --- "a/docs/courses/week0\347\254\224\350\256\260\357\274\232\350\256\241\347\256\227\346\200\235\347\273\264/CS50 \347\254\2540\350\256\262\347\254\224\350\256\260\357\274\232\350\256\241\347\256\227\346\200\235\347\273\264.md" +++ "b/docs/courses/week0\347\254\224\350\256\260\357\274\232\350\256\241\347\256\227\346\200\235\347\273\264/CS50 \347\254\2540\350\256\262\347\254\224\350\256\260\357\274\232\350\256\241\347\256\227\346\200\235\347\273\264.md" @@ -391,7 +391,7 @@ console.log(charCode.toString(16)); // "1f600" —— 真实码点 - 前提条件:数据必须有序 - 优点:搜索效率高! -![](/images/Pasted%20image%2020251117200155.png) +![](/images/Pasted-image-20251117200155.png) 上图为时间复杂度比较,普通搜索算法为 $O(n)$ 二分查找为 diff --git "a/docs/courses/week1/CS50\347\254\2541\350\256\262\347\254\224\350\256\260\357\274\232C\350\257\255\350\250\200.md" "b/docs/courses/week1/CS50\347\254\2541\350\256\262\347\254\224\350\256\260\357\274\232C\350\257\255\350\250\200.md" index 5e14ac9..3519df0 100644 --- "a/docs/courses/week1/CS50\347\254\2541\350\256\262\347\254\224\350\256\260\357\274\232C\350\257\255\350\250\200.md" +++ "b/docs/courses/week1/CS50\347\254\2541\350\256\262\347\254\224\350\256\260\357\274\232C\350\257\255\350\250\200.md" @@ -38,8 +38,8 @@ CS50 使用基于云端的 VS Code (Codespaces)。 - `mv `: 移动或重命名文件。 - `code `: 在编辑器中打开或创建文件。 - [^1] ![典](../../public/images/典.png) - ![Pasted image](../../public/images/Pasted%20image%2020251124181501.png) + [^1] ![典](/images/典.png) + 注:参考文献(非链接) — 具体来源可在必要时补充 URL 或外部引用。 diff --git "a/docs/courses/week1/\351\242\230\347\233\256\351\233\2061--\346\210\221\347\232\204\344\270\252\344\272\272\350\247\243\351\242\230\346\265\201\347\250\213desuwa.md" "b/docs/courses/week1/\351\242\230\347\233\256\351\233\2061--\346\210\221\347\232\204\344\270\252\344\272\272\350\247\243\351\242\230\346\265\201\347\250\213desuwa.md" index ed4c229..03fd699 100644 --- "a/docs/courses/week1/\351\242\230\347\233\256\351\233\2061--\346\210\221\347\232\204\344\270\252\344\272\272\350\247\243\351\242\230\346\265\201\347\250\213desuwa.md" +++ "b/docs/courses/week1/\351\242\230\347\233\256\351\233\2061--\346\210\221\347\232\204\344\270\252\344\272\272\350\247\243\351\242\230\346\265\201\347\250\213desuwa.md" @@ -1,5 +1,5 @@ ## 第七题 mario -![pyramid](../../public/images/pyramid.png) +![pyramid](/images/pyramid.png) ### 不太自在的版本 ```c //题目集1,marioless金字塔解 @@ -84,7 +84,7 @@ int main(){ ``` ### 更自在的版本 -![pyramids](../../public/images/pyramids.png) +![pyramids](/images/pyramids.png) ```c //题目集1,marioless对称金字塔一解 diff --git "a/docs/courses/week2/Week2 \351\242\230\347\233\256\351\233\206\357\274\232\344\270\252\344\272\272\350\247\243\351\242\230\346\226\271\346\263\225.md" "b/docs/courses/week2/Week2 \351\242\230\347\233\256\351\233\206\357\274\232\344\270\252\344\272\272\350\247\243\351\242\230\346\226\271\346\263\225.md" index b5d25e6..97393eb 100644 --- "a/docs/courses/week2/Week2 \351\242\230\347\233\256\351\233\206\357\274\232\344\270\252\344\272\272\350\247\243\351\242\230\346\226\271\346\263\225.md" +++ "b/docs/courses/week2/Week2 \351\242\230\347\233\256\351\233\206\357\274\232\344\270\252\344\272\272\350\247\243\351\242\230\346\226\271\346\263\225.md" @@ -2,6 +2,11 @@ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | | 1 | 3 | 3 | 2 | 1 | 4 | 2 | 4 | 1 | 8 | 5 | 1 | 3 | 1 | 1 | 3 | 10 | 1 | 1 | 1 | 1 | 4 | 4 | 8 | 4 | 10 | + + + + + 在拼字游戏中,玩家创造单词得分,得分是单词中每个字母分数的总和。 实现一个用 C 语言实现的程序,决定一个类似拼字游戏的获胜者。你的程序应该会提示输入两次:“玩家 1”输入词语“一次,”玩家 2“输入词语一次。然后,根据得分最高的玩家,你的程序应打印“玩家 1 获胜!”、“玩家 2 获胜!”或“平局!”(如果两名玩家得分相等,则为 2 名玩家。)、 diff --git a/docs/public/images/Pasted image 20251113180047.png b/docs/public/images/Pasted image 20251113180047.png deleted file mode 100644 index e96fbfa..0000000 Binary files a/docs/public/images/Pasted image 20251113180047.png and /dev/null differ diff --git a/docs/public/images/Pasted image 20251113190428.png b/docs/public/images/Pasted image 20251113190428.png deleted file mode 100644 index b19f6af..0000000 Binary files a/docs/public/images/Pasted image 20251113190428.png and /dev/null differ diff --git a/docs/public/images/Pasted image 20251114115530.png b/docs/public/images/Pasted image 20251114115530.png deleted file mode 100644 index 2f96d37..0000000 Binary files a/docs/public/images/Pasted image 20251114115530.png and /dev/null differ diff --git a/docs/public/images/Pasted image 20251116173916.png b/docs/public/images/Pasted image 20251116173916.png deleted file mode 100644 index 9c4d0d6..0000000 Binary files a/docs/public/images/Pasted image 20251116173916.png and /dev/null differ diff --git a/docs/public/images/Pasted image 20251117114546.png b/docs/public/images/Pasted image 20251117114546.png deleted file mode 100644 index 1b739c5..0000000 Binary files a/docs/public/images/Pasted image 20251117114546.png and /dev/null differ diff --git a/docs/public/images/Pasted image 20251117172237.png b/docs/public/images/Pasted image 20251117172237.png deleted file mode 100644 index 5d71f59..0000000 Binary files a/docs/public/images/Pasted image 20251117172237.png and /dev/null differ diff --git a/docs/public/images/Pasted image 20251125172045.png b/docs/public/images/Pasted image 20251125172045.png deleted file mode 100644 index 156cf66..0000000 Binary files a/docs/public/images/Pasted image 20251125172045.png and /dev/null differ diff --git a/docs/public/images/Pasted image 20251125172105.png b/docs/public/images/Pasted image 20251125172105.png deleted file mode 100644 index 37ce60b..0000000 Binary files a/docs/public/images/Pasted image 20251125172105.png and /dev/null differ diff --git a/docs/public/images/Pasted image 20251125214108.png b/docs/public/images/Pasted image 20251125214108.png deleted file mode 100644 index 777374a..0000000 Binary files a/docs/public/images/Pasted image 20251125214108.png and /dev/null differ diff --git a/docs/public/images/Pasted image 20251125214609.png b/docs/public/images/Pasted image 20251125214609.png deleted file mode 100644 index 6be4c19..0000000 Binary files a/docs/public/images/Pasted image 20251125214609.png and /dev/null differ diff --git a/docs/public/images/Pasted image 20251126090226.png b/docs/public/images/Pasted image 20251126090226.png deleted file mode 100644 index ce6ede3..0000000 Binary files a/docs/public/images/Pasted image 20251126090226.png and /dev/null differ diff --git a/docs/public/images/Pasted image 20251126090545.png b/docs/public/images/Pasted image 20251126090545.png deleted file mode 100644 index fc9ae46..0000000 Binary files a/docs/public/images/Pasted image 20251126090545.png and /dev/null differ diff --git a/docs/public/images/Pasted image 20251126090924.png b/docs/public/images/Pasted image 20251126090924.png deleted file mode 100644 index 1584c6e..0000000 Binary files a/docs/public/images/Pasted image 20251126090924.png and /dev/null differ diff --git a/docs/public/images/Pasted image 20251117200155.png b/docs/public/images/Pasted-image-20251117200155.png similarity index 100% rename from docs/public/images/Pasted image 20251117200155.png rename to docs/public/images/Pasted-image-20251117200155.png