Skip to content

Commit 39124ae

Browse files
committed
Added 1d implicit array to linear_data_structures module
1 parent d1b07c9 commit 39124ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pydatastructs/linear_data_structures/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
OneDimensionalArray,
1212
DynamicOneDimensionalArray,
1313
MultiDimensionalArray,
14-
ArrayForTrees
14+
ArrayForTrees,
15+
OneDimensionalImplicitArray
1516
)
1617
__all__.extend(arrays.__all__)
1718

0 commit comments

Comments
 (0)