Click here to Skip to main content
15,911,711 members

Comments by saniaali (Top 7 by date)

saniaali 29-Sep-12 16:36pm View    
yes comments can be in any place and more interesting is that there would be also space on others information in this format as well i need to find number of inputs ,output,other pins, there type,position ,rotation details..
saniaali 29-Sep-12 15:34pm View    
data is in this format
#comments start with this
input = 12
output = 4
pin class direction no
io 1 up 0
io 3 rught 1
cb 6 up 2
io 1 up 0

ect ...
so i need to extrct its pin information
saniaali 8-Dec-11 16:53pm View    
i have implemented robin's algo but for making it more efficient using rolling hash function...
saniaali 8-Dec-11 14:54pm View    
hmm got the idea, going to implement it thanks:)
saniaali 6-Dec-11 6:21am View    
hmmm so what will help for this problem???
and my idea is to use hash function in krap algorithm or any other string matching algorithm because i am working on such application which need to use such algorithm apart from this how can i find out whether one file is copied or cheated from another source code file or not like Jplag, Sherlock , copy/paste detector do in thous application....