这里收集了一些 LeetCode 练习的资源,帮助你在编程旅途中不断进步。
语言选择
中文
LeetCode 是一个编程挑战平台,提供了大量编程题目,涵盖了从入门到高级的各种难度。以下是一些中文资源:
- LeetCode 官方网站:https://leetcode-cn.com/ - 在这里你可以找到题目,提交代码,查看讨论。
- LeetCode 中文社区:https://leetcode.cn/ - 社区中有许多热心开发者分享的解题思路和经验。
English
LeetCode is a coding challenge platform that offers a wide range of programming problems, covering various difficulty levels from beginner to advanced. Here are some English resources:
- LeetCode Official Website: https://leetcode.com/ - Here you can find problems, submit code, and view discussions.
- LeetCode Community: https://leetcode.com/community/ - The community has many sharing of problem-solving ideas and experiences from enthusiastic developers.
实战技巧
- 刷题计划:制定一个合理的刷题计划,比如每天解决 1-2 道题。
- 代码复用:学习如何复用代码,避免重复造轮子。
- 数据结构:熟悉常见的数据结构,如数组、链表、栈、队列、树、图等。