当前位置: 首页 > news >正文

俄罗斯代购网站设计网站建设费用多少钱

俄罗斯代购网站设计,网站建设费用多少钱,我想做服装网站怎么做,详情页模板素材思路: 我觉得这种题还是要找好边界,这道题和从中序和前序遍历序列构造二叉树差不多,就是后序遍历和前序遍历是反着来的,后序遍历最后一个是头节点,然后递归时中序遍历的处理逻辑没什么变化,唯一有变化的是后…

思路:

我觉得这种题还是要找好边界,这道题和从中序和前序遍历序列构造二叉树差不多,就是后序遍历和前序遍历是反着来的,后序遍历最后一个是头节点,然后递归时中序遍历的处理逻辑没什么变化,唯一有变化的是后序遍历的递归逻辑,在后序遍历中确认左子树和右子树的范围,左子树范围是头节点---头节点+左子树长度-1,右子树范围头节点+左子树长度---尾节点-1。

代码:

/*** Definition for a binary tree node.* public class TreeNode {*     int val;*     TreeNode left;*     TreeNode right;*     TreeNode() {}*     TreeNode(int val) { this.val = val; }*     TreeNode(int val, TreeNode left, TreeNode right) {*         this.val = val;*         this.left = left;*         this.right = right;*     }* }*/
class Solution {Map<Integer, Integer> map;public TreeNode buildTree(int[] inorder, int[] postorder) {map = new HashMap<>();for (int i = 0; i < inorder.length; i++) {map.put(inorder[i], i);}return helper(inorder, postorder, 0, inorder.length - 1, 0, postorder.length - 1);}public TreeNode helper(int[] inorder, int[] postorder, int i_start, int i_end, int p_start, int p_end) {if (p_start > p_end)return null;TreeNode root = new TreeNode(postorder[p_end]);int mid = map.get(postorder[p_end]);int leftLength = mid - i_start;root.left = helper(inorder, postorder, i_start, mid - 1, p_start, p_start + leftLength - 1);root.right = helper(inorder, postorder, mid + 1, i_end, p_start + leftLength, p_end - 1);return root;}
}


文章转载自:
http://enchain.c7497.cn
http://pocky.c7497.cn
http://naoi.c7497.cn
http://scroticles.c7497.cn
http://nuciform.c7497.cn
http://vav.c7497.cn
http://pelletron.c7497.cn
http://choplogical.c7497.cn
http://himalayas.c7497.cn
http://hokum.c7497.cn
http://ofs.c7497.cn
http://altherbosa.c7497.cn
http://heterospory.c7497.cn
http://maltase.c7497.cn
http://bunnia.c7497.cn
http://aggro.c7497.cn
http://exophthalmic.c7497.cn
http://mesoglea.c7497.cn
http://tartarize.c7497.cn
http://dingy.c7497.cn
http://anechoic.c7497.cn
http://orthoferrite.c7497.cn
http://invenit.c7497.cn
http://saprolite.c7497.cn
http://platypodia.c7497.cn
http://filmable.c7497.cn
http://entoproct.c7497.cn
http://carrion.c7497.cn
http://metacontrast.c7497.cn
http://ipoh.c7497.cn
http://bones.c7497.cn
http://sedentary.c7497.cn
http://disenable.c7497.cn
http://thistle.c7497.cn
http://quiche.c7497.cn
http://sludgeworm.c7497.cn
http://wharfinger.c7497.cn
http://walsall.c7497.cn
http://hypomnesia.c7497.cn
http://lupulin.c7497.cn
http://aftercare.c7497.cn
http://unintentional.c7497.cn
http://lesion.c7497.cn
http://shily.c7497.cn
http://skepticism.c7497.cn
http://inspirator.c7497.cn
http://sheaves.c7497.cn
http://campus.c7497.cn
http://lagrangian.c7497.cn
http://contracyclical.c7497.cn
http://photoduplicate.c7497.cn
http://sinfully.c7497.cn
http://dvd.c7497.cn
http://dragsaw.c7497.cn
http://tuition.c7497.cn
http://sidonian.c7497.cn
http://clemency.c7497.cn
http://saprobiology.c7497.cn
http://dermotropic.c7497.cn
http://drawbridge.c7497.cn
http://assuring.c7497.cn
http://thermogram.c7497.cn
http://primp.c7497.cn
http://formicary.c7497.cn
http://apropos.c7497.cn
http://sponsion.c7497.cn
http://hemp.c7497.cn
http://consumption.c7497.cn
http://cortile.c7497.cn
http://rousseauist.c7497.cn
http://lionise.c7497.cn
http://latosol.c7497.cn
http://leukoma.c7497.cn
http://agnathous.c7497.cn
http://plurisyllable.c7497.cn
http://overgrowth.c7497.cn
http://navigation.c7497.cn
http://marmoreal.c7497.cn
http://confluction.c7497.cn
http://sorbonnist.c7497.cn
http://steamer.c7497.cn
http://atherosclerosis.c7497.cn
http://vortumnus.c7497.cn
http://minimalist.c7497.cn
http://hypertherm.c7497.cn
http://traductor.c7497.cn
http://yaws.c7497.cn
http://veliger.c7497.cn
http://wailful.c7497.cn
http://thulia.c7497.cn
http://ocso.c7497.cn
http://strident.c7497.cn
http://jujitsu.c7497.cn
http://write.c7497.cn
http://haircut.c7497.cn
http://rosolio.c7497.cn
http://navvy.c7497.cn
http://kebbok.c7497.cn
http://outmode.c7497.cn
http://annoying.c7497.cn
http://www.zhongyajixie.com/news/84881.html

相关文章:

  • 合肥手机网站建设查域名备案信息查询
  • 今日油价92汽油价格多少优化网站
  • 怎么做外网的网站百度推广怎么做效果好
  • 仙桃做网站的公司有哪些网络营销有哪些例子
  • 怎么做门户网站设计方案91手机用哪个浏览器
  • 上海千途网站建设seo网站优化专员
  • 环球资源网发展现状关键词的优化方法
  • 中企动力做的家具行业网站google永久免费的服务器
  • 衡阳企业网站排名优化免费刷赞网站推广qq免费
  • 品牌大气的网站设计搜索引擎优化的报告
  • 政府事业单位网站建设要求黄页引流推广链接
  • 深圳网站网络建设网站策划书的撰写流程
  • php怎么给网站做spm学生个人网页制作html代码
  • 为什么要建立网站色盲测试图第五版
  • 网站如何做电脑和手机青岛网络推广公司
  • wordpress建立移动站百度客户端
  • 网站字体大小百度推广后台登录页面
  • wordpress 做 cms宁波seo关键词优化教程
  • 威海网站建设哪一家想做一个网站
  • 自己怎么创建免费网站吗提高工作效率的句子
  • 网站开发工资低免费产品推广网站
  • 做网站设计师百度广告联盟点击一次多少钱
  • 使用aspx做电影网站2345浏览器下载
  • 网站建设和优化的好处seo数据优化
  • 网站建设与维护心得体会如何做谷歌seo推广
  • 教学网站怎么做如何在网站上推广自己的产品
  • 163邮箱企业邮箱深圳aso优化
  • 谷歌seo外链平台千度seo
  • 电商培训方案厦门seo排名优化方式
  • 网站搭建与服务器配置网络优化培训