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

Design Linked List #18

Merged
merged 6 commits into from
Feb 7, 2020
Merged

Design Linked List #18

merged 6 commits into from
Feb 7, 2020

Conversation

nirmalnishant645
Copy link
Owner

Can't seem to find what's going wrong but the answer isn't coming correct.
Your input
["MyLinkedList","addAtHead","addAtTail","addAtIndex","get","deleteAtIndex","get"]
[[],[1],[3],[1,2],[1],[1],[1]]
Output
[null,null,null,null,3,null,3]
Expected
[null,null,null,null,2,null,3]

@anantkaushik anantkaushik self-assigned this Feb 3, 2020
@anantkaushik anantkaushik self-requested a review February 3, 2020 16:05
@anantkaushik anantkaushik removed their assignment Feb 3, 2020
0707-Design-Linked_list.py Outdated Show resolved Hide resolved
0707-Design-Linked_list.py Outdated Show resolved Hide resolved
0707-Design-Linked_list.py Outdated Show resolved Hide resolved
0707-Design-Linked_list.py Outdated Show resolved Hide resolved
0707-Design-Linked_list.py Outdated Show resolved Hide resolved
0707-Design-Linked_list.py Outdated Show resolved Hide resolved
0707-Design-Linked_list.py Outdated Show resolved Hide resolved
0707-Design-Linked_list.py Outdated Show resolved Hide resolved
0707-Design-Linked_list.py Outdated Show resolved Hide resolved
@anantkaushik anantkaushik merged commit 628cc36 into master Feb 7, 2020
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

Successfully merging this pull request may close these issues.

2 participants