The way i see it. In my case it is not possible to use LinQ. I have to use hard coding to get to the closest value.
That mean if i want to merge all my lists it wont be possible to use concat and will have to find another way. That's because i have like 50 lists and i have to find the closest from fibo for all lists.

Comment