Skip to content
/ kwic Public

Keyword in Context algorithm in various languages, utilizing bubble sort or whatever other sorting library is available, if there is one. Otherwise, sorting is implemented manually.

License

Notifications You must be signed in to change notification settings

stansakl/kwic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kwic

Keyword in Context algorithm in various languages, utilizing bubble sort or whatever other sorting library is available, if there is one. Otherwise, sorting is implemented manually.

Each program reads a text file and then alphabetizes the words in each line of that text file. For example, an input file containing two lines:

The Quick Brown Fox

Jumped Over the Lazy Dog

would result in the output:

Brown Fox Quick The

Dog Jumped Lazy Over the

About

Keyword in Context algorithm in various languages, utilizing bubble sort or whatever other sorting library is available, if there is one. Otherwise, sorting is implemented manually.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published