返回到 Java Built in Data Structures
学生对 Coursera Project Network 提供的 Java Built in Data Structures 的评价和反馈
20 个评分
课程概述
In this project you will read weather data from a file and populate a Java ArrayList with the file data. The data is then uniquified in a Set data structure and stored in a HashMap for accessing data by year.
Java's collections framework contains data structures that are built for efficiency. They are used to store and retrieve data in various formats. A list such as an ArrayList can be used in place of an array to contain data where the size cannot be determined ahead of time. A LinkeList is like an ArrayList, except elements can be more quickly added and deleted from it, since no shifting needs to occur. A Hashmap 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.
热门审阅
筛选依据:
1 - Java Built in Data Structures 的 3 个评论(共 3 个)
创建者 HIMANSHU K G
•Feb 10, 2022
This course is great if you are beginning to learn data structures in java.
创建者 VIJAY K
•May 27, 2022
Voice is not clear, missing basic explanations before change.
创建者 HITESH U
•Mar 31, 2021
Little intimidating to use at first but nice course.