An open API service indexing awesome lists of open source software.

https://github.com/anilerc/search-engine-binomial-heap

A "search engine-like" programme in C, utilizing binomial heap data structure to obtain a priority queue, based on word frequencies.
https://github.com/anilerc/search-engine-binomial-heap

Last synced: 9 months ago
JSON representation

A "search engine-like" programme in C, utilizing binomial heap data structure to obtain a priority queue, based on word frequencies.

Awesome Lists containing this project

README

          

# search-engine-binomial-heap
A search engine-like programme in C, this programme reads 42 text files, searchs for a keyword in all of them, and then sorts and retrieves them in a binomial heap data strcuture,
following the logic of a priority queue.
More occurences of the word bring more significance.

Created for CSE 2025 DATA STRUCTURES course.