资源列表
[数据结构常用算法] balancedTree
说明:平衡二叉树的搭建与维护,构造与基本计算等方面的功能-Build and maintain a balanced binary tree, structure and other aspects of basic computing functions<高增诚> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] TourOfTheKnight
说明:通过这个程序,可以获得对回溯算法的基本理解。在 n × n 方格的国际象棋棋盘上,马(也称为骑士Knight)从任意指定的方格出发,以跳马规则(横一步竖两步或横两步竖一步),周游棋盘的每一个格子,要求每个格子只能跳过一次。-Through this program, you can get a basic understanding of backtracking algorithms. On the chess board n n s<何致奇> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] BalancedBinaryTree
说明:该程序可以帮助初学者了解AVL树。输入一组关键字序列,并以此顺序建立一棵平衡二叉树,并在建树过程中用逆中序法输出每次插入新结点后的平衡二叉树形状。-The program can help beginners learn AVL tree. Enter a set of keywords sequences and in this order to establish balanced binary tree, and the achi<何致奇> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Partition-tree
说明:时代的眼泪-划分树 能在对数时间内求取区间第k大值-Partition tree<流火> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] TVsingradiente
说明:TV for denoising with step adaptative range selection<leo> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] word-in-reverse-order
说明:Program to print words in reverse order and punctuation marks in same order using stack.<Amrinder singh> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] traverse-postfix-to-prefix
说明:To create a expression tree and traverse postfix to prefix and infix.<Amrinder singh> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] VerifyBSTPosOrder
说明:验证一个输出序列是否为一个二叉树的后续遍历-Validation of a follow-up traversal output sequence is a binary tree two<箫筱沐羽> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] MinKDigits
说明:用最短的时间寻找最小的K个数,带有详细的解题说明-Use the shortest time to find a minimum number of K<箫筱沐羽> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ZigZag-Conversion
说明:Zigzag:即循环对角线结构( 0 8 16 1 7 9 15 17 2 6 10 14 18 3 5 11 13 19 4 12 20 ) 向下循环:nRows 斜角线循环:nRows-2(减去首尾两个端点)<www> 在 2025-01-31 上传 | 大小:1kb | 下载:0