Dmitriy Sosunov
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Unexplained suggestion that variable may be null
AnsweredHi, Please help me understand the following suggestion; private static IList<int> Merge2(IList<string> intervals){string previous = null; var list = new List<int>(); if (intervals == null || in...