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)
  • SICP Python
  • SICP Python 描述 中文版
  • online python tutor
  • RegExr Helper
  • EECS Course WEB Sites


这篇关于CS61A spring 2022的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程