λ³Έλ¬Έ λ°”λ‘œκ°€κΈ°

University of California, Berkeley/ElectricalEngineering & ComputerSciences

Week 4

Week 4 Resources

http://www.tmmydngyn.me/cs61a/guides/mutability.html

 

Mutability and Nonlocal

Intro This is a brief guide meant to serve as an extension to our discussion about mutability and nonlocal. Before continuing, be sure to have a good understanding of the difference between expressions and values and what a name is. Names Let’s briefly rev

www.tmmydngyn.me

https://docs.google.com/presentation/d/1p1rhwLg6IdFBGghlvvb5HESIUxBo2_-GLKE4AwbeVLc/edit#slide=id.p

 

Environment Diagram Review

Environment Diagram Review Samantha Wong

docs.google.com

http://albertwu.org/cs61a/review/nonlocal/exam.html

 

Nonlocal: exam

If you need help reviewing Nonlocal, take a look at these resources: Each question has a "Toggle Solution" button -- click it to reveal that question's solution. You need to enable JavaScript to view the solutions. Code-Writing questions Question 1 Impleme

albertwu.org

https://docs.google.com/document/d/1h84c1wWzXwuf8W7th9i7jFocfBM5zfhPj-rFjL0OVM4/edit

 

Environment Diagrams

Environment Diagrams - CS61A Review https://goo.gl/Z6GNwi Warmup Draw the environment diagram after executing the following code. x = 2 def dread(pirate): x = 30 def roberts(westley): x = 400 return westley + pirate(x) return roberts(x) dread(lambda spot:

docs.google.com

https://sequoia-tree.github.io/TEMPORARY/Orders%20of%20Growth.pdf

λΆˆλŸ¬μ˜€λŠ” μ€‘μž…λ‹ˆλ‹€...

http://albertwu.org/cs61a/review/oog/exam.html

 

Orders of Growth: exam

If you need help reviewing Orders of Growth, take a look at these resources: This link (from the Summer 2012 version of 61A) has some practice problems for orders of growth. Take a look! Each question has a "Toggle Solution" button -- click it to reveal th

albertwu.org

https://sequoia-tree.github.io/TEMPORARY/Iterators%20and%20Generators.pdf

λΆˆλŸ¬μ˜€λŠ” μ€‘μž…λ‹ˆλ‹€...

https://docs.google.com/presentation/d/1n3-R4NR1PIdWn7azEKnF9xSGWf9GJNeQKWyomYYJe1Q/edit#slide=id.p

 

Iterators & Generators - Final Review

Iterators & Generators TA: Peter Xu Credit Eric Pai 11/10/2016 NEXT NEXT NEXT NEXT NEXT NEXT NEXT NEXT NEXT NEXT NEXT NEXT NEXT NEXT NEXT NEXT NEXT NEXT NEXT NEXT NEXT

docs.google.com

https://cs61a.org/resources.html#midterm-1

 

CS 61A Summer 2019

Resources Welcome to the CS 61A resource page! Here's a resource workflow to help guide you through the many resources on this page and in this class. Click on one of the boxes to see the available resources.

cs61a.org

https://cs61a.org/resources.html#midterm-2

 

CS 61A Summer 2019

Resources Welcome to the CS 61A resource page! Here's a resource workflow to help guide you through the many resources on this page and in this class. Click on one of the boxes to see the available resources.

cs61a.org

 

'University of California, Berkeley > ElectricalEngineering & ComputerSciences' μΉ΄ν…Œκ³ λ¦¬μ˜ λ‹€λ₯Έ κΈ€

LAB_day 6  (0) 2019.07.16
Mutable Functions & Growth  (0) 2019.07.16
Mutable Sequences  (2) 2019.07.12
LAB_day 5  (0) 2019.07.11
Trees  (0) 2019.07.11