- Level Professional
- المدة 3 ساعات hours
- الطبع بواسطة Coursera Project Network
-
Offered by
عن
In this project you will read weather data from a file and populate a C++ Vector with the file data. The data is then uniquified in a Set data structure and stored in a Map for accessing data by year. C++'s standard template library or STL contains data structures or containers that are built for efficiency. They are used to store and retrieve data in various formats. A list such as a Vector can be used in place of an array to contain data where the size cannot be determined ahead of time. A List is like a Vector, except elements can be more quickly added and deleted from it, since no shifting needs to occur. A Map is used to quickly look up a value based on a key rather than a numerical index, for example, to look up a phone number based on a key containing a person's name. A Set may be used to remove duplicates from a list, simply by assigning the data to it. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.الوحدات
C++ Data Structures in the STL
1
Assignment
- Graded Quiz: Test your Project understanding
1
Discussions
- C++ STL Programming in Game Development
1
Labs
- C++ Data Structures in the STL
1
Readings
- Project-based Course Overview
Auto Summary
Explore the key attributes of C++ Data Structures in the STL, an intermediate course offered by Coursera. This IT & Computer Science course focuses on efficiently using C++'s standard template library (STL) to manage data structures such as Vectors, Lists, Sets, and Maps. Guided by expert instructors, learners will work on reading weather data, eliminating duplicates, and accessing data efficiently. Perfect for North America-based learners, the course spans 180 minutes and is available for free. Ideal for those looking to deepen their understanding of C++ and data management.

Instructor
David Dalsveen