Binary Search Tree - with additional recursion functions (smallest, parent & successor) etc
标签: additional recursion functions successor
上传时间: 2014-11-28
上传用户:sxdtlqqjl
实现阿克曼函数并统计递归调用次数 Counting times of recursion calling 1. 问题描述 定义阿克曼递归函数: ACK(0,n)=n+1 n>=0 ACK(m,0)=ACK(m-1,1) m>=1 ACK(m,n)=ACK(m-1,ACK(m,n-1)) m,n>0 2. 基本要求 读入m、n,输出ACK(m,n)的值,并统计递归调用次数。
标签: recursion Counting calling times
上传时间: 2015-06-11
上传用户:hgy9473
c code for sequencial recursion search
标签: sequencial recursion search code
上传时间: 2015-10-10
上传用户:dengzb84
The Chinese promises the tower question is the most classical recursion question, this question has designed this game, alternately plays by the user and automatically demonstrates two parts to be compose
标签: question classical the recursion
上传时间: 2013-12-19
上传用户:ryb
This article is a tree list recursion.
标签: recursion article This tree
上传时间: 2016-09-04
上传用户:xc216
gives the concepts of recursion in different languages.
标签: different languages recursion concepts
上传时间: 2017-05-19
上传用户:qweqweqwe
LPC_durbin-durbin recursion(autocorrelations to lpc coef). description: compute predictor coefficients from autocorrelations based on durbin recursion.
标签: LPC_durbin-durbin autocorrelations description recursion
上传时间: 2014-08-25
上传用户:weiwolkt
輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) recursion,Linked Lists, 4) Stacks and Queues, 5) Algorithm Analysis, 6) Insertion Sort and Mergesort, 7) Quicksort, 8) Heaps and Heapsort, 9) Lower Bound of Sorting and Radix Sort, 10) Binary Trees and Binary Search Trees 11) AVL Trees, 12) B+ Trees 13) Graphs and Breadth-First Search 14) Depth-First Search 15) Connected Components, Directed Graphs, 16) Topological Sort 17) Hashing 18) Pattern Matching 19) Additional Review
标签: Pointers Dynamic Objects review
上传时间: 2014-10-10
上传用户:chfanjiang
A fractal is generally "a rough or fragmented geometric shape that can be split into parts, each of which is (at least approximately) a reduced-size copy of the whole,"[1] a property called self-similarity. The term was coined by Benoî t Mandelbrot in 1975 and was derived from the Latin fractus meaning "broken" or "fractured." A mathematical fractal is based on an equation that undergoes iteration, a form of feedback based on recursion.[2]
标签: fragmented generally geometric fractal
上传时间: 2014-01-18
上传用户:as275944189