Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Concurrent;
using System.Threading;
using System.Threading.Tasks;
namespace GeneralTests
{
internal class Program
{
using System;
using System.Collections.Concurrent;
using System.Threading;
using System.Threading.Tasks;
namespace GeneralTests
{
internal class Program
{
@mennankara
mennankara / gist:3297288
Created August 8, 2012 18:23
Binary search in non overlapping interval tree
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
namespace GeneralTests
{
internal class Program
{
public class RangeGroup