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

Comments by IT90 (Top 7 by date)

IT90 12-Dec-12 15:58pm View    
please recommend a way!
IT90 11-Dec-12 23:41pm View    
My code is inverted index, I should add some file to my data structure(generalized linked list), delete some of them from it , update them in it, search phrase , list word in my data structure , list file in my data structure & list the file that are in the path that the user give it to me for do all above from it.
IT90 11-Dec-12 15:36pm View    
>> add <document_name_in_current_folder>
>> delete <document_name>
>> update <document_name>
>> list –w
>> list –f
>> list –l
>> search “what is brown fox” (for example)
IT90 11-Dec-12 15:31pm View    
I have make mistake for choosing label!
IT90 11-Dec-12 15:07pm View    
I want that the search lasts for a short time,
how can i optimize my code, i while post my code!