递归搜索 [英] Recursive Search

查看:73
本文介绍了递归搜索的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello Everyone!

我有一个链表,我正在尝试包含一个递归搜索。

但是,我无法理解我会怎么做。

我不太明白递归搜索....你们中的任何人都会如此

善意向我解释......也许包括一些例子。


我会非常感激!!!

Hello Everyone!
I have a linked list and am trying to include a recursive search.
However, I am having trouble understanding how I would go about that.
I don''t quite understand a recursive search....would any of you be so
kind to explain it to me...maybe include some examples.

I would GREATLY appreciate it!!!

推荐答案

作为****** @ msn.com 写道:

你好每个人!

我有一个链表,我试图包含一个递归搜索。

但是,我很难理解我会怎么做。

我不太明白递归搜索....你们中的任何一个人都会这样吗

善意向我解释......也许包括一些例子。
Hello Everyone!
I have a linked list and am trying to include a recursive search.
However, I am having trouble understanding how I would go about that.
I don''t quite understand a recursive search....would any of you be so
kind to explain it to me...maybe include some examples.



您对递归有什么了解?功能?

What do you know about "recursive" functions ?


8月9日晚上9点01分,Gianni Mariani< gi3nos ... @ mariani.wswrote:
On Aug 9, 9:01 pm, Gianni Mariani <gi3nos...@mariani.wswrote:

Ashee ... @ msn.com写道:
Ashee...@msn.com wrote:

大家好!

我有一个链表并正在尝试包括一个递归搜索。

然而,我无法理解我将如何去做。

我不太了解递归搜索....你们中的任何一个人都会这样对我说清楚......可能包括一些例子。
Hello Everyone!
I have a linked list and am trying to include a recursive search.
However, I am having trouble understanding how I would go about that.
I don''t quite understand a recursive search....would any of you be so
kind to explain it to me...maybe include some examples.



您对递归有什么了解?功能 ?


What do you know about "recursive" functions ?



*****

我知道递归函数用于排序,你可以使用

用于添加值集合的递归函数。比如添加

斐波那契序列。

*****
I know that recursive functions are used in sorting and you can use
recursive functions to add a collection of values. Such as adding the
fibonacci sequence.


作为****** @ msn.com 写道:

8月9日晚上9点01分,Gianni Mariani< gi3nos ... @ mariani.wswrote:
On Aug 9, 9:01 pm, Gianni Mariani <gi3nos...@mariani.wswrote:

> Ashee ... @ msn.com写道:
>Ashee...@msn.com wrote:

>>大家好!
我有一个链表,我正在尝试包含一个递归搜索。
但是,我无法理解我将如何去做。
我不太了解递归搜索......你们中的任何人都会如此善意地向我解释......也许包括一些例子。
>>Hello Everyone!
I have a linked list and am trying to include a recursive search.
However, I am having trouble understanding how I would go about that.
I don''t quite understand a recursive search....would any of you be so
kind to explain it to me...maybe include some examples.


您对递归有什么了解?功能 ?

What do you know about "recursive" functions ?



*****

我知道递归函数用于排序,你可以使用

用于添加值集合的递归函数。例如添加

斐波那契序列。


*****
I know that recursive functions are used in sorting and you can use
recursive functions to add a collection of values. Such as adding the
fibonacci sequence.



链表是一个元素和一个链表或空链表。


这是否足以提示?

A linked list is one element and one linked list or the empty linked list.

Is that enough of a hint ?


这篇关于递归搜索的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆