kaustubhgupta / Hacktoberfest

This is for the information that the repository has been excluded by the Hacktoberfest team from the event. This was done to maintain the quality standards and promote good quality open source contributions.
MIT License
55 stars 278 forks source link

Insertion in LinkedList #340

Closed sj538 closed 3 years ago

sj538 commented 3 years ago

Description

, Linked List is a linear data structure. Unlike arrays, linked list elements are not stored at a contiguous location; the elements are linked using pointers.

Additional context

Methods to insert a new node in linked list are to be implemented. A node can be added in three ways 1) At the front of the linked list 2) After a given node. 3) At the end of the linked list.

Important Checklist

Languages and Assignees:

sj538 commented 3 years ago

Please assign me this issue(for Java).

github-actions[bot] commented 3 years ago

Congrats for creating your first issue here! Wait till our mentors assign this issue to you. In the meantime have a look at contribution guidlines to avoid any PR rejection! (Rules are strict here)

muffpy commented 3 years ago

I can do this in C

AK271 commented 3 years ago

Hi, I would like to work on this in Java

deepharshsri commented 3 years ago

Hey can you assign me, I can do this in JAVA?

masterdobby commented 3 years ago

hey, can you assign this to me for C++?

kaustubhgupta commented 3 years ago

@AK271 @deepharshsri It's already assigned in Java to someone else

deepharshsri commented 3 years ago

Hey, I request you to make it FCFS?

On Sun, Oct 11, 2020 at 9:55 AM Kaustubh notifications@github.com wrote:

@AK271 https://github.com/AK271 @deepharshsri https://github.com/deepharshsri It's already assigned in Java to someone else

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kaustubhgupta/Hacktoberfest2020_/issues/340#issuecomment-706647978, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5NZVJFOFG6DDTINV2TVZDSKEXTDANCNFSM4SKSCWVA .

kaustubhgupta commented 3 years ago

Although it's pretty obvious that when I am editing the issue and assigning only one person per language, still I will make changes in contribution guidelines as it may be creating confusion. Thanks for the suggestion

PrakashAditya17 commented 3 years ago

I can code this in Java, since its still pending in java (if assigned).

chAlekhya commented 3 years ago

Hey @kaustubhgupta, can you assign me this for python?