Skip to content

Commit 654ca30

Browse files
done
1 parent d7dd318 commit 654ca30

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/dsa/linkedlist/LinkedList.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,6 @@ A linked list can be declared in various programming languages using the followi
4848

4949
# LinkedList in Data Structures and Algorithms (DSA)
5050

51-
## Table of Contents
52-
53-
1. [Introduction](#introduction)
54-
2. [Types of Linked Lists](#types-of-linked-lists)
55-
3. [Basic Operations](#basic-operations)
56-
4. [Advantages and Disadvantages](#advantages-and-disadvantages)
57-
5. [Applications](#applications)
58-
6. [Common Linked List Problems](#common-linked-list-problems)
59-
7. [Advanced Linked List Techniques](#advanced-linked-list-techniques)
60-
8. [Resources and References](#resources-and-references)
61-
6251
## Introduction
6352

6453
A linked list is a fundamental data structure in computer science that represents a sequence of nodes. Each node contains data and a reference to the next node in the sequence.

0 commit comments

Comments
 (0)