Monday, December 27, 2010

software website templates: Lecture 16 | Programming Abstractions (Stanford)

Lecture 16 by Julie Zelenski for the Programming Abstractions Course (CS106B) in the Stanford Computer Science Department. Julie continues with sorting, specifically quadratic and linearithmic sorting methods, and then explains how to reasonably partition data sets for quicksort. Thereafter, she proceeds to go over different functional templates for sorting algorithms and also briefly goes over instantiation errors and how to fix them. Complete Playlist for the Course: www.youtube.com

Read more ...

No comments:

Post a Comment