Fundamentals of Computer Science XSeries

Sort options

Algorithms (edX)

This course is archived
Algorithms (edX)
Course Auditing
Categories
Effort
Languages
Learn how to structure and use algorithms to solve real life problems. Algorithms power the biggest web companies and the most promising startups. Interviews at tech companies start with questions that probe for good algorithm thinking.

Implementation of Data Structures (edX)

This course is archived
Implementation of Data Structures (edX)
Course Auditing
Categories
Effort
Languages
Learn how to write correct and efficient data structures manipulation using existing standard template library (STL) of C++. Get introduced to the power of STL and make your code more solid, reusable, and robust. In this Computer Science course, you will learn about implementation of all major abstract data [...]

Programming Basics (edX)

This course is archived
Programming Basics (edX)
Course Auditing
Categories
Effort
Languages
Learn basic computer programming skills and master the art of writing C/C++ programs to solve real world problems. Basic concepts of computer programming are introduced, starting with the notion of an algorithm. Emphasis is on developing the ability to write programs to solve practical computational [...]

Foundations of Data Structures (edX)

This course is archived
Foundations of Data Structures (edX)
Course Auditing
Categories
Effort
Languages
Learn the best way to structure and represent data. Data structures provide a means to manage large amounts of data for use in databases and internet indexing services. Efficient data structures are key for designing efficient algorithms and obtaining maintainable software design.

Object-Oriented Programming (edX)

This course is archived
Object-Oriented Programming (edX)
Course Auditing
Categories
Effort
Languages
Learn the principles of programming for building large and extensible systems. Go beyond the basics of programming to understand object-oriented methodology, the approach to modular and reusable software systems.