资源列表
main
- 包括avl树的建立插入和删除操作,对单个节点的操作-Including the establishment of insert and delete operations avl tree on a single node operation
test
- 把中序变后序,并输出后序计算所得的结果。输入时中序-The change in the sequence after sequence, sequence calculation results obtained after output. When the input sequence
Data-structure-source-code
- 数据结构经典算法的代码,是很用,有助于学习-Data structure classical algorithm code is used to help learning
StrassenFloat
- 斯特拉森算法的实现,用于计算矩阵乘法,时间复杂度为nlgn-strassen alg
1billon_remove_duplicate_not_sort.c
- 支持10亿个数字(范围从[0, 1000000000) 的快速去重。-Support 1 billion digits (ranging from [0, 1000000000) rapid de-emphasis.
olokliromata-gl
- calculate integrals and methods of integration
parag_syntheton
- calculate derivatives of functions
theoria-mathimatikon-genikis-paideias-g-lykeiou.z
- theory of mathematics in high school
theory-equation-first-degree
- theory of first degree equations
Fortran2
- 这是一个采用平面四边形八节点等参单元的平面有限元分析程序。 PROGRAM PLANEFEM IMPLICIT REAL*8(A-H,O-Z) CHARACTER*80 LINECHAR,NEWLINECHAR COMMON A(30000),L(4000) COMMON /SOL/NPOIN,NELEM,NTYPE,NMATS OPEN(5,FILE= FEMDATA ,STATUS= OLD ) OPEN(6,FILE= FEMOUT ,STATU
6226754PLANEFEM
- PROGRAM PLANEFEM IMPLICIT REAL*8(A-H,O-Z) CHARACTER*80 LINECHAR,NEWLINECHAR COMMON A(30000),L(4000) COMMON /SOL/NPOIN,NELEM,NTYPE,NMATS OPEN(5,FILE= FEMDATA ,STATUS= OLD ) OPEN(6,FILE= FEMOUT ,STATUS= UNKNOWN ) C 以下进行的是从数据文件FEMDAT
AATree
- 自平衡二叉查找树,试过一些题,应该没什么bug。支持插入、删除、最大/最小值,求第k大,检索,前驱,后继;动态/静态内存都有,静态慢些,不过有些题用动态回MLE,切记-Self-balancing binary search tree, tried some of the questions, it should be no bug. Supports insert, delete, maximum/minimum, seeking the first k large, retrieval, p
