2-3 Trees and the real world and…

Slides:



Advertisements
Similar presentations
Use Time wisely Let us start off with explaining our awesome game!
Advertisements

Copyright 2003, Christine L. Abela, M.Ed. Preparing for a career (gaining a competitive edge)
Copyright, Career Services, University of Pennsylvania. Not to be reproduced or distributed without permission. The Academic Job Search Julie Miller Vick.
How to Face a Technical Interview Sunday, August 30, 2015.
Preparing Future Faculty in Engineering & Applied Science A program for graduate students who: are in the College of Engineering and Applied Science are.
Network To Success! Career Services, M-8 Alliant International University.
I-Search Paper Interviewing. Prepare Ask open-ended questions Use KWL Use follow up questions (let the interview take a natural course) Ask for possible.
Thank you for coming in quietly, Your Pencil & Daily Catch Binders off tables and out of way WARM UP Which of these is the most Valid? Why? Explain. What.
Math 1316 Prof. Thomas Jay. Homework: Homework problems are designed to reinforce the lecture/reading. If you miss a class, you should attempt to do.
Welcome to the Bush Middle School Learning Hub!
Welcome Back!.
Tailored From Every Angle
Academic Advising Derek Como Career Advising Robin Whittall
Career Resources for International Students
Freshman Year.
Enrollment for the school year at Rocky is about to begin
CSc 1302 Principles of Computer Science II
Introduction to Programming
Mrs. Roque Fifth Grade English Language Arts
Math 1316 Prof. Thomas Jay.
Taking a Gap Year After Graduation
— Bundoora Pop Up Job Shop Report
UCO Career Development Center:
CS5040: Data Structures and Algorithms
Database Design and Implementation
Pre-Intermediate Lesson 38
TEACHER SLIDE This week students and teachers will start the process of requesting teacher recommendations. Now that students have completed the PSAT.
Psychology Extra Credit Option
Computer Science 102 Data Structures CSCI-UA
Psychology Extra Credit Option
High Frequency Words. High Frequency Words a about.
Finding a Job Gathering Leads
Welcome to CS 1010! Algorithmic Problem Solving.
Are You Connected? “Education companies can no longer ignore that you, the students, are demanding a more effective, more efficient, less expensive education.
UCO Career Development Center:
Welcome to CS 1010! Algorithmic Problem Solving.
Mrs. Atkinson 6th grade Math and Science
Physics 3232 Optics I Professor Rick Trebino Howey Physics Building
Martin J. Crabtree MCCC Library October 2006
Shaw STEM Lab Orientation
Graphs (picture above from ) 7/29/2009
Navigating A College Fair
Welcome Class of th to 8th Grade Course Selection Meeting
Research funding options for university
Reader’s Notebook Goal: I will use my Reader’s Notebook to help facilitate my comprehension of my novel by completing activities using reading skills.
Important Information!
Welcome to CS 1301! Principles of Programming I.
Work Experience Year 10.
Caedmon College Presents…
Welcome Student SOAR to SOAR.
CS 111 Digital Image Processing
Finding a Job Gathering Leads
Room 113 News Friday August 31 Important dates: Important Information:
Networking: Circle of Influence
How to Network Jigar Bhakta January 16, 2018.
Are you career ready? It’s NEVER too early to plan for your future career! WSU’s Career Development Center can help you do just that. Check out
Gaining and Holding Informational Interviews
Post Completion OPT Job Search Workshop
Navigating a Degree Towards a Career
You’ve got your results; now what?
Chapter 6 Finding a Job.
9-2 PERSONAL ASSESSMENT Your career planning activities should start with a self assessment of your interests, values, & abilities. These three areas will.
Are You Connected? “Education companies can no longer ignore that you, the students, are demanding a more effective, more efficient, less expensive education.
Course Selection Dundee-Crown HIGH SCHOOL
Data Management and Information Processing
Online Scheduling.
August 2016 Mrs. Burchette.
3-2 Measures of Center Day 1
Oral Bagrut Preparation
Gaining and Holding Informational Meetings
Presentation transcript:

2-3 Trees and the real world and… 8/11/2009

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

2-3 Trees

2-3 Trees Add 60 Add 50 Add 20

2-3 Trees Add 55

2-3

2-3 Trees Add 55

A Trie

Tries

Life after CS61b

A Programming CS B Programming CS C Programming CS

Computer Science & = AWESOME

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!!!

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 http://www.amazon.com/exec/obidos/tg/detail/-/0471383562

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

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?

ClickStart

5 2 1 -5 -2 5 2 1 -5 -2

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

Having a Job

How you are evaluated… You are evaluated based upon meeting your time estimates!

Why working on teams is way better in industry then school! If your co-worker isn’t showing up – it isn’t your problem.

Getting In To Grad School

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!)

Thank you! Lab Assistants Readers TAs Students