Răsfoiți Sursa

Fix translation errors in README-cn.md file

Corrected two translation errors in README-cn.md file:
- Fixed translation of ''Do 2 or 3 questions regarding linked lists'' from ''关于链表的问题,请提出2或3个'' to ''请先做2或3个关于链表的问题''.
- Fixed translation of ''but how you apply the knowledge'' from ''而是因为你如何应用这些知识'' to ''而是因为你知道如何应用这些知识''.

This correction improves clarity and better aligns with the intended meaning of the original text.
HUI XU 8 luni în urmă
părinte
comite
69ecb92da5
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      translations/README-cn.md

+ 2 - 2
translations/README-cn.md

@@ -407,14 +407,14 @@
 
 一旦你学完一个主题,并且对它有了一定的掌握,比如 **链表(linked lists)**:
 1. 打开其中一本[编程面试书籍](#interview-prep-books)(或下方列出的编程问题网站之一)。
-1. 关于链表的问题,请提出2或3个
+1. 请先做2或3个关于链表的问题。
 1. 继续学习下一个主题。
 1. 稍后,回来再做另外2或3个链表问题。
 1. 使用这种方法来学习每个新主题。
 
 **在学习这些内容的过程中不断做问题,而不是之后。**
 
-你被雇佣的不是因为你的知识,而是因为你如何应用这些知识。
+你被雇佣的不是因为你的知识,而是因为你知道如何应用这些知识。
 
 下面列出了许多资源供你参考。继续前进吧。