0
Guyz whats the program to create a search engine using eclipse platform java language
creating a search engine
4 Antworten
+ 3
start small: load an external text and search a user defined string within that text.
refine your search methods.
let the program list all files on your pc and apply your search criteria to that list.
+ 3
reading/writing content to a file:
https://www.caveofprogramming.com/java/java-file-reading-and-writing-files-in-java.html
listing files in a directory
https://www.tutorialspoint.com/java/io/file_listfiles.htm
binary search tree:
https://en.m.wikipedia.org/wiki/Binary_search_tree
0
can u mention that logic or code
0
tq seamiki