Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A search engine-like programme in C, this code reads 42 text files, searchs for a keyword and then sorts and retrieves the files in a binomial heap data structure. More occurences of the word bring more significance in the priority queue logic.
https://github.com/anilerc/search-engine-binomial-heap

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project