
Автор: Bhim P. Upadhyaya
Издательство: Springer
Год: 2019
Язык: английский
Формат: pdf (true), djvu
Размер: 13.9 MB
This practically-focused textbook presents a concise tutorial on data structures and algorithms using the object-functional language Scala. The material builds upon the foundation established in the title Programming with Scala: Language Exploration by the same author, which can be treated as a companion text for those less familiar with Scala.
Scala is becoming popular in the big data space. Most senior Java-based software jobs, these days, prefer Scala proficiency. In this context, it is certainly helpful to be equipped with Scala implementations of popular data structures as well as algorithms. Most of the analytical tasks are better done by the functional style of processing. As Scala is an object-functional language, we can do multi-paradigm programming. Scala also supports polyglot programming, Java being the closest sibling.