Implementation of Data Structures

Go to class
Write Review

Free Online Course: Implementation of Data Structures provided by edX is a comprehensive online course, which lasts for 6 weeks long, 6-8 hours a week. The course is taught in English and is free of charge. Implementation of Data Structures is taught by Deepak B. Phatak, Ajit Diwan, Ganesh Ramakrishnan and Nagesh Karmali.

Overview
  • In this Computer Science course, you will learn about implementation of all major abstract data structures using object-oriented programming paradigm of C++.

    This course builds on the basic concepts developed in ‘Foundations of Data Structures’ course.

    Topics covered:

    • Review of OO programming, STL of C++
    • Stacks
    • Queues
    • Lists
    • Trees
    • Graphs

    This course is part of the Fundamentals of Computer Science XSeries Program:

    • Programming Basics
    • Object-Oriented Programming
    • Foundations of Data Structures
    • Algorithms