Zip, a Scala language concept
Last updated
'zip' allows you to combine two lists pair-wise (meaning turn a pair of lists, into a list of pairs)
It can be used over Arrays, Lists, Views, Iterators and other collections.
Last updated
'zip' allows you to combine two lists pair-wise (meaning turn a pair of lists, into a list of pairs)
It can be used over Arrays, Lists, Views, Iterators and other collections.
Fully unit-tested, with explanations and relevant concepts; new algorithms published about once a week.
To save you going through various tutorials, we cherry-picked the most useful Scala concepts in a consistent form.
Maximize your Scala with disciplined and consistently unit-tested solutions to 100+ algorithms.
Use it from improving your day-to-day data structures and Scala; all the way to interviewing.