Skip to content

shrey-soni/Music-By-Lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Music-By-Lyrics-On-Linux

Used Trie Data Structure and Linked List to fetch relavant file names according to a given string.

  • As you can see there are 3 words in trie, 'emf','eat' and 'east'. Green color is a flag denoting it's the end of a word.
  • And to each flag there is a Linked List associated with it denoting file name in which the word is present.
  • We used TF-IDF algorithm to find the best matching file on top.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages