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 WEREN’T WITH SOPHIA!
(You have 1 chat request) Steve: DUDE!!!!!!!!!!!!!!!!!!!!! Steve: I SAW YOU! AND YOU WEREN’T WITH SOPHIA! Michael: It was just coffee.
(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...
(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)))
(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: =>
(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
Michael: That reminds me of that movie Spinal Tap.
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: 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) .
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!
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: 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.
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: 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.
(You have one email message)
(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))]))
(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.
(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.
(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.
(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 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”
(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 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 .
(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
End of Episode 8
Recommend
More recommend