Skip to content

"Summary - Linked List" - table error #24417

@LostSenSS

Description

@LostSenSS

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions