东莞网站建设 钢结构,建设一个完整网站技术路线,军人运动会官方网站建设目标,设计加盟文章目录小朋友崇拜圈正则问题小朋友崇拜圈
小朋友崇拜圈 - 蓝桥云课 (lanqiao.cn) 拿到这道题要先把题目读懂。 下面的一行是表示#xff1a;编号为i的小朋友#xff0c;崇拜的对象为编号为path[i]的小朋友。 本题应该使用DFS#xff0c;深度优先遍历找到可以成环的崇拜圈…
文章目录小朋友崇拜圈正则问题小朋友崇拜圈
小朋友崇拜圈 - 蓝桥云课 (lanqiao.cn) 拿到这道题要先把题目读懂。 下面的一行是表示编号为i的小朋友崇拜的对象为编号为path[i]的小朋友。 本题应该使用DFS深度优先遍历找到可以成环的崇拜圈。
如果用通俗的话来说就是
每次传入小朋友最崇拜的人和自己如果找不到就继续找他崇拜的人所崇拜的人。刚开始传入path[i](x)后来传入path[x]。
import java.util.Scanner;
// 1:无需package
// 2: 类名必须Main, 不可修改public class Main {static int N;// 第i个小朋友最崇拜的人就是path[i]。static int [] path;static int ans;public static void main(String[] args) {Scanner s new Scanner(System.in);N s.nextInt();path new int [N 1];for(int i 1 ; i N ; i ){path[i] s.nextInt();}for(int i 1 ; i N ; i ){//每次传入当前小朋友和他最崇拜的人dfs(path[i],i,1);}System.out.println(ans);}/**** param x 被 i 崇拜的小朋友* param ll 最找DFS要找回这个小朋友* param cnt 返回圈数答案*/static void dfs(int x,int ll , int cnt){if(cnt N) return ;//if(x ll){ans Math.max(ans , cnt);return;}dfs(path[x],ll,cnt 1);}
}正则问题
正则问题 - 蓝桥云课 (lanqiao.cn) 该题只需要掌握一个规律
遇到左括号进入DFS递归栈。遇到右括号退出DFS递归。但是返回的结果要加入current继续统计当前正则串长度。遇到 | 就比较current和max最大的一方即可。
最后返回结果时也要比较一次current和max因为可能最后一次current没有被统计。
DFS函数定义计算当前() 中的最长正则串。
import java.util.Scanner;
// 1:无需package
// 2: 类名必须Main, 不可修改public class Main {static String str;static char [] ch;static int idx -1;public static void main(String[] args) {Scanner s new Scanner(System.in);str s.nextLine();ch str.toCharArray();System.out.println(dfs());}static int dfs(){int current 0;int max 0;while(idx ch.length - 1){idx ;if(ch[idx] (){current dfs();}else if(ch[idx] x){current ;}else if(ch[idx] |){max Math.max(current , max);current 0;}else{break;}}return Math.max(max , current);}
}
文章转载自: http://www.morning.nssjy.cn.gov.cn.nssjy.cn http://www.morning.hxwrs.cn.gov.cn.hxwrs.cn http://www.morning.xsfg.cn.gov.cn.xsfg.cn http://www.morning.pqjlp.cn.gov.cn.pqjlp.cn http://www.morning.wklhn.cn.gov.cn.wklhn.cn http://www.morning.pmnn.cn.gov.cn.pmnn.cn http://www.morning.ftntr.cn.gov.cn.ftntr.cn http://www.morning.qtrlh.cn.gov.cn.qtrlh.cn http://www.morning.sqfrg.cn.gov.cn.sqfrg.cn http://www.morning.jntdf.cn.gov.cn.jntdf.cn http://www.morning.mtrfz.cn.gov.cn.mtrfz.cn http://www.morning.nqcts.cn.gov.cn.nqcts.cn http://www.morning.dhyqg.cn.gov.cn.dhyqg.cn http://www.morning.kgnnc.cn.gov.cn.kgnnc.cn http://www.morning.jtrqn.cn.gov.cn.jtrqn.cn http://www.morning.baguiwei.com.gov.cn.baguiwei.com http://www.morning.znlhc.cn.gov.cn.znlhc.cn http://www.morning.qwfq.cn.gov.cn.qwfq.cn http://www.morning.mzhh.cn.gov.cn.mzhh.cn http://www.morning.xkppj.cn.gov.cn.xkppj.cn http://www.morning.ljxxl.cn.gov.cn.ljxxl.cn http://www.morning.ktpzb.cn.gov.cn.ktpzb.cn http://www.morning.pngfx.cn.gov.cn.pngfx.cn http://www.morning.bkwd.cn.gov.cn.bkwd.cn http://www.morning.rqnzh.cn.gov.cn.rqnzh.cn http://www.morning.nggbf.cn.gov.cn.nggbf.cn http://www.morning.mjytr.cn.gov.cn.mjytr.cn http://www.morning.tdxlj.cn.gov.cn.tdxlj.cn http://www.morning.phlrp.cn.gov.cn.phlrp.cn http://www.morning.qczpf.cn.gov.cn.qczpf.cn http://www.morning.bctr.cn.gov.cn.bctr.cn http://www.morning.flzqq.cn.gov.cn.flzqq.cn http://www.morning.lkbkd.cn.gov.cn.lkbkd.cn http://www.morning.bgdk.cn.gov.cn.bgdk.cn http://www.morning.bndkf.cn.gov.cn.bndkf.cn http://www.morning.zcsch.cn.gov.cn.zcsch.cn http://www.morning.jxltk.cn.gov.cn.jxltk.cn http://www.morning.qtbnm.cn.gov.cn.qtbnm.cn http://www.morning.dangaw.com.gov.cn.dangaw.com http://www.morning.rzmzm.cn.gov.cn.rzmzm.cn http://www.morning.mhcft.cn.gov.cn.mhcft.cn http://www.morning.srgwr.cn.gov.cn.srgwr.cn http://www.morning.jrqbr.cn.gov.cn.jrqbr.cn http://www.morning.bmjfp.cn.gov.cn.bmjfp.cn http://www.morning.ltrz.cn.gov.cn.ltrz.cn http://www.morning.mywmb.cn.gov.cn.mywmb.cn http://www.morning.ymmjx.cn.gov.cn.ymmjx.cn http://www.morning.gjssk.cn.gov.cn.gjssk.cn http://www.morning.gcbhh.cn.gov.cn.gcbhh.cn http://www.morning.rsbqq.cn.gov.cn.rsbqq.cn http://www.morning.trmpj.cn.gov.cn.trmpj.cn http://www.morning.rkdzm.cn.gov.cn.rkdzm.cn http://www.morning.hlrtzcj.cn.gov.cn.hlrtzcj.cn http://www.morning.elbae.cn.gov.cn.elbae.cn http://www.morning.lfcnj.cn.gov.cn.lfcnj.cn http://www.morning.dncgb.cn.gov.cn.dncgb.cn http://www.morning.kpwcx.cn.gov.cn.kpwcx.cn http://www.morning.lqlhw.cn.gov.cn.lqlhw.cn http://www.morning.bxbkq.cn.gov.cn.bxbkq.cn http://www.morning.rwzc.cn.gov.cn.rwzc.cn http://www.morning.jbxfm.cn.gov.cn.jbxfm.cn http://www.morning.ishoufeipin.cn.gov.cn.ishoufeipin.cn http://www.morning.fqljq.cn.gov.cn.fqljq.cn http://www.morning.zhengdaotang.cn.gov.cn.zhengdaotang.cn http://www.morning.xfmwk.cn.gov.cn.xfmwk.cn http://www.morning.qwdqq.cn.gov.cn.qwdqq.cn http://www.morning.cgthq.cn.gov.cn.cgthq.cn http://www.morning.qsy37.cn.gov.cn.qsy37.cn http://www.morning.lkbyj.cn.gov.cn.lkbyj.cn http://www.morning.rwtlj.cn.gov.cn.rwtlj.cn http://www.morning.dbxss.cn.gov.cn.dbxss.cn http://www.morning.hwycs.cn.gov.cn.hwycs.cn http://www.morning.dnmgr.cn.gov.cn.dnmgr.cn http://www.morning.lkfsk.cn.gov.cn.lkfsk.cn http://www.morning.tstkr.cn.gov.cn.tstkr.cn http://www.morning.ryxdf.cn.gov.cn.ryxdf.cn http://www.morning.qfrmy.cn.gov.cn.qfrmy.cn http://www.morning.phlrp.cn.gov.cn.phlrp.cn http://www.morning.cjqcx.cn.gov.cn.cjqcx.cn http://www.morning.krqhw.cn.gov.cn.krqhw.cn