由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 2个无序的text文件如何找到第一个相同的line ?
相关主题
in Java, how can we trigger an event when click on a TextSimplest way to iterate array from both ends alternatively?
Need suggestions from your experts!!C ++ 问题
急!怎样判断两个任意4边形是否相交?用python测webpage
评估!写多少行程序算多?Moving from Node.js to Go at Bowery
c 语言中怎么用科学计数法业余说说Golang的问题
请问怎么用C++ import xls格式的数据?问个best practice
python descriptor 问题What's problem with this piece of code using stl map?
data structure for set of path in a graphJava question
相关话题的讨论汇总
话题: text话题: line话题: 无序话题: 相同话题: 文件
进入Programming版参与讨论
1 (共1页)
b*********n
发帖数: 1258
1
如体
g********a
发帖数: 649
2
两个字符串怎么找到第一个相同的字母?
当然字母集合的大小太小,不过对文件里每一行字也可以做hash,
这样可以做到linear。
不过最坏情况,正好文字不一样可所有的hash都一样的话,还是得
nlogn。

【在 b*********n 的大作中提到】
: 如体
g*****g
发帖数: 34805
3
Simplest algorithm would be populate the first text file
line by line to a hashmap, read the 2nd text file until
you find a match.

【在 b*********n 的大作中提到】
: 如体
g********a
发帖数: 649
4
英雄所见略同啊

【在 g*****g 的大作中提到】
: Simplest algorithm would be populate the first text file
: line by line to a hashmap, read the 2nd text file until
: you find a match.

1 (共1页)
进入Programming版参与讨论
相关主题
Java questionc 语言中怎么用科学计数法
兼谈轮子是第一生产力请问怎么用C++ import xls格式的数据?
[转载] 请问DATAGRID里的BOUNDCOLUMN HEADER可以又有TEXT又有python descriptor 问题
XSL questiondata structure for set of path in a graph
in Java, how can we trigger an event when click on a TextSimplest way to iterate array from both ends alternatively?
Need suggestions from your experts!!C ++ 问题
急!怎样判断两个任意4边形是否相交?用python测webpage
评估!写多少行程序算多?Moving from Node.js to Go at Bowery
相关话题的讨论汇总
话题: text话题: line话题: 无序话题: 相同话题: 文件