立党零基础转码笔记
Last updated Jul 8, 2026
5.9k
Stars
356
Forks
0
Issues
+15
Stars/day
Attention Score
58
Topics
Language breakdown
No language data available.
▸ Files
click to expand
README
立党零基础转码笔记
Github Page只读版:https://lidangzzz.github.io/How-to-run/
第一章 零基础转码篇
- 你的第一门编程语言,Python。Coursera上的Python for Everbody (UMich):https://www.coursera.org/learn/python?specialization=python
- 你的第二门也是最重要的Computer Science课程,数据结构和算法 (UCSD):https://www.coursera.org/specializations/data-structures-algorithms?=#courses
- 前端入门(Reactjs):
- 后端入门:
- 课程以外重要的基本技能:
- 面试:
- 以下是完整的Computer Science基础课,时间充裕的前提下,建议完整学一遍:
- Machine Learning, Deep Learning, Data Science(感兴趣可以学习,但不建议作为零基础转码方向):
- 美国最便宜的正规名校Online CS Master项目 GeorgiaTech/UIUC/UT-Austin Online CS Master:
- 不计成本地肉身到硅谷转码 NEU CS Align Master in Computer Science:
- 讨论与求助:
第二章 你的资质适合转码吗?请完成如下测试
学完Python和数据结构后,请尝试独立完成以下Leetcode题目:
- No.1 Two Sum https://leetcode.com/problems/two-sum/
- No.9 Palindrome Number https://leetcode.com/problems/palindrome-number/
- No.21 Merge Two Sorted Lists https://leetcode.com/problems/merge-two-sorted-lists/
- No.26 Remove Duplicates from Sorted Array https://leetcode.com/problems/remove-duplicates-from-sorted-array/
- No.89 Gray Code https://leetcode.com/problems/gray-code/
- No.94 Binary Tree Inorder Traversal https://leetcode.com/problems/binary-tree-inorder-traversal/
- No.226 Invert Binary Search Tree https://leetcode.com/problems/invert-binary-tree/
- No.231 Power of Two https://leetcode.com/problems/power-of-two/
- No.257 Binary Tree Paths https://leetcode.com/problems/binary-tree-paths/
- No.264 Ugly Number II https://leetcode.com/problems/ugly-number-ii/
- No.334 Reverse String https://leetcode.com/problems/reverse-string/
如果以上11道题目可以做对,或者看答案后可以正确理解,关掉答案后能够正确回答———恭喜你,你具备转码的潜质和资质,可以正式认真考虑从零基础转码了(着手申请硕士项目、开始系统从零自学Computer Science的所有基础课程)!
🔗 More in this category