-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
Labels
Description
LeetCode Username
OlegHobotov
Problem Number, Title, and Link
Summary - Linked List https://leetcode.com/explore/learn/card/linked-list/213/conclusion/1230/
Bug Category
Editorial
Bug Description
For singly-linked list, the complexity of add after last node should be O(1) if we have a link to tail (and this is mentioned in the note below the table)
Language Used for Code
None
Code used for Submit/Run operation
No response
Expected behavior
O(1) in table for the complexity of add after last node in singly-linked list
Screenshots
No response
Additional context
No response