Skip to content

Commit

Permalink
init egg
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjitjhala committed Nov 21, 2018
1 parent 38d1b2d commit 833bc83
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
7 changes: 4 additions & 3 deletions assignments.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ atomic units over the entire quarter. By *atomic* I mean, for example, that
- [HW #1][hw1-git], due Mon 10/15 by 23:59pm
- [HW #2][hw2-git], due Fri 10/26 by 23:59pm
- [HW #3][hw3-git], due Mon 11/05 by 23:59pm
- [HW #4][hw4-git], due Mon 11/19 by 23:59pm
- [HW #5][hw5-git], due Wed 11/28 by 23:59pm

## Practice Midterm

Expand Down Expand Up @@ -49,7 +51,6 @@ atomic units over the entire quarter. By *atomic* I mean, for example, that
[hw1-git]: https://classroom.github.com/a/4pyfq2O8
[hw2-git]: https://classroom.github.com/a/avIwSUMa
[hw3-git]: https://classroom.github.com/a/hg5P-bJk
[hw4-git]: https://classroom.github.com/a/bIsWc--Y
[hw5-git]: https://classroom.github.com/a/GrwZjrhO

[hw4-git]: https://github.com/ucsd-cse131/04-diamondback
[hw5-git]: https://github.com/ucsd-cse131/05-egg-eater
[hw6-git]: https://github.com/ucsd-cse131/06-fer-de-lance
14 changes: 7 additions & 7 deletions lectures/07-egg-eater.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ we represent a pair `(2, 3)` on the _stack_ as:

How many words would we need to store the tuple

```python
(3, (4, 5))
```
(3, (4, 5))
```

1. `1` word
2. `2` words
3. `3` words
4. `4` words
5. `5` words
1. `1` word
2. `2` words
3. `3` words
4. `4` words
5. `5` words

<!--
### Pairs vs. Primitive Values
Expand Down

0 comments on commit 833bc83

Please sign in to comment.