Author: Prakash

yellow bokeh photo

Vector Vs List in Scala

Reading Time: 5 minutes Introduction In this article, we will compare the List and Vector data structures in Scala and analyze the pros and cons of using them in different use cases. As we all know List is the most popular data structure in scala and quite simply the most beginner friendly of Scala Collections. But is it the obvious choice for all if not most cases? Let us Continue Reading