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

Implement Sorted Linked List. #10

Closed
happy-san opened this issue Sep 11, 2020 · 3 comments · Fixed by #32
Closed

Implement Sorted Linked List. #10

happy-san opened this issue Sep 11, 2020 · 3 comments · Fixed by #32
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@happy-san
Copy link
Collaborator

This will be similar to SinglyLinkedList. The differences would be:

  • fromList() constructor will sort the elements of the list before inserting them.

  • append() won't be implemented.

  • insert() will not take position as parameter, since we'll decide where the newNode goes.

@happy-san happy-san added the good first issue Good for newcomers label Sep 11, 2020
@Omeiza17
Copy link

Omeiza17 commented Oct 2, 2020

Hi, I will like to wok on this issue. Can you assign it to me?

@happy-san
Copy link
Collaborator Author

@Omeiza17 feel free to reach out if you're stuck/ need help!

@happy-san happy-san added the enhancement New feature or request label Oct 9, 2020
@happy-san
Copy link
Collaborator Author

@Omeiza17 Please report the progress, if you're not working on this issue, I'll unassign it.

@code-shoily code-shoily self-assigned this Nov 12, 2020
@code-shoily code-shoily linked a pull request Nov 12, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants