C++ - interval tree implementation

前端 未结 5 740
情话喂你
情话喂你 2020-12-01 05:35

Does someone know any good interval tree implementation in C++?

Obviously, something template-driven, better in boost-like style.<

5条回答
  •  Happy的楠姐
    2020-12-01 05:58

    There appears to be one in the NCBI C++ Toolkit.

    Jury's still out on whether it's "good," though (and even whether it's template-driven; I'm still somewhat new to C++, so I'm not entirely sure that it is, but I suspect as much).

提交回复
热议问题