Update linked-list.md

pull/230/head
Jay-prakashpandey 4 years ago committed by GitHub
parent 134f7ccc62
commit acbadbcbaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,3 +46,8 @@ Be familiar with the following routines because many linked list questions make
- [Merge K Sorted Lists](https://leetcode.com/problems/merge-k-sorted-lists/)
- [Remove Nth Node From End Of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/)
- [Reorder List](https://leetcode.com/problems/reorder-list/)
## Complexity
- Access , Search O(N)
- Insertion , Deletion O(1)

Loading…
Cancel
Save