Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ritu-thombre99/optimal-binary-search-tree-for-dictionary-implementation

Given a document, dictionary was created using optimal binary search tree for this document where words with highest term frequency appear near the root of OBST. And when a word from user-input is to be found in this OBST-Dictionary, output the level in OBST at which this word was found.
https://github.com/ritu-thombre99/optimal-binary-search-tree-for-dictionary-implementation

dictionary information-retrieval obst optimal-binary-search-tree optimalbinarysearchtree

Last synced: about 13 hours ago
JSON representation

Given a document, dictionary was created using optimal binary search tree for this document where words with highest term frequency appear near the root of OBST. And when a word from user-input is to be found in this OBST-Dictionary, output the level in OBST at which this word was found.

Awesome Lists containing this project