Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 81e0019

Browse files
committed
Update Notes.md
1 parent e653197 commit 81e0019

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PythonDataStructsAndAlgo/Notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,8 @@
6868
- *Array module does not provide support for making compact arrays of user-defined data types*
6969
-- Example: stacks, queues, trees, linked lists, graphs, Hashmaps etc... This are not built in python data types.
7070
> DATA TYPE Table in the book on page 191
71+
72+
>The array module does not provide support for making compact arrays of user-defined data types. Compact arrays of such structures can be created with the lower-level support of a module named ctypes.
73+
74+
### Dynamic Arrays and Amortization
75+
> When creating a low-level array in a computer system, the precise size of that array must be explicitly declared in order for the System to properly allocate a consecutive piece of memory for its storage.

0 commit comments

Comments
 (0)