《数据结构、算法与应用C++语言描述》使用C++语言实现二维数组下三角矩阵 下三角矩阵定义 如下图所示: 代码实现 见Github::Data-Structures-Algorithms-and-Applications/_6lowerTriangularMatrix/