Skip to content

genie9/text_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text analyzer is a program for sorting and counting words from the text file.

The goal is achived by reading the file one string at a time, transforming it to a lower case and then storing it into the red-black tree. In case word has been encountered before, only it's appearance count is progressed.

The result is a text file listing all the words with a count which is produced by a traversal through binary tree.

The solution is written in Fortran for school project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published