随笔分类 -  数据结构-2-3-4树

摘要:题目链接:http://codeforces.com/gym/102222/problem/E E. 2-3-4 Tree time limit per test 10.0 s memory limit per test 256 MB input standard input output stan 阅读全文
posted @ 2019-07-11 16:33 执||念 阅读(963) 评论(0) 推荐(0)
摘要:学习博客:https://blog.csdn.net/qy844083265/article/details/80716065 1、2-3-4树介绍 2-3-4树每个节点最多有四个字节点和三个数据项,名字中 2,3,4 的数字含义是指一个节点可能含有的子节点的个数。对于非叶节点有三种可能的情况: ① 阅读全文
posted @ 2019-07-11 16:30 执||念 阅读(241) 评论(0) 推荐(0)