All Notes
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....
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....