samedi 22 août 2020

Scala: How to insert randomly an element into a List

Given a List[Int] l, how can I insert randomly a new element elem into the List[Int] l?

def randomInsert(l: List[Int], elem: Int): List[Int] = ???



Aucun commentaire:

Enregistrer un commentaire