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

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: 2 months 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