#set

[ follow ]
Alvinalexander
4 months ago
Scala

A Scala 3 function that counts the number of vowels in the String it is given as input

Using Scala 3 Set as a function for counting vowels in a string. [ more ]
TechBeamers
8 months ago
Python

How to Make a Unique List in Python

Using sets is a simple and efficient way to create a unique list in Python.
List comprehensions provide a shortcut to filter out duplicates and create a unique list. [ more ]
[ Load more ]