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

        BE205編程代寫(xiě)、C/C++程序代做
        BE205編程代寫(xiě)、C/C++程序代做

        時(shí)間:2025-01-17  來(lái)源:合肥網(wǎng)hfw.cc  作者:hfw.cc 我要糾錯(cuò)



        Homework 2: experiments with data 
        structures for searching 
         
        BE205 2024 MUST 
        Overview 
        We have learned several data structures that can support data storage and searching, including: 
        AVL tree (self-balancing binary search tree)
        Hash table
        Binary Heap (priority queue). 
        In this homework, we will write a C/C++ program to use these data structures. More exactly, your 
        program should accomplish the following tasks: 
        Tasks 
        Part 1: Read the words from a file to a linked list 
         A token is a sequence of letters. For example for the sentence: 
        That I could make those people dance, 
        And maybe they'd be happy for a while. 
        The sequence of words, described here as a string marked by double quotes, will be : 
        "That" "I" "could" "make" "those" "people" "dance" "And" "maybe" "they" "d" "be" "happy" 
        "for" "a" "while"
        <Task 1.1> 
         Open an input file message.txt (provided with this homework). It includes a paragraph of the 
        lyrics of the song "American Pie" and an English article excerpt from the book "Tractatus LogicoPhilosophicus"
         written by the philosopher Ludwig Wittgenstein. 
        <Task 1.2> 
        Read the sequence of words into a linked list 
        Each node of the linked list should contain a string, which is the word. 
        You can choose to use a C-string or a C++ string object. 
        Do not use some library of linked lists. The nodes should be defined in your code. 
        Hint: The provided code for reading a word can be useful. 
        <Task 1.3> 
        Print the words in the linked list. Maybe something like :
         1) That --> 2) I --> 3) could --> 4) make --> 5) those --> 6) people --> 7) 
        dance --> 8) And --> 9) maybe --> 10) they --> 11) d --> 12) be --> 13) happy --> 
        14) for --> 15) a --> 16) while You can design the printing visual effect. 
        Part 2 AVL Tree Construction 
        <Task 2.1> 
        Insert the words in list (built in task 1.2) one by one into an AVL Tree
        Each node in the tree should store:
        A distinct word (case ignored, e.g., "The" is the same as "the").
        The count of occurrences of the word.
        Nodes are ordered alphabetically by the word (dictionary order).
        <Task 2.2> 
        Print the tree. 
        Hint: the provided the helpful code of printing a tree can be useful. 
        <Task 2.3> 
        Print the words (with their occurrence number) in the tree, in ascending dictionary order. 
        Hint: using some traversal on the tree. 
        Part 3 Hash Table 
        Task 3.1 
        Build a Hash table. Insert the words of the list of task 1.2, one by one, into the list. Here are some 
        requirements: 
        Each item in the hash table should be a pair <word, count> , So, when trying to insert a 
        word again into the table, its count should increase. 
        The programmer can choose 
        the size of the hash table (array size).
        a collision resolution strategy (separate chaining, linear probing, or quadratic probing).
        Task 3.2 
        Search on the hash table 10 words that are in the input file. Also, seach 5 words that are not 
        in the input file
        When a word is found, print the word together with its count. 
        When a word is not found, print a message like "The word is not found".
        The printing result could be like: Part 4 : Binary Heap 
        <Task 4.1> 
        Build a binary heap where each node stores a pair <word, count> . Here are some description
        The order between two pairs is defined as follows:
        <word1, count1> is less than <word2, count2> if 
        count1 < count2 
        or, count1 == count2, but word1 < word2 by the dictionary order. 
        <Task 4.2> 
        Print the <word, count> pairs on the heap in an ascending order (the order is defined above). 
        Hint: Just pop the items from the binary heap and print them individually. 
         
        Submission 
        A most three students can form a group to do the assignment together. Only one student in 
        the group needs to submit the homework. 
        The files to be submitted on Moodle include: 
        A .zip file containing all the source code files of your program.
        Proper modularization by dividing your program into multiple files is encouraged. 
        Putting all code in one text file is not good for this assignment. 
        A text report file. The format can be (.docx, pdf, etc.). The file should describe 
        What tasks have you accomplished? What are the remaining problems? 
        The cooperation and workload sharing among the members of the group. 
        Anything you want to describe, like the troubles you met and how you dealt with 
        the problems. 
        For the submission deadline, see the setting of this homework on the Moodle webpage. 
         
        Search: facts       Found, Count: 3
        Search: picture     Found, Count: 2
        Search: logical     Found, Count: 2
        Search: world       Found, Count: 2
        Search: truth       Found, Count: 1
        Search: representation Found, Count: 1
        Search: philosophy   Not found
        Search: language     Not found
        Search: model       Found, Count: 1
        Search: science     Not found
        ...
        請(qǐng)加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp

        掃一掃在手機(jī)打開(kāi)當(dāng)前頁(yè)
      1. 上一篇:防靜電門(mén)禁系統(tǒng)-ESD防靜電門(mén)禁工程方案-蘇州訊諾
      2. 下一篇:被悠悠分期自動(dòng)下款怎么聯(lián)系客服?悠悠分期客服電話(huà)是多少?
      3. 無(wú)相關(guān)信息
        合肥生活資訊

        合肥圖文信息
        急尋熱仿真分析?代做熱仿真服務(wù)+熱設(shè)計(jì)優(yōu)化
        急尋熱仿真分析?代做熱仿真服務(wù)+熱設(shè)計(jì)優(yōu)化
        出評(píng) 開(kāi)團(tuán)工具
        出評(píng) 開(kāi)團(tuán)工具
        挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
        挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
        海信羅馬假日洗衣機(jī)亮相AWE  復(fù)古美學(xué)與現(xiàn)代科技完美結(jié)合
        海信羅馬假日洗衣機(jī)亮相AWE 復(fù)古美學(xué)與現(xiàn)代
        合肥機(jī)場(chǎng)巴士4號(hào)線(xiàn)
        合肥機(jī)場(chǎng)巴士4號(hào)線(xiàn)
        合肥機(jī)場(chǎng)巴士3號(hào)線(xiàn)
        合肥機(jī)場(chǎng)巴士3號(hào)線(xiàn)
        合肥機(jī)場(chǎng)巴士2號(hào)線(xiàn)
        合肥機(jī)場(chǎng)巴士2號(hào)線(xiàn)
        合肥機(jī)場(chǎng)巴士1號(hào)線(xiàn)
        合肥機(jī)場(chǎng)巴士1號(hào)線(xiàn)
      4. 短信驗(yàn)證碼 酒店vi設(shè)計(jì) NBA直播 幣安下載

        關(guān)于我們 | 打賞支持 | 廣告服務(wù) | 聯(lián)系我們 | 網(wǎng)站地圖 | 免責(zé)聲明 | 幫助中心 | 友情鏈接 |

        Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網(wǎng) 版權(quán)所有
        ICP備06013414號(hào)-3 公安備 42010502001045

        主站蜘蛛池模板: 久久精品国产一区二区三区肥胖| 一区一区三区产品乱码| 免费一区二区无码东京热| 精品不卡一区二区| 亚洲国产国产综合一区首页| 国产精品盗摄一区二区在线| 国产精品一区二区无线| 国产激情无码一区二区| 一区二区三区在线播放视频| 国产伦精品一区二区三区视频猫咪| 无码国产亚洲日韩国精品视频一区二区三区 | 无码国产精品一区二区免费模式| 卡通动漫中文字幕第一区| 无码8090精品久久一区| 无码国产精品一区二区免费I6| 国产aⅴ一区二区| 四虎成人精品一区二区免费网站 | 亚洲av无码一区二区三区不卡| 午夜无码一区二区三区在线观看| 日韩一区二区三区不卡视频| 色一情一乱一伦一区二区三欧美| 精品国产一区AV天美传媒| 久久精品国产一区二区三区日韩| 无码中文字幕乱码一区| 亚洲日韩国产欧美一区二区三区| 亚洲一区二区三区精品视频| 亚洲AV日韩综合一区尤物| 一区二区三区四区无限乱码| 一区二区三区在线观看中文字幕| 国精产品一区一区三区有限公司 | 久久国产精品免费一区| 一区二区三区免费在线观看| 一区视频免费观看| 久久免费视频一区| 久久精品一区二区三区AV| 在线观看亚洲一区二区| 久久综合精品国产一区二区三区| 国产精华液一区二区区别大吗| 日本欧洲视频一区| 国产日韩一区二区三区| 国产乱码精品一区二区三区|