I have multiple lists inside of a list, I would like to get the name of the list with the lowest amount of items inside of it
how can i achieve that the best possible way
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Jan 6, 2021, 5:37 AM
int
>> nums = new Listint>>() { list1, list2, list3, list4 };
Mageshwaran RPosted Jan 6, 2021, 6:24 AM
Kiran MohantyPosted Jan 6, 2021, 5:37 AM