Download presentation
Presentation is loading. Please wait.
1
2-3 Trees and the real world and…
8/11/2009
2
Important Dates Project 3 Final You may have 1 or 2 partners.
NO EXCEPTIONS! Due Tuesday 8/11/2009 – 10pm Final Thursday 8/13/2009 – 5-8pm in 10 Evans Important Dates
3
2-3 Trees
4
2-3 Trees Add 60 Add 50 Add 20
5
2-3 Trees Add 55
6
2-3
7
2-3 Trees Add 55
8
A Trie
9
Tries
10
Life after CS61b
11
A Programming CS B Programming CS C Programming CS
12
Computer Science & = AWESOME
13
A recent job ad that I got emailed…
Requirements: * Completed or working towards BS/MS/PhD in computer science (or the equivalent). * Strong grasp of data structures and algorithms. Become a Lab Assistant!!!
15
Search the web for practice interview questions
“Character” questions What is a time when you’ve been in a dysfunctional group and what did you do? YOU SHOULD BE PREPARED FOR THESE! Puzzle questions Buy this book: Programming Interviews Exposed
17
It is all about who you know!
Use the Career Center! They have this thing where you can apply online to get interviews. Then the interviews are on campus. It is all about who you know! My second job I got through a friend Today I ran into an old classmate that might be able to fund my research
18
Make the most of the interview!
Ask questions about the typical working day How many meetings? Worst aspect of the job? Do people have lunch together?
25
ClickStart
27
5 2 1 -5 -2 5 2 1 -5 -2
28
5 2 1 -5 static int GetDestinationRow(int col) { int row = 0;
if (!IsColInRange(col)) // Dora is walking off the edge of the world to end the round return 0; } for (row=0; row<BLOCK_NUM_ROWS; row++) if (pAnimalRescueGameData->collisionMask[row][col] > 0) return row; 5 2 1 -5
31
Having a Job
32
How you are evaluated… You are evaluated based upon meeting your time estimates!
33
Why working on teams is way better in industry then school!
If your co-worker isn’t showing up – it isn’t your problem.
34
Getting In To Grad School
35
Getting into Grad School: It isn’t just grades!
Do research with a professor at Berkeley Identify professors at Berkeley to write you a letter of recommendation Try to do research over the summer VISIT the school that you’re interested in Meet the professor(s) that you want to work with You need to know what you want to do! (it will change – but you need to pick SOMETHING!)
36
Thank you! Lab Assistants Readers TAs Students
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.