SLIDE 1
Episode 8: Binary Trees (You have 1 chat request) (You have 1 chat - - PowerPoint PPT Presentation
Episode 8: Binary Trees (You have 1 chat request) (You have 1 chat - - PowerPoint PPT Presentation
Episode 8: Binary Trees (You have 1 chat request) (You have 1 chat request) Steve: DUDE!!!!!!!!!!!!!!!!!!!!! (You have 1 chat request) Steve: DUDE!!!!!!!!!!!!!!!!!!!!! Steve: I SAW YOU! AND YOU WERENT WITH SOPHIA! (You have 1 chat
SLIDE 2
SLIDE 3
(You have 1 chat request) Steve: DUDE!!!!!!!!!!!!!!!!!!!!!
SLIDE 4
(You have 1 chat request) Steve: DUDE!!!!!!!!!!!!!!!!!!!!! Steve: I SAW YOU! AND YOU WEREN’T WITH SOPHIA!
SLIDE 5
(You have 1 chat request) Steve: DUDE!!!!!!!!!!!!!!!!!!!!! Steve: I SAW YOU! AND YOU WEREN’T WITH SOPHIA! Michael: It was just coffee.
SLIDE 6
(You have 1 chat request) Steve: DUDE!!!!!!!!!!!!!!!!!!!!! Steve: I SAW YOU! AND YOU WEREN’T WITH SOPHIA! Michael: It was just coffee. Steve: No just!!! On a scale of one to ten in terms of stupid things...
SLIDE 7
(You have 1 chat request) Steve: DUDE!!!!!!!!!!!!!!!!!!!!! Steve: I SAW YOU! AND YOU WEREN’T WITH SOPHIA! Michael: It was just coffee. Steve: No just!!! On a scale of one to ten in terms of stupid things... Steve: (eval (make-bae ’- (make-bae ’* 3 (make-bae ’/ 12 2)) (make-bae ’+ 5 2)))
SLIDE 8
(You have 1 chat request) Steve: DUDE!!!!!!!!!!!!!!!!!!!!! Steve: I SAW YOU! AND YOU WEREN’T WITH SOPHIA! Michael: It was just coffee. Steve: No just!!! On a scale of one to ten in terms of stupid things... Steve: (eval (make-bae ’- (make-bae ’* 3 (make-bae ’/ 12 2)) (make-bae ’+ 5 2))) Michael: =>
SLIDE 9
(You have 1 chat request) Steve: DUDE!!!!!!!!!!!!!!!!!!!!! Steve: I SAW YOU! AND YOU WEREN’T WITH SOPHIA! Michael: It was just coffee. Steve: No just!!! On a scale of one to ten in terms of stupid things... Steve: (eval (make-bae ’- (make-bae ’* 3 (make-bae ’/ 12 2)) (make-bae ’+ 5 2))) Michael: => 11
SLIDE 10
SLIDE 11
Michael: That reminds me of that movie Spinal Tap.
SLIDE 12
Michael: That reminds me of that movie Spinal Tap. Steve: Don’t change the subject! You are like the evolutionary event which caused the split into worms and fruit flies!
SLIDE 13
Michael: That reminds me of that movie Spinal Tap. Steve: Don’t change the subject! You are like the evolutionary event which caused the split into worms and fruit flies! Michael: You mean (make-t-ancient "invertebrate" worm fruit-fly).
SLIDE 14
Michael: That reminds me of that movie Spinal Tap. Steve: Don’t change the subject! You are like the evolutionary event which caused the split into worms and fruit flies! Michael: You mean (make-t-ancient "invertebrate" worm fruit-fly). Steve: EXACTLY! SPINELESS!
SLIDE 15
Michael: That reminds me of that movie Spinal Tap. Steve: Don’t change the subject! You are like the evolutionary event which caused the split into worms and fruit flies! Michael: You mean (make-t-ancient "invertebrate" worm fruit-fly). Steve: EXACTLY! SPINELESS! Steve: Not that I am going to give relationship advice, but you have to sort yourself out. Forget about Judith. Like, don’t have coffee with your ex sort of forgetting.
SLIDE 16
Michael: That reminds me of that movie Spinal Tap. Steve: Don’t change the subject! You are like the evolutionary event which caused the split into worms and fruit flies! Michael: You mean (make-t-ancient "invertebrate" worm fruit-fly). Steve: EXACTLY! SPINELESS! Steve: Not that I am going to give relationship advice, but you have to sort yourself out. Forget about Judith. Like, don’t have coffee with your ex sort of forgetting. Michael: It wasn’t a big deal.
SLIDE 17
Michael: That reminds me of that movie Spinal Tap. Steve: Don’t change the subject! You are like the evolutionary event which caused the split into worms and fruit flies! Michael: You mean (make-t-ancient "invertebrate" worm fruit-fly). Steve: EXACTLY! SPINELESS! Steve: Not that I am going to give relationship advice, but you have to sort yourself out. Forget about Judith. Like, don’t have coffee with your ex sort of forgetting. Michael: It wasn’t a big deal. Steve: I believe you think that. Sophia won’t believe you, and I don’t blame her.
SLIDE 18
Michael: That reminds me of that movie Spinal Tap. Steve: Don’t change the subject! You are like the evolutionary event which caused the split into worms and fruit flies! Michael: You mean (make-t-ancient "invertebrate" worm fruit-fly). Steve: EXACTLY! SPINELESS! Steve: Not that I am going to give relationship advice, but you have to sort yourself out. Forget about Judith. Like, don’t have coffee with your ex sort of forgetting. Michael: It wasn’t a big deal. Steve: I believe you think that. Sophia won’t believe you, and I don’t blame her. Michael: I am sure she would understand.
SLIDE 19
SLIDE 20
(You have one email message)
SLIDE 21
(You have one email message) ;; my-rank: Bst -> Num ;; Conditions: ;; tree is not empty (define (my-rank tree) (cond [(empty? (node-left tree)) (node-key tree)] [else (my-rank (node-left tree))]))
SLIDE 22
(You have one email message) ;; my-rank: Bst -> Num ;; Conditions: ;; tree is not empty (define (my-rank tree) (cond [(empty? (node-left tree)) (node-key tree)] [else (my-rank (node-left tree))])) Think about what this does.
SLIDE 23
(You have one email message) ;; my-rank: Bst -> Num ;; Conditions: ;; tree is not empty (define (my-rank tree) (cond [(empty? (node-left tree)) (node-key tree)] [else (my-rank (node-left tree))])) Think about what this does. That is how I feel you are treating me.
SLIDE 24
(You have one email message) ;; my-rank: Bst -> Num ;; Conditions: ;; tree is not empty (define (my-rank tree) (cond [(empty? (node-left tree)) (node-key tree)] [else (my-rank (node-left tree))])) Think about what this does. That is how I feel you are treating me. Like the smallest key in your tree.
SLIDE 25
(You have one email message) ;; my-rank: Bst -> Num ;; Conditions: ;; tree is not empty (define (my-rank tree) (cond [(empty? (node-left tree)) (node-key tree)] [else (my-rank (node-left tree))])) Think about what this does. That is how I feel you are treating me. Like the smallest key in your tree. I did say “Don’t talk about your past relationships.”
SLIDE 26
(You have one email message) ;; my-rank: Bst -> Num ;; Conditions: ;; tree is not empty (define (my-rank tree) (cond [(empty? (node-left tree)) (node-key tree)] [else (my-rank (node-left tree))])) Think about what this does. That is how I feel you are treating me. Like the smallest key in your tree. I did say “Don’t talk about your past relationships.” You can even extend that to “Don’t talk with your past relationships”
SLIDE 27
(You have one email message) ;; my-rank: Bst -> Num ;; Conditions: ;; tree is not empty (define (my-rank tree) (cond [(empty? (node-left tree)) (node-key tree)] [else (my-rank (node-left tree))])) Think about what this does. That is how I feel you are treating me. Like the smallest key in your tree. I did say “Don’t talk about your past relationships.” You can even extend that to “Don’t talk with your past relationships” I know we just started our relationship, but I need a break already.
SLIDE 28
(You have one email message) ;; my-rank: Bst -> Num ;; Conditions: ;; tree is not empty (define (my-rank tree) (cond [(empty? (node-left tree)) (node-key tree)] [else (my-rank (node-left tree))])) Think about what this does. That is how I feel you are treating me. Like the smallest key in your tree. I did say “Don’t talk about your past relationships.” You can even extend that to “Don’t talk with your past relationships” I know we just started our relationship, but I need a break already. You are making me feel empty.
SLIDE 29
(You have one email message) ;; my-rank: Bst -> Num ;; Conditions: ;; tree is not empty (define (my-rank tree) (cond [(empty? (node-left tree)) (node-key tree)] [else (my-rank (node-left tree))])) Think about what this does. That is how I feel you are treating me. Like the smallest key in your tree. I did say “Don’t talk about your past relationships.” You can even extend that to “Don’t talk with your past relationships” I know we just started our relationship, but I need a break already. You are making me feel empty. – Sophia
SLIDE 30