Skip to content

Commit c253471

Browse files
committed
added lists
1 parent 88657d9 commit c253471

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

Python3/Data Structures/LISTS/inbuiltList.py renamed to Python3/Data-Structures/LISTS/inbuiltList.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# INBUILT LISTS
12
list=[]
23
list.append(3)
34
list.append(2)

Python3/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
### :rocket: DATA STRUCTURES
1010

11+
#### LISTS
12+
13+
* [INBUILT LISTS](Data-Structures/LISTS/inbuiltList.py)
14+
1115
### :rocket: DYNAMIC PROGRAMMING
1216

1317
### :rocket: MISC

datastructures.md

+7
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ Indexer for Data Structures Lover
111111
* implementation
112112
* [C++](C++/Data-Structures/LISTS/VECTORS/Main.cpp)
113113

114+
#### INBUILT LISTS
115+
116+
* blog
117+
* docs
118+
* implementation
119+
* [PYTHON](Python3/Data-Structures/LISTS/inbuiltList.py)
120+
114121
### TREES
115122

116123
### HEAPS

0 commit comments

Comments
 (0)