CIS-263-project-1

时间:2024-03-28 00:12:33
【文件属性】:

文件名称:CIS-263-project-1

文件大小:1.4MB

文件格式:ZIP

更新时间:2024-03-28 00:12:33

Java

CIS 263项目1 给定字典,找到最大的字谜词集(使用相同字母集的词)建议:使用具有以下结构的地图 键:一个字符串 值:一组单词(LinkedList,ArrayList,TreeSet) 伪码 For each word in the dictionary Calculate the key Check if the key is already present in the map If it is not present in the map Instantiate a new set, add this word to the set Add this key and this new set to the map else Retrieve the set associated with this key


【文件预览】:
CIS-263-project-1-main
----src()
--------Project1.java(3KB)
----.idea()
--------misc.xml(256B)
--------vcs.xml(167B)
--------modules.xml(286B)
--------.gitignore(47B)
--------CIS-263-project-1.iml(423B)
----README.md(879B)
----words.txt(4.64MB)

网友评论