小键人879686的《前中序遍历二叉树》成绩 - 打字成绩 - 在线打字练习(dazi.91xjr.com)

Home/ Score/ score desc
This achievement: 2025/ 2/ 13 Thu
English Article Word Count Duration Accuracy Speed Backspace Error Slogan
前中序遍历二叉树 733 16.0分钟 100% 120 CPM 37 0 及格,继续努力!
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
Inspirational quotes: 坚志者,功名之主也,不惰者,众善之师也。 ——葛洪
What do you think of this article? Give it a rating and let it serve as a guiding light for others
Article intro
public static void Pre(Node head) if (head != null) Stack<Node> stack = new Stack<Node>(); stack.add(head); while (!stack.isEmpty()) { head = stack.pop(); System.out.print(hea...
常规打字
+2积分

去打字就可以设置个性皮肤啦!(O ^ ~ ^ O)