文件名称:InformationRetrieval
文件大小:5.71MB
文件格式:ZIP
更新时间:2024-07-19 23:31:55
Java
//Silu Yang //siluy@uci.edu Course project if for UCI CS 221 Information Retrival 模板下载自2014年CS221课程网页。 并且它满足新的要求(例如以递减的方式打印) 回文复杂性: Checking a string is linear complexity. O(n) Checking the lists of tokens is polynomial time. O(n^3)// Check all n^2 poosible combination and for each string, Palirome check is O(n) 代码: 我使用 Arraylists 来存储数据。