Project 4: Scheme Interpreter
Eval calls apply,
which just calls eval again!
When does it all end?
Introduction
Note: If you’re interested in an alternate version of this project...
Project 2: Multi-Agent Search
Due: Thursday, September 22, 11:59 PM PT.
Pacman, now with ghosts.
Minimax, Expectimax,
Evaluation
TABLE OF CONTENTS
TABLE OF CONTENTS
Introductio...
Project 1: Search
Introduction
In this project, your Pacman agent will find paths through his maze world, both to reach a particular location and to collect food efficiently. You w...
1. Environment
Computer
MacOS Monterey
Version 12.3.1 (21E258)
MacBook Air (M1, 2020) Chip Apple M1
Memory 8 GB
Virtual Machine
Parallels Desktop 18 for Mac
Business Edition...
Homework 8 Solutions hw08.zip
Solution Files
You can find the solutions in the [hw08.py hw08.lark](https://cs61a.org/hw/sol-hw08/hw08.py hw08.lark) file.
Questions
RegEx
Q1: CS Cla...
Homework 7 Solutions hw07.zip
Solution Files
You can find the solutions in hw07.scm.
Scheme is a famous functional programming language from the 1970s. It is a dialect of Lisp (whi...
Lab 14 Solutions lab14.zip
Solution Files
This lab has many files. Remember to write in lab14.scm for the Scheme questions, lab14.lark for the BNF question, and lab14.py for all ot...
Lab 13 Solutions lab13.zip
Solution Files
Topics
Consult this section if you need a refresher on the material for this lab. It’s okay to skip directly to the questions and refer ba...
Lab 12: Scheme Data Abstraction lab12.zip
Due by 11:59pm on Wednesday, April 13.
Starter Files
Download lab12.zip. Inside the archive, you will find starter files for the questions...
Lab 11: Interpreters lab11.zip
Due by 11:59pm on Wednesday, April 6.
Starter Files
Download lab11.zip. Inside the archive, you will find starter files for the questions in this lab...
Homework 6: Scheme, Scheme Lists hw06.zip
Due by 11:59pm on Thursday, April 7
Instructions
Download hw06.zip. Inside the archive, you will find a file called hw06.scm, along with a...
Lab 10: Scheme lab10.zip
Due by 11:59pm on Wednesday, March 30.
Starter Files
Download lab10.zip. Inside the archive, you will find starter files for the questions in this lab, alo...
近期比较忙,CS61A的Lab和Homework都已经写完了,Project除了Scheme的挑战版和Ant写了一半其他几个也写完了,往后再找时间复盘一下CS61A吧
Info
CS61A 年份版本 : 2022 Spring
我的GitHub仓库:https://github.com/Misaka-9982-coder/CS61A
官网地址: htt...
Project 0: (Extra Credit) Magic: the Lambda-ing lambdaing.zip
My Professor’s deck
doesn’t have pathetic cards.
But it does have this!
Introduction
Note: This project is an optio...