Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Day 22 q3: Sort List #440

Open
Smita-Maurya opened this issue Jan 19, 2024 · 6 comments
Open

Day 22 q3: Sort List #440

Smita-Maurya opened this issue Jan 19, 2024 · 6 comments
Assignees

Comments

@Smita-Maurya
Copy link
Contributor

Given the head of a linked list, return the list after sorting it in ascending order.

Example 1:
Input: head = [4,2,1,3]
Output: [1,2,3,4]

Example 2:
Input: head = [-1,5,3,4,0]
Output: [-1,0,3,4,5]

Example 3:
Input: head = []
Output: []

@Tech-neophyte
Copy link
Contributor

Please assign this question to me :) @kratika-Jangid @karishma-2020

@aishwarya-chandra
Copy link
Contributor

please assign this question to me

@Karnankita04
Copy link
Contributor

Please assign this issue to me :)

@priyagupta20044
Copy link
Contributor

please assign this question to me @bh-g

Tech-neophyte added a commit to Tech-neophyte/LeetCode_Q that referenced this issue Jan 21, 2024
Karnankita04 added a commit to Karnankita04/LeetCode_Q that referenced this issue Jan 23, 2024
Karnankita04 added a commit to Karnankita04/LeetCode_Q that referenced this issue Jan 24, 2024
bh-g added a commit that referenced this issue Jan 24, 2024
day 22-q3 (py3, cpp) solution added #440
Karnankita04 added a commit to Karnankita04/LeetCode_Q that referenced this issue Jan 25, 2024
@namita0210
Copy link
Contributor

Pls assign this issue to me for an optimal java solution @bh-g

@Shubh-Krishna
Copy link
Contributor

please assign me this question :) @bh-g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants