Class Inside Class, a Scala language concept
Last updated
A great aspect of Scala is being able to declare classes in other classes. This allows one to reduce repetition and for example refer to values of the outer class effortlessly.
Last updated
A great aspect of Scala is being able to declare classes in other classes. This allows one to reduce repetition and for example refer to values of the outer class effortlessly.
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.