Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Create Sort K-sorted Array.java #123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jyotidhatarwal
Copy link
Contributor

Sort K-sorted Array code in java

Constraints:
1 <= n <= 30
0 <= n1, n2, .. n elements <= 100
0 < k <= n

Sample input:
9
3
2
4
1
6
5
7
9
8
3

Sample output:
1
2
3
4
5
6
7
8
9

Sort K-sorted Array code in java

Constraints:
1 <= n <= 30
0 <= n1, n2, .. n elements <= 100
0 < k <= n

Sample input:
9
3
2
4
1
6
5
7
9
8
3

Sample output:
1
2
3
4
5
6
7
8
9
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant