Lecture 24 | Programming Abstractions (Stanford)

Friday, February 5th, 2010

Lecture 24 by Julie Zelenski for the Programming Abstractions Course (CS106B) in the Stanford Computer Science Department. Julie introduces hashing and it’s uses in search and retrieval; map implementations and the different kinds of search algorithms are then discussed. Thereafter she explains that logarithmic searches are relatively fast and often finish the search in an immeasurable amount of time. She introduces a different approach to search that works in a faster manner than linear search. Complete Playlist for the Course: www.youtube.com CS 106B Course Website: cs106b.stanford.edu Stanford Center for Professional Development scpd.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on youtube: www.youtube.com

  • Share/Bookmark

Lecture 17 | Programming Abstractions (Stanford)

Monday, February 1st, 2010

Lecture 17 by Julie Zelenski for the Programming Abstractions Course (CS106B) in the Stanford Computer Science Department. Julie continues to go over sort templates and callback functions, then shows a final version of the sort template, one that will be extremely useful in the next homework assignment. She also goes over class implementation and its uses as well as time constructors. Complete Playlist for the Course: www.youtube.com CS 106B Course Website: cs106b.stanford.edu Stanford Center for Professional Development scpd.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on youtube: www.youtube.com

  • Share/Bookmark

Lecture 7 | Programming Abstractions (Stanford)

Monday, November 23rd, 2009

feedback functions and ADTs. She then delves into recursion and solving problems using recursion. Complete Playlist for the Course: www.youtube.com CS 106B Course Website: cs106b.stanford.edu Stanford Center for Professional Development scpd.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on YouTube: www.youtube.com … computer science technology software engineering c++ programming language java lecture plot functions callback adt abstract data type swap …

  • Share/Bookmark

Lecture 2 | Programming Abstractions (Stanford)

Friday, October 30th, 2009

to write a simple program during the lecture that gets input from the user and prints a statement to the screen. Complete Playlist for the Course: www.youtube.com CS 106B Course Website: cs106b.stanford.edu Stanford Center for Professional Development scpd.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on YouTube: www.youtube.com … computer science technology software engineering c++ programming language java lecture global constant functions parameter passing …

  • Share/Bookmark

Powered by WordPress Lab