Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 226 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 226 Bytes

Mini Search Engine With Java

  • This project takes your html file and seperate them(sentences etc.) to the words.
  • Add those words to the Binary Search Tree
  • After this process done system sort the words from many to few.