Tendō·Pein:关于华为公司嘛 懂的都懂,今年讨论区什么样不知道,去年的话 黑华为就是政治正确;骂就完了,主要是计算机专业人不屑这种什么人都能进的低门槛企业吧;不过有一说一,对于很多非科班出身的速成来说,这里确实是不错的选择。除了有色眼镜之外还有就是正式员工和应届生之间还是有信息不对等的关系的,可以质疑但是不要误导别人,除非拿得出依据,不要道听途说,没必要
投递华为等公司10个岗位 >
0 点赞 评论 收藏
分享
失业风险巨大:二题全a还半小时 选择题做的有点匆忙
投递爱奇艺等公司10个岗位 >
0 点赞 评论 收藏
分享
乱世逍遥:long flipCards(long n,long m){
if (m == 1) {
if (n == 1)return 1;
else return n - 2;
}
else if (n == 1) return m - 2;
else return (n - 2)*(m - 2);
}
投递网易等公司10个岗位 >
0 点赞 评论 收藏
分享
漂移两极://考完试才做出来,自己写了几个例子试了一下是对的,不知道有没有更高效的思路 import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Scanner; import java.util.Set; public class Main { static class Result{ int back; int notback; public Result(int back,int notback){ this.back = back; this.notback = notback; } } static class Pair{ int p1,p2; public boolean contains(int s){ return p1==s||p2==s; } public Pair(int p1,int p2){ this.p1 = p1; this.p2 = p2; } public int another(int p){ if (p==p1){ return p2; }else return p1; } } public static void main(String[] args) { Scanner s = new Scanner(System.in); int n = s.nextInt(); s.nextLine(); Set<Pair> pool = new HashSet<Pair>(); for (int i=0;i<n-1;i++){ String[] temp = s.nextLine().split(" "); pool.add(new Pair(Integer.parseInt(temp[0]),Integer.parseInt(temp[1]))); } //System.out.println(pool.size()); System.out.println(func(1,pool).notback); } private static Result func(int i, Set<Pair> pool) { Set<Pair> connted = connected(pool,i); if (connted.size()==0){ //System.out.println(i+","+"0,0"); return new Result(0,0); } pool.removeAll(connted); int m =0,n=0; List<Result> results = new ArrayList<Result>(); for (Pair p:connted){ int v = p.another(i); Result r = func(v,pool); results.add(r); } int max = 0; for (Result result:results){ m += result.back + 2; if (result.back-result.notback>max){ max = result.back-result.notback; } } n = m -max -1; //System.out.println(i+","+m+","+n); return new Result(m,n); } private static Set<Pair> connected(Set<Pair> pool,int target){ Set<Pair> ret = new HashSet<Pair>(); for (Pair p:pool){ if (p.contains(target)){ ret.add(p); } } return ret; } }
投递美团等公司10个岗位 >
0 点赞 评论 收藏
分享
0 点赞 评论 收藏
分享
学习使我快乐6:有点皮
投递华为等公司10个岗位 >
0 点赞 评论 收藏
分享
Tendō·Pein://谢谢各位大佬点赞,只求一件卫衣,祝各位点赞的哥哥姐姐们都能拿到称心如意的offer
投递远景等公司10个岗位 >
0 点赞 评论 收藏
分享
Tendō·Pein://谢谢各位大佬点赞,只求一件卫衣,祝各位点赞的哥哥姐姐们都能拿到称心如意的offer
投递华为等公司10个岗位 >
0 点赞 评论 收藏
分享
2018-08-12 11:57
华为_无线网络解决方案销售部_产品经理 0 点赞 评论 收藏
分享
投递网易等公司10个岗位 >
0 点赞 评论 收藏
分享
关注他的用户也关注了: