Showing posts with label algorithm. Show all posts
Showing posts with label algorithm. Show all posts
0
[postlink]https://7arivu.blogspot.com/2011/10/lecture-28-programming-methodology.html[/postlink]
http://www.youtube.com/watch?v=Kfc5O8hVzLQ&feature=relmfu endofvid [starttext] Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami's last lecture of the quarter, he shows the winners of the graphics contest. CS106A is an Introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Uses the Java programming language. Emphasis is on good programming style and the built-in facilities of the Java language. [endtext]

Lecture 28 | Programming Methodology (Stanford)

0
[postlink]https://7arivu.blogspot.com/2011/10/lecture-23-programming-methodology.html[/postlink]
http://www.youtube.com/watch?v=4ytrc3AsaHM&feature=relmfu endofvid [starttext] Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami and the head TA switch places for the day. The TA explains CS106A in a nut shell and goes into detail on the topics Searching and Sorting. CS106A is an Introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Uses the Java programming language. Emphasis is on good programming style and the built-in facilities of the Java language. [endtext]

Lecture 23 | Programming Methodology (Stanford)

0
[postlink]https://7arivu.blogspot.com/2011/10/data-structures-chapter-2-queue.html[/postlink]
http://www.youtube.com/watch?v=XBuScARSmAQ endofvid [starttext] http://learnwithtechies.com presents: Tutorials on Data-Structures: Queue using array and linked-list implementation. [endtext]

Data Structures - Chapter 2: Queue

0
[postlink]https://7arivu.blogspot.com/2011/10/data-structures-chapter-1-stack.html[/postlink]
http://www.youtube.com/watch?v=_EyhFWwnvcs endofvid [starttext] http://learnwithtechies.com presents: Tutorials on Data-Structures: Stack using array and linked-list implementation. [endtext]

Data Structures - Chapter 1: Stack