CS61A spring 2022
2022/8/6 23:27:12
本文主要是介绍CS61A spring 2022,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
CS61A spring 2022
CS61A 通关感想
- github仓库:duilec/CS61A-spring-2022
- 耗时:150~200 hours
- 很认真地写了注释,做了笔记。
- 敲代码,写注释和做笔记的比重各占三分之一,其实还不少时间去查阅资料
- 面向对象编程的时候,真的很考验英文阅读能力,一不小心就理解出错
- 递归真令人又爱又恨
- scheme也很折磨,但是写递归是真的方便
- Thank for teachers who open CS61A!
course introduce
An introduction to programming and computer science focused on abstraction techniques as means to manage program complexity. Techniques include procedural abstraction; control abstraction using recursion, higher-order functions, generators, and streams; data abstraction using interfaces, objects, classes, and generic operators; and language abstraction using interpreters and macros.
The course exposes students to programming paradigms, including functional, object-oriented, and declarative approaches. It includes an introduction to asymptotic analysis of algorithms. There are several significant programming projects.
FROM: CS 61A. The Structure and Interpretation of Computer Programs
course website
- CS61A spring 2022
- CS 61A: Structure and Interpretation of Computer Programs (this is latest course web)
useful links
- SICP Python
- SICP Python 描述 中文版
- online python tutor
- RegExr Helper
- EECS Course WEB Sites
这篇关于CS61A spring 2022的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-12-25初学者必备:订单系统资料详解与实操教程
- 2024-12-24内网穿透资料入门教程
- 2024-12-24微服务资料入门指南
- 2024-12-24微信支付系统资料入门教程
- 2024-12-24微信支付资料详解:新手入门指南
- 2024-12-24Hbase资料:新手入门教程
- 2024-12-24Java部署资料
- 2024-12-24Java订单系统资料:新手入门教程
- 2024-12-24Java分布式资料入门教程
- 2024-12-24Java监控系统资料详解与入门教程