8000 GitHub - VladZg/OneginSort: App for sorting text lines in two orders: forward and backward
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

App for sorting text lines in two orders: forward and backward

License

Notifications You must be signed in to change notification settings

VladZg/OneginSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneginSort

Program sorts text lines in two orders: forward and backward.

How to build project

To compile the project run make in the root directory, it will create app file./main.

Input

In file ./Texts/text_input.txt type text for sort.

Output

Run ./main, after it in file ./Texts/text_output_sorted.txt you will see your text sorted in 2 orders: forward and backward.

Example of work

Basic example of sorting is work with text of A.S.Pushkin poem "Eugene Onegin". Initially, program goal was to process it.

./Texts/text_input.txt:

"text_input"

./Texts/text_output_sorted.txt:

"text_output_1" "text_output_2"

About

App for sorting text lines in two orders: forward and backward

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0