合肥生活安徽新聞合肥交通合肥房產(chǎn)生活服務(wù)合肥教育合肥招聘合肥旅游文化藝術(shù)合肥美食合肥地圖合肥社保合肥醫(yī)院企業(yè)服務(wù)合肥法律

        CS209A編程代寫、代做Java語言程序
        CS209A編程代寫、代做Java語言程序

        時(shí)間:2024-10-23  來源:合肥網(wǎng)hfw.cc  作者:hfw.cc 我要糾錯(cuò)



        A1.md 2024-09-29
        1 / 3
        [CS209A-24Fall] Assignment 1 (100 points)
        This summer, we've enjoyed the Olympic Games Paris 2024. Many of us are still reliving the exciting moments
        of the summer Olympics, and many of us may be interested in the event of past Olympics and the past
        performance of our favorite athletes.
        In this assignment, we provide a large dataset of Olympic games from 1896 to 2022. The dataset contains
        athlete bio and athlete-event data, including both team and individual sports, from all Winter/Summer
        Olympics (1896-2022). The dataset contains 6 csv, with the following relation:
        The data should be self-explanatory. Please check the column name and the above diagram carefully to
        understand the data.
        Analysis of the Olympic Historical Dataset
        In this assignment, you will design an OlympicsAnalyzer class, which could read the dataset and perform
        various useful analyses. You are encouraged to use the Java features we recently introduced, such as
        Collections, Lambda, and Streams, whenever possible.
        The OlympicsAnalyzer class has one constructor that reads a dataset file from a given path.
        public OlympicsAnalyzer(String datasetPath)
        This class also has 5 other methods that perform data analyses. You'll implement these methods in the
        OlympicsAnalyzer class. Method details are described below.
        1. Top 10 Performant Female Athletes in Individual Sport
        public Map<String, Integer> topPerformantFemale()A1.md 2024-09-29
        2 / 3
        This method returns a <name, count> map of size 10, where:
        the key is the name of the female athlete.
        the value is the total gold medals acquired by that female athlete in individual sport (i.e., not team
        sport).
        The map should be sorted by the descending order of count (i.e., from most to the least). If two athletes
        have the same gold medal count, then they should be sorted by the alphabetical order of the name.
        2. BMI by Sports
        public Map<String, Float> bmiBySports()
        This method returns a <sport, BMI> map, where:
        the key is the sport name (e.g., Athletics, Boxing, Diving, etc.)
        the value is the average BMI of the athletes of that sport. BMI is computed as weight/(height x
        height) where the unit of height is the meter. The average BMI should be rounded to one decimal
        place.
        You should consider all athletes with valid height and weight in our data. The athlete should also have
        participated in any Olympic events so that we know the sport type of that athlete.
        The map should be sorted by the descending order of average BMI (i.e., from highest to lowest). If two
        sports have the same average BMI, then they should be sorted by the alphabetical order of the sport name.
        3. Top 10 Least Appeared Summer Sports
        public Map<String, Set<Integer>> leastAppearedSport() 
        This method returns a <sport, set of years> map with a size of 10, where:
        the key is the sport name (e.g., Athletics, Boxing, Diving, etc.)
        the value is set of summer Olympics years in which the sport appears.
        The map should be sorted by the ascending order of the size of the set (i.e., from least appeared to most
        appeared). If two sports have the same occurrences, then they should be sorted by the alphabetical order of
        the sport name.
        4. Top 10 Countries by Medals in Winter Olympics since the year 2000
        public Map<String, Integer> winterMedalsByCountry()
        This method returns a <country, count> map with a size of 10, where:
        the key is the country code.A1.md 2024-09-29
        3 / 3
        the value is the sum of all medals, including gold, silver and bronze, acquired by that country in all
        Winter Olympics since the year 2000 (including 2000).
        The map should be sorted by the descending order of count (i.e., from most to the least). If two countries
        have the same medal count, then they should be sorted by the alphabetical order of the country code.
        5. Top 10 Countries with Young Athletes in 2020 Summer Olympic
        public Map<String, Integer> topCountryWithYoungAthletes()
        This method returns a <country, age> map with a size of 10, where:
        the key is the country name (not country code).
        the value is the average age of the athletes of that country that participate in 2020 Summer Olympic.
        For simplicity, you may ignore the exact month and day and only use the year of birth when computing
        the age. For example, an athlete born in Dec 31 2000 can be considered as of age 20 in 2020. The
        average age should be rounding to the nearest integer.
        Athletes with no born information should be ignored.
        The map should be sorted by the ascending order of average age (i.e., from youngest to oldest). If two
        countries have the same average age, then they should be sorted by the alphabetical order of the country
        name.

        請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp

        掃一掃在手機(jī)打開當(dāng)前頁
      1. 上一篇:代寫CS 551、代做C/C++編程語言
      2. 下一篇:代寫ISAD1000、代做Java/Python程序設(shè)計(jì)
      3. 無相關(guān)信息
        合肥生活資訊

        合肥圖文信息
        出評 開團(tuán)工具
        出評 開團(tuán)工具
        挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
        挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
        戴納斯帝壁掛爐全國售后服務(wù)電話24小時(shí)官網(wǎng)400(全國服務(wù)熱線)
        戴納斯帝壁掛爐全國售后服務(wù)電話24小時(shí)官網(wǎng)
        菲斯曼壁掛爐全國統(tǒng)一400售后維修服務(wù)電話24小時(shí)服務(wù)熱線
        菲斯曼壁掛爐全國統(tǒng)一400售后維修服務(wù)電話2
        美的熱水器售后服務(wù)技術(shù)咨詢電話全國24小時(shí)客服熱線
        美的熱水器售后服務(wù)技術(shù)咨詢電話全國24小時(shí)
        海信羅馬假日洗衣機(jī)亮相AWE  復(fù)古美學(xué)與現(xiàn)代科技完美結(jié)合
        海信羅馬假日洗衣機(jī)亮相AWE 復(fù)古美學(xué)與現(xiàn)代
        合肥機(jī)場巴士4號(hào)線
        合肥機(jī)場巴士4號(hào)線
        合肥機(jī)場巴士3號(hào)線
        合肥機(jī)場巴士3號(hào)線
      4. 上海廠房出租 短信驗(yàn)證碼 酒店vi設(shè)計(jì)

        主站蜘蛛池模板: 日本一区午夜艳熟免费| 国产天堂在线一区二区三区| 国精产品999一区二区三区有限 | 国产乱人伦精品一区二区| 亚洲国产综合精品一区在线播放| 日本一区二区三区在线视频| 久久精品日韩一区国产二区| 国产一区视频在线| 国产91一区二区在线播放不卡 | tom影院亚洲国产一区二区| 中日韩一区二区三区| 秋霞鲁丝片一区二区三区| 性色AV一区二区三区天美传媒| 亚洲国产精品一区| 久久91精品国产一区二区| 久久se精品一区二区| 国产亚洲3p无码一区二区| 精品亚洲一区二区三区在线观看| 国产伦精品一区二区三区无广告| 精品国产一区二区三区| 一区二区亚洲精品精华液| 亚洲性无码一区二区三区| 亚洲综合在线一区二区三区| 亚洲国产美女福利直播秀一区二区| 91精品一区二区三区在线观看| 日本一区二区三区精品中文字幕| 日本不卡一区二区三区视频| 无码少妇精品一区二区免费动态| 美女福利视频一区| 97av麻豆蜜桃一区二区| 午夜影院一区二区| 成人一区专区在线观看| 无码少妇一区二区浪潮免费| 韩国精品一区二区三区无码视频| 国产免费一区二区三区VR| 一区二区三区午夜| 国产在线精品一区免费香蕉| 亚洲AV无码一区东京热久久| 91精品一区二区三区在线观看| 在线精品一区二区三区电影| 亚洲国产精品一区二区第一页免|