# DynamicSegmentTree **Repository Path**: WellerZhao/DynamicSegmentTree ## Basic Information - **Project Name**: DynamicSegmentTree - **Description**: 基于平衡二叉树的动态线段树 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 2 - **Created**: 2014-09-29 - **Last Updated**: 2024-12-27 ## Categories & Tags **Categories**: mathlibs **Tags**: None ## README 环境:Code::Blocks 13.12 1、InputDate:生成输入测试数据。 2、OutputDate:生成输出测试数据。 3、DynamicSegmentTree:动态线段树源代码。