4 Common Data Structures
Originally posted on my blog
1.) Arrays
A collection of elements identified by an index or a key
example:
ex_arr = [1, 'string', 3, 'four']
print(ex_arr[3])
answer:
four
2.) Linked Lists
A collection of data elements, called nodes that contain a...
blog.vicentereyes.org5 min read
Lynie Tampos
Life starts after coffee.
I think I found a mentor.... hehehe