首页 > 编程语言 > 详细

代写程序|java二叉树字典查询(qq 928900200)

时间:2014-07-31 23:20:10      阅读:340      评论:0      收藏:0      [点我收藏+]

This assignment will help you practice and understand better the Binary Tree and Binary Search Tree data structures, their operations and implementations.

You are to design a small dictionary using the Binary Search Tree data structure. Each entry may include a word and its definitions. You should create the tree structure/dictionary using data input from an XML file and keep the file updated. After the dictionary is created, the user can search for a word. If it‘s found, the  definitions are displayed. If the searched word is not found, the user can add the word to the dictionary.
木其工作室。专业程序代写

代写程序|java二叉树字典查询(qq 928900200),布布扣,bubuko.com

代写程序|java二叉树字典查询(qq 928900200)

原文:http://www.cnblogs.com/java201407/p/3883519.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!