diff --git a/src/data-structures/linked-list/README.md b/src/data-structures/linked-list/README.md index 2b3ab50c..9b541d17 100644 --- a/src/data-structures/linked-list/README.md +++ b/src/data-structures/linked-list/README.md @@ -1,6 +1,6 @@ # Linked List -|Operation |Complaxity | +|Operation |Complexity | |---------------------------|-------------------| |Indexing |O(n) | |Insert/delete at beginning |O(1) |