微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐