diff options
| author | Omar Magdy <omar.professional8777@gmail.com> | 2022-06-26 14:24:52 +0200 |
|---|---|---|
| committer | Omar Magdy <omar.professional8777@gmail.com> | 2022-06-26 14:24:52 +0200 |
| commit | 13ae5b6eaaa4779009633eda567b4f1735669ac3 (patch) | |
| tree | 477cf2b9b20f8a0c939248960458e720faecdf42 /codechef/ReversalSorting/main_input0.txt | |
| parent | 7c3f32fab3b1a9d628d6856e7a923eb3c3b1ce5f (diff) | |
| download | competitive-programming-13ae5b6eaaa4779009633eda567b4f1735669ac3.tar.xz competitive-programming-13ae5b6eaaa4779009633eda567b4f1735669ac3.zip | |
partially solved reversal sorting on codechef
Diffstat (limited to 'codechef/ReversalSorting/main_input0.txt')
| -rw-r--r-- | codechef/ReversalSorting/main_input0.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/codechef/ReversalSorting/main_input0.txt b/codechef/ReversalSorting/main_input0.txt new file mode 100644 index 0000000..c940944 --- /dev/null +++ b/codechef/ReversalSorting/main_input0.txt @@ -0,0 +1,7 @@ +3 +4 1 +1 2 3 4 +4 1 +2 1 3 4 +5 7 +3 2 2 3 3 |
