© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Sivaraman Arumugam
Writes about Bigdata, System Design, DSA, Python and SQL
Array: A collection of items in a contiguous manner. Python list based on array data structures. Array index always starts from 0 and ends at n-1 where n is length of an array. Each index have own address ( in hexadecimal format). In array we can a...
No responses yet.