Single Linked List implementation in Scala 17 Jan 2020 4 min read Data Structure Linked list is linear data structure where elements are not sorted and there memory locations are not in sequence.So liked list has Struct called Node which hold data and reference to the