-
Notifications
You must be signed in to change notification settings - Fork 303
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
Linked List #120
Comments
@geekquad let me do singly and doubly linked list |
Hey @saileshbro, I can assign you Doubly Linked list for now. Let me know if you want any other. Thankyou :) |
@geekquad Can you assign me singly linkedlist ? |
Sure @vijay. For the future, please see that you first ask for an assignment. It is always on a first come first serve basis. |
Assigning Doubly Linked List and Circular Linked list to @saileshbro. |
assign me printing the elements of a linked list in reverse |
Assigning Printing the elements of a linked list in reverse to @akash22022 |
Hey @geekquad can i work on Implementing Deque using DoublyLinkedList |
Assigning Deque using DoublyLinkedList to @pranavkarnani |
@geekquad CircularLinkedList is marked. Is it completed? |
@geekquad can u assign me with any one left? |
@saileshbro, no not yet completed but it is assigned to someone. |
can u assign me something??what all are left @geekquad |
Hey @Raghavarora27, please look here. |
Implementation of the following in Python:
Singly Linked ListDoubly Linked ListCircular Linked ListImplementing Deque using DoublyLinkedListPrinting the elements of a linked list in reverseNEEDS TO BE PUSHED INTO "Python/Linked List"
The text was updated successfully, but these errors were encountered: