Skip to content

A simple word search engine using Binomial Heap Algorithm with C Programming Language

Notifications You must be signed in to change notification settings

mharikmert/search-engine-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Ranking-Documents-for-Information-Retrieval-with-Priority-Queues

How it works

User searchs for a word and the program try to find the word in documents under the files folder.
Number of the existance of the word for every file is found and these numbers are set to the max binomial heap, in this way, numbers are sorted in heap.
File names and file contents are also hold in binomial heap.
Lastly a defined number of documents on the top of the heap is printed to the user.
It is a small-scale search engine for words.

How to use

You can add the texts and files that to be searched for to files folder.
You can also change the number of documents that contains the word are displayed after the searching.

Screenshot from 2021-03-15 20-40-19

Screenshot from 2021-03-15 20-40-35

Clone, Compile and Run

  -> git clone https://github.com/mharikmert/Ranking-Documents-for-Information-Retrieval-with-Priority-Queues
  -> gcc -o main main.c
  -> ./main

About

A simple word search engine using Binomial Heap Algorithm with C Programming Language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages