Structure and Interpretation of Computer Programs

Posted on February 22, 2018. Filed under: Uncategorized | Tags: , , , , , |

Structure and Interpretation of Computer Programs This is a self-paced course in programming based on Berkley’s course delivered in Spring 2011 of the same name. The target audience are serious programmers looking to advance their knowledge beyond some specific language or technology. The course itself is based on the highly acclaimed SICP book, considered by […]

Read Full Post | Make a Comment ( Comments Off on Structure and Interpretation of Computer Programs )

Problem Solving with Algorithms and Data Structures

Posted on January 7, 2014. Filed under: Uncategorized | Tags: , , , , , , , , , |

Problem Solving with Algorithms and Data Structures is a book and an interactive website that uses python to solve fun-looking problems. Contents: Algorithm Analysis Basic Data Structures: Stacks, Queues, Deques, Lists Recursion Sorting and Searching: Bubble, Selection, Insertion, Shell, Merge and Quick sorts Trees and Tree Agorithms: Binary Tree, Priority Queues, Binary Heaps, Binary Search […]

Read Full Post | Make a Comment ( Comments Off on Problem Solving with Algorithms and Data Structures )

Introduction to Computer Science | Programming Methodology

Posted on June 5, 2013. Filed under: Uncategorized | Tags: , , , , , |

Programming Methodology Topics focus on the introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Programming Methodology teaches the widely-used Java programming language along with good software engineering principles. Emphasis is on good programming style and the built-in facilities of the Java language.

Read Full Post | Make a Comment ( Comments Off on Introduction to Computer Science | Programming Methodology )

Liked it here?
Why not try sites on the blogroll...