#data-structures
Read more stories on Hashnode
Articles with this tag
Given a = [1,2,3,4,5]; how do you reverse it, using your own scratch algorithm. Why not use Python slice step size to do it. >>> a =...