🪴 Scala Stack

Search IconIcon to open search

All Tags

Scala-Exercises

1 notes with this tag

  • Coding Challenges Day One

    GitHub Source Code Problem One (Top K Frequent Elements) Understanding the problem 1-First It’s not an empty array sow we won’t bother ourselves about (Options ,Some,Nil) 2-Second Array in Scala in Mutable indexed homogenous type of collection,so what benefits an array brings as a data structure the elements in array can be accessed randomly by using the index number....

    5 minute read. Last updated June 28, 2022

scala-lang

1 notes with this tag

  • Scala programming concept part one

    GitHub Source Code Brief Introduction To Scala Scala stands for “scalable language.” The language is so named because it was designed to grow with the demands of its users....

    9 minute read. Last updated June 27, 2022