Skip to content

Commit f80ebb7

Browse files
authored
Update library.properties
1 parent 1738785 commit f80ebb7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

library.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ version=1.0.0
33
author=Pino Rinaudo
44
maintainer=Pino Rinaudo <pinorinaudodev@gmail.com>
55
sentence=An advanced library for managing lists.
6-
paragraph=The DoublyLinkedList class implements a doubly linked list. <br>Each element in the list is represented by an object of type Node. The list can be either circular or non-circular, depending on the configuration. The class provides a set of operations for insertion, removal, and manipulation of elements in the list. Additionally, the class features a cursor, allowing for easy navigation through the list.
7-
<br>It is possible to use negative indices for backward traversal. For example, list[-1] retrieves the last element of the list.
6+
paragraph=The DoublyLinkedList class implements a doubly linked list. <br>Each element in the list is represented by an object of type Node. The list can be either circular or non-circular, depending on the configuration. The class provides a set of operations for insertion, removal, and manipulation of elements in the list. Additionally, the class features a cursor, allowing for easy navigation through the list.<br>It is possible to use negative indices for backward traversal. For example, list[-1] retrieves the last element of the list.
87
category=Data Processing
9-
url=https://github.com/PinoRinaudo/DoublyLinkedList
8+
url=https://github.com/PinoRinaudo/DoublyLinkedList

0 commit comments

Comments
 (0)