![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
Data Structures - Coursera
In this module, you will learn about the basic data structures used throughout the rest of this course. We start this module by looking in detail at the fundamental building blocks: arrays and …
Ordered Data Structures - Coursera
In this course, you will learn new data structures for efficiently storing and retrieving data that is structured in an ordered sequence. Such data includes an alphabetical list of names, a family …
Object-Oriented Data Structures in C++ - Coursera
This course teaches learners how to write a program in the C++ language, including how to set up a development environment for writing and debugging C++ code and how to implement data …
Types of Data Structures - Coursera
Apr 22, 2024 · Use this guide to explore the basics of data structures and how to choose the right one to improve your performance and efficiency with data-related tasks. You can also learn …
Unordered Data Structures - Coursera
The Unordered Data Structures course covers the data structures and algorithms needed to implement hash tables, disjoint sets and graphs. These fundamental data structures are useful …
Data Structures And Algorithms Courses Online
Coursera's Data Structures and Algorithms courses equip learners with fundamental and advanced computational skills: Understanding of basic data structures such as arrays, lists, …
Algorithms, Part I - Coursera
Part I covers elementary data structures, sorting, and searching algorithms. Part II focuses on graph- and string-processing algorithms. All the features of this course are available for free.
Data Structures and Algorithms | Coursera
Apply algorithmic techniques (greedy algorithms, binary search, dynamic programming, etc.) and data structures (stacks, queues, trees, graphs, etc.) to solve 100 programming challenges that …
Data Structures in C - Coursera
In this course, you’ll delve into the central concept of pointers for managing the storage and retrieval of memory. Explore and understand structures, a C-specific user-defined data type …
Best Java Data Structures Courses & Certificates [2025] | Coursera ...
Some commonly used Java Data Structures include arrays, linked lists, stacks, queues, trees, graphs, and hash tables. Each data structure has its own characteristics, advantages, and use …