mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat(challenges): add sorting-algorithms
This commit is contained in:
10
challenges/sorting-algorithms/test/2/input.txt
Normal file
10
challenges/sorting-algorithms/test/2/input.txt
Normal file
@ -0,0 +1,10 @@
|
||||
1
|
||||
2
|
||||
5
|
||||
1
|
||||
5
|
||||
10
|
||||
9
|
||||
3
|
||||
6
|
||||
2
|
10
challenges/sorting-algorithms/test/2/output.txt
Normal file
10
challenges/sorting-algorithms/test/2/output.txt
Normal file
@ -0,0 +1,10 @@
|
||||
1
|
||||
1
|
||||
2
|
||||
2
|
||||
3
|
||||
5
|
||||
5
|
||||
6
|
||||
9
|
||||
10
|
Reference in New Issue
Block a user