HarvardX CS50x - Week 2 - Arrays
We learned about arrays, that is how to store data inside of a computer using our very first data structure, if you will, this way of storing data back to back in a computer's memory. How do we store data more efficiently than we've seen before?And then we'll focus in particular on this idea of a string.