CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程

文件名称:trees

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    868.26kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

树的和

★问题描述

LISP是一种高级语言,可以用它来表示其它的数据结构,例如二叉树。二叉树由LISP的S

表达式来表示,其规则如下:

空树=()

树= (整数 左子树 右子树)

叶节点=(整数 () ())

★编程任务

问题是给定一棵由LISP的S表达式决定的二叉树,问是否存在一条从根到叶节点的路径

P,使这条路径上所有节点的和等于一个给定的整数I。

★数据输入

由文件input.txt给出输入数据。每个输入数据包含多组数据,每组数据包含一个整数I和

一个S表达式T(代表二叉树),整数I后可以跟多个空格。S表达式可以跨越多行,可以包含多余

的空格。

★结果输出

将计算结果输出到文件output.txt。如果存在一条路径p,使路径上所有节点的和等于I,

则输出”yes”,否则输出”no”。

输入文件示例输出文件示例

input.txt output.txt

22 (5(4(11(7()())(2()()))

())

(8(13()())(4()(1()()))))

20 (5(4(11(7()())(2()()))

())

(8(13()())(4()(1()()))))

10 (3

(2 (4 () () )

(8 () () ) )

(1 (6 () () )

(4 () () ) ) )

5 ()

yes

no

yes

no

-Descr iption of the problem ★

LISP is a high-level language, you can use it to that other data structures, such as binary tree. Binary tree by the LISP S-

Expression to that of its rules as follows:

Empty tree = ()

Tree = (Integer left subtree right subtree)

Leaf node = (integer () ())

★ programming tasks

The problem is given by an S-expression LISP decision tree to ask whether there is a leaf node from the root to the path

P, so that all nodes on the path and equal to a given integer I.

★ data entry

Given by the input data file input.txt. Each input data includes multiple sets of data, each data contains an integer I and

An S expression T (on behalf of binary tree), integral I can be with a number of spaces. S expression across multiple lines, may contain redundant

Spaces.

★ output

The results will be output to the file output.txt. If there is a path p, so that the path on all nodes and equal to I,

Then output "yes", otherwise output "no".

Sample input file output file
(系统自动生成,下载前可以参看下载内容)

下载文件列表

trees/Debug/trees.exe
trees/Debug/trees.ilk
trees/Debug/trees.obj
trees/Debug/trees.pch
trees/Debug/trees.pdb
trees/Debug/vc60.idb
trees/Debug/vc60.pdb
trees/ReadMe.txt
trees/StdAfx.cpp
trees/StdAfx.h
trees/trees.cpp
trees/trees.dsp
trees/trees.dsw
trees/trees.ncb
trees/trees.opt
trees/trees.pdf
trees/trees.plg
trees/trees.ppt
trees/trees.txt
trees/Debug
trees

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com