Split List into equal parts in C#
Views (187)
Hi,
Had a requirement to split a List in 3 smaller lists.
For e.g. if a list has 13 different elements.
It has to split into 3 list containing 5, 5 and 3 elements in it.
The helpful post
Hope it helps !
Filed under: C# Tagged: C#
This was originally posted here.

Like
Report
*This post is locked for comments