-
Notifications
You must be signed in to change notification settings - Fork 9
Issues: code-sherpas/kollections
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Implement New feature or request
good first issue
Good for newcomers
hacktoberfest-accepted
insertAtIndex(index: Integer)
function for a Doubly Linked List
enhancement
#55
opened Oct 13, 2021 by
ashikka
Implement New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
insertAtEnd(element:E)
function for a Doubly Linked List
enhancement
#54
opened Oct 13, 2021 by
ashikka
Implement New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
fun insertAtBeginning(element:E)
for Doubly Linked List
enhancement
#53
opened Oct 13, 2021 by
ashikka
Implement New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
head()
function for a Doubly Linked List
enhancement
#52
opened Oct 13, 2021 by
ashikka
Implement New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
isEmpty()
function for Queues
enhancement
#36
opened Sep 29, 2021 by
ashikka
Implement New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
size()
function for Queues.
enhancement
#35
opened Sep 29, 2021 by
ashikka
Implement New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
dequeue()
function for Queues.
enhancement
#34
opened Sep 29, 2021 by
ashikka
Implement New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
enqueue(element: E)
function for Queues.
enhancement
#33
opened Sep 29, 2021 by
ashikka
Implement New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
pop()
function for Stacks
enhancement
#28
opened Sep 29, 2021 by
ashikka
Implement New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
get(index:Integer)
function for a Singly Linked List
enhancement
#23
opened Sep 28, 2021 by
ashikka
Implement New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
deleteNode(position: Integer)
function for a Singly Linked List
enhancement
#22
opened Sep 28, 2021 by
ashikka
ProTip!
Add no:assignee to see everything that’s not assigned.