Arrays

  • Published on
    In my progress to master the fundamentals of programming and improving my skills in data structures and algorithms. One of the first and highest priority to learn topics in this landscape are arrays, one of the most common data structures encountered during interviews. In this post, I will take a deep dive into understanding arrays, it's pros and cons, their structures, operations, and use cases.