Lecture Series on Database Management System by Dr.S.Srinath IIIT Bangalore . For more details on NPTEL visit nptel.iitm.ac.in
Lecture
CS 61A Lecture 27: Concurrency I
CS61A The Structure and Interpretation of Computer Programs Instructor Brian Harvey Spring 2008 Introduction to programming and computer science. This course exposes students to techniques of abstraction at several levels: (a) within a programming language, using higher-order functions, manifest types, data-directed programming, and message-passing; (b) between programming languages, using functional and rule-based languages as examples. [...]
Lecture 5 – Context Free Languages (Part 1/8)
All rights reserved for www.aduni.org Published under the Creative Commons Attribution-ShareAlike license creativecommons.org Tutorials by Instructor: Shai Simonson. www.stonehill.edu Visit the forum at: www.coderisland.com Follow us on twitter www.twitter.com Follow our Rss Feed: www.coderisland.com Become a fan on Facebook: www.facebook.com
CS 61B Lecture 26: Balanced Search Trees
CS61B: Data Structures – Fall 2006 Instructor Jonathan Shewchuk Fundamental dynamic data structures, including linear lists, queues, trees, and other linked structures; arrays strings, and hash tables. Storage management. Elementary principles of software engineering. Abstract data types. Algorithms for sorting and searching. Introduction to the Java programming language. www.cs.berkeley.edu
CS 61B Lecture 23: Trees and Traversals
CS61B: Data Structures – Fall 2006 Instructor Jonathan Shewchuk Fundamental dynamic data structures, including linear lists, queues, trees, and other linked structures; arrays strings, and hash tables. Storage management. Elementary principles of software engineering. Abstract data types. Algorithms for sorting and searching. Introduction to the Java programming language. www.cs.berkeley.edu
Lecture 10 | Programming Paradigms (Stanford
Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. In this lecture, Prof. Cain continues his discussion on computer architecture by talking about function call and returns in relation to C code. Programming Paradigms (CS107) introduces several programming languages, including C, Assembly, C++, Concurrent Programming, Scheme, and Python. [...]