Skip to content

Commit

Permalink
Update and rename readme.md to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FatinShadab authored Oct 7, 2024
1 parent 398de1c commit 0b2d461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SLL/readme.md → SLL/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SLL HEADER FILE : Singly Linked List (SLL) Implementation in C
---

### Overview
---
>>> This repository provides a generic implementation of a singly linked list (SLL) in C, allowing you to create and manipulate linked lists with different data types, including int, float, char, and double. The implementation is designed to be flexible and easy to use, allowing users to perform various operations on the linked list, such as insertion, deletion, retrieval, and updating of elements.
This repository provides a generic implementation of a singly linked list (SLL) in C, allowing you to create and manipulate linked lists with different data types, including int, float, char, and double. The implementation is designed to be flexible and easy to use, allowing users to perform various operations on the linked list, such as insertion, deletion, retrieval, and updating of elements.

### Table of Contents
---
Expand Down Expand Up @@ -141,4 +141,4 @@ Feel free to contribute by opening issues, proposing new features, or submitting
### License
---
This project is licensed under the MIT License - see the LICENSE file for details.
This project is licensed under the MIT License - see the LICENSE file for details.

0 comments on commit 0b2d461

Please sign in to comment.