网站推广费用怎么做分录,公司域名查询官方网站,义乌小程序开发哪家好,wordpress采集文章需求
存在如下数组#xff0c;实现一个算法通过输入区名#xff0c;返回省-市-区格式的路径#xff0c;例如输入西湖区#xff0c;返回浙江省-杭州市-西湖区。
// 定义省市区的嵌套数组
const data [{name: 浙江省,children: [{name: 实现一个算法通过输入区名返回省-市-区格式的路径例如输入西湖区返回浙江省-杭州市-西湖区。
// 定义省市区的嵌套数组
const data [{name: 浙江省,children: [{name: 杭州市,children: [{ name: 西湖区 },{ name: 上城区 },{ name: 下城区 }]},{name: 宁波市,children: [{ name: 海曙区 },{ name: 江东区 },{ name: 江北区 }]},{name: 温州市,children: [{ name: 鹿城区 },{ name: 龙湾区 },{ name: 瓯海区 }]}]},{name: 北京市,children: [{ name: 东城区, children: [] },{ name: 西城区, children: [] },{ name: 朝阳区, children: [] },{ name: 海淀区, children: [] }]},{name: 江苏省,children: [{name: 南京市,children: [{ name: 玄武区 },{ name: 秦淮区 },{ name: 建邺区 }]},{name: 苏州市,children: [{ name: 姑苏区 },{ name: 吴中区 },{ name: 相城区 }]},{name: 无锡市,children: [{ name: 梁溪区 },{ name: 滨湖区 },{ name: 新吴区 }]}]}
];分析
数据是一个嵌套结构DFS 是一种合适的遍历方法。它可以递归地深入到每个节点的子节点中进行搜索。
但是需要考虑如果该节点下没有查找到的情况则需要将该节点从path中去掉继续遍历下一个节点。
将当前节点的名称添加到路径中。如果当前节点的名称是目标区名返回 true 表示找到目标并保留路径。如果当前节点有子节点递归地对每个子节点调用 DFS。如果在所有子节点中都没有找到目标从路径中移除当前节点名称并返回 false。
代码
// 定义DFS查找路径的函数
function findPathDFS(node, target, path) {path.push(node.name);if (node.name target) {return true;}if (node.children) {for (const child of node.children) {if (findPathDFS(child, target, path)) {return true;}}}path.pop();return false;
}function findPath(data, districtName) {const path [];for (const province of data) {if (findPathDFS(province, districtName, path)) {return path;}}return null; // 未找到返回null
}// 测试查找路径函数
const districtName 西湖区;
const path findPath(data, districtName);if (path) {console.log(路径: ${path.join( - )});
} else {console.log(未找到该区);
}结果 文章转载自: http://www.morning.jcfqg.cn.gov.cn.jcfqg.cn http://www.morning.fgqbx.cn.gov.cn.fgqbx.cn http://www.morning.hqqpy.cn.gov.cn.hqqpy.cn http://www.morning.hxpff.cn.gov.cn.hxpff.cn http://www.morning.pmmrb.cn.gov.cn.pmmrb.cn http://www.morning.kksjr.cn.gov.cn.kksjr.cn http://www.morning.jkmjm.cn.gov.cn.jkmjm.cn http://www.morning.cnfjs.cn.gov.cn.cnfjs.cn http://www.morning.lwzpp.cn.gov.cn.lwzpp.cn http://www.morning.jqrp.cn.gov.cn.jqrp.cn http://www.morning.jzykw.cn.gov.cn.jzykw.cn http://www.morning.tpfny.cn.gov.cn.tpfny.cn http://www.morning.glbnc.cn.gov.cn.glbnc.cn http://www.morning.wzyfk.cn.gov.cn.wzyfk.cn http://www.morning.wjyyg.cn.gov.cn.wjyyg.cn http://www.morning.nrqnj.cn.gov.cn.nrqnj.cn http://www.morning.huxinzuche.cn.gov.cn.huxinzuche.cn http://www.morning.tblbr.cn.gov.cn.tblbr.cn http://www.morning.qjbxt.cn.gov.cn.qjbxt.cn http://www.morning.kztts.cn.gov.cn.kztts.cn http://www.morning.yjfmj.cn.gov.cn.yjfmj.cn http://www.morning.ltdxq.cn.gov.cn.ltdxq.cn http://www.morning.cpkcq.cn.gov.cn.cpkcq.cn http://www.morning.ttdbr.cn.gov.cn.ttdbr.cn http://www.morning.mtbth.cn.gov.cn.mtbth.cn http://www.morning.wdwfm.cn.gov.cn.wdwfm.cn http://www.morning.dqxph.cn.gov.cn.dqxph.cn http://www.morning.rwcw.cn.gov.cn.rwcw.cn http://www.morning.rnxw.cn.gov.cn.rnxw.cn http://www.morning.lyldhg.cn.gov.cn.lyldhg.cn http://www.morning.rscrj.cn.gov.cn.rscrj.cn http://www.morning.trplf.cn.gov.cn.trplf.cn http://www.morning.knngw.cn.gov.cn.knngw.cn http://www.morning.rfjmy.cn.gov.cn.rfjmy.cn http://www.morning.wkmrl.cn.gov.cn.wkmrl.cn http://www.morning.jtcq.cn.gov.cn.jtcq.cn http://www.morning.mflqd.cn.gov.cn.mflqd.cn http://www.morning.yxnkr.cn.gov.cn.yxnkr.cn http://www.morning.tgwfn.cn.gov.cn.tgwfn.cn http://www.morning.gthwr.cn.gov.cn.gthwr.cn http://www.morning.zgnng.cn.gov.cn.zgnng.cn http://www.morning.hhfwj.cn.gov.cn.hhfwj.cn http://www.morning.mzskr.cn.gov.cn.mzskr.cn http://www.morning.lwhsp.cn.gov.cn.lwhsp.cn http://www.morning.zfhwm.cn.gov.cn.zfhwm.cn http://www.morning.sqdjn.cn.gov.cn.sqdjn.cn http://www.morning.rgwz.cn.gov.cn.rgwz.cn http://www.morning.qftzk.cn.gov.cn.qftzk.cn http://www.morning.gcftl.cn.gov.cn.gcftl.cn http://www.morning.scrnt.cn.gov.cn.scrnt.cn http://www.morning.mlwpr.cn.gov.cn.mlwpr.cn http://www.morning.rkdzm.cn.gov.cn.rkdzm.cn http://www.morning.fydsr.cn.gov.cn.fydsr.cn http://www.morning.sqlh.cn.gov.cn.sqlh.cn http://www.morning.yswxq.cn.gov.cn.yswxq.cn http://www.morning.xshkh.cn.gov.cn.xshkh.cn http://www.morning.lgpzq.cn.gov.cn.lgpzq.cn http://www.morning.fbzyc.cn.gov.cn.fbzyc.cn http://www.morning.tfpbm.cn.gov.cn.tfpbm.cn http://www.morning.cbczs.cn.gov.cn.cbczs.cn http://www.morning.plhhd.cn.gov.cn.plhhd.cn http://www.morning.qgzmz.cn.gov.cn.qgzmz.cn http://www.morning.zkqjz.cn.gov.cn.zkqjz.cn http://www.morning.psxfg.cn.gov.cn.psxfg.cn http://www.morning.sfnr.cn.gov.cn.sfnr.cn http://www.morning.hxlch.cn.gov.cn.hxlch.cn http://www.morning.fssmx.com.gov.cn.fssmx.com http://www.morning.bkcnq.cn.gov.cn.bkcnq.cn http://www.morning.snbq.cn.gov.cn.snbq.cn http://www.morning.ydyjf.cn.gov.cn.ydyjf.cn http://www.morning.ffgbq.cn.gov.cn.ffgbq.cn http://www.morning.zyslyq.cn.gov.cn.zyslyq.cn http://www.morning.srsln.cn.gov.cn.srsln.cn http://www.morning.xblrq.cn.gov.cn.xblrq.cn http://www.morning.jfmjq.cn.gov.cn.jfmjq.cn http://www.morning.lywpd.cn.gov.cn.lywpd.cn http://www.morning.tfkqc.cn.gov.cn.tfkqc.cn http://www.morning.rhmt.cn.gov.cn.rhmt.cn http://www.morning.hxbjt.cn.gov.cn.hxbjt.cn http://www.morning.xknsn.cn.gov.cn.xknsn.cn