Skip to content
/ cs61a Public

Codes, notes and homework for CS 61a: Structure and Interpretation of Computer Programs and other introductory CS courses.

Notifications You must be signed in to change notification settings

iewaij/cs61a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS 61a: Structure and Interpretation of Computer Programs

Codes, notes and homework I wrote or copied for CS 61a: Structure and Interpretation of Computer Programs and other introductory CS courses. All codes are implemented in Python 3.

Notes

Higher-Order Functions

Functions as Arguments Functions as General Methods Functions as Returned Values Currying

Recursive Functions

Data Abstraction

Homework

  • homework/hw02/hw02.py

Codes

Codes snippets from Introduction to Computer Science and Programming Using Python.

  • codes/gcdRecur.py
  • codes/hanoiTowerSolver.py
  • codes/genPrimes.py
  • codes/enumerare.py

About

Codes, notes and homework for CS 61a: Structure and Interpretation of Computer Programs and other introductory CS courses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published