Algorithmic Thinking (Part 1)
Offered By: Rice University via Coursera
Course Description
Overview
Experienced Computer Scientists analyze and solve computational problems at a level of abstraction that is beyond that of any particular programming language. This two-part course builds on the principles that you learned in our Principles of Computing course and is designed to train students in the mathematical concepts and process of "Algorithmic Thinking", allowing them to build simpler, more efficient solutions to real-world computational problems.
In part 1 of this course, we will study the notion of algorithmic efficiency and consider its application to several problems from graph theory. As the central part of the course, students will implement several important graph algorithms in Python and then use these algorithms to analyze two large real-world data sets. The main focus of these tasks is to understand interaction between the algorithms and the structure of the data sets being analyzed by these algorithms.
Recommended Background - Students should be comfortable writing intermediate size (300+ line) programs in Python and have a basic understanding of searching, sorting, and recursion. Students should also have a solid math background that includes algebra, pre-calculus and a familiarity with the math concepts covered in "Principles of Computing".
Syllabus
- Module 1 - Core Materials
- What is Algorithmic Thinking?, class structure, graphs, brute-force algorithms
- Modules 1 - Project and Application
- Graph representations, plotting, analysis of citation graphs
- Module 2 - Core Materials
- Asymptotic analysis, "big O" notation, pseudocode, breadth-first search
- Module 2 - Project and Application
- Connected components, graph resilience, and analysis of computer networks
Taught by
Luay Nakhleh, Scott Rixner and Joe Warren
Tags
Related Courses
Analytic CombinatoricsPrinceton University via Coursera Data Structures & Algorithms III: AVL and 2-4 Trees, Divide and Conquer Algorithms
Georgia Institute of Technology via edX Advanced Programming in C++
New York University (NYU) via edX Capstone: Analyzing (Social) Network Data
University of California, San Diego via Coursera Analytic Combinatorics, Part I
Princeton University via Coursera