Skip to content

A old project of mine that reassembles a given set of text fragments into their original sequence (using KMP text matching approach)).

Notifications You must be signed in to change notification settings

alhaiz313/ReassembleTextFragments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReassembleTextFragments

A project that reassembles a given set of text fragments separated by semicolon into their original sequence.

example of possible text fragments:

"Imagine you hav;page of text. You value this text and have no hard or soft copies of it;ou have 5 copies of the same page of te"

example of the output (the original text):

"Imagine you have 5 copies of the same page of text. You value this text and have no hard or soft copies of it"

About

A old project of mine that reassembles a given set of text fragments into their original sequence (using KMP text matching approach)).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages