Skip to content

Commit d0cb78a

Browse files
authored
Update README.md
1 parent a9d00f4 commit d0cb78a

File tree

1 file changed

+21
-0
lines changed
  • 14 - Linked List Data Structure Problems/01 - Singly Linked List Problems

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1+
<h1 align='center'>SINGLY - LINKED - LIST - PROBLEMS</h1>
12

3+
<p align='center'>Welcome to the Singly Linked List Data Structure problems repository! This repository is a collection of coding problems and solutions related to the Singly Linked List data structure, covering a variety of topics, including basic operations, advanced manipulation, and optimization techniques. These problems are commonly encountered in technical interviews and competitive programming, making this repository an excellent resource for honing your skills.</p>
4+
5+
## Topics Covered
6+
This repository covers a wide range of topics related to singly linked lists, including:
7+
8+
- **Basic Linked List Operations**: Insertion, Deletion, Traversal, Searching
9+
- **Advanced Linked List Problems**: Detecting cycles, reversing the list, finding the middle, etc.
10+
- **Optimizations and Techniques**: Space and time-efficient solutions for various linked list problems.
11+
12+
## Repository Content
13+
14+
## Why This Repository?
15+
16+
Whether you're preparing for technical interviews or want to improve your problem-solving skills, this repository will serve as a great resource. Each solution is written in a clear and concise manner, with a focus on **understanding** the problem and **optimizing** the solution.
17+
18+
## How to Use This Repository
19+
20+
- Clone the repository to your local machine.
21+
- Browse through the problem list and choose the problem you'd like to work on.
22+
- Each problem contains links to **LeetCode** and **GeeksforGeeks** for further reading and problem-solving.

0 commit comments

Comments
 (0)