由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 一个geeksforgeeks上的题,有更优解吗 (转载)
相关主题
Re: 请教一道题目[合集] 解一道 GOOGLE 面试题 ... (转载)
请问这道题怎么解决?请问一个基本的minimization problem有没有近似解法? (转载)
[合集] 一个链表倒转的问题[合集] 一道M$面试题的解法... (转载)
C++如何实现graph?[合集] 抛砖引玉-又一道M$面试题的解法... (转载)
有人set up过 多个node的Cassandra 么? (转载)单链表里找循环链的起点的解法质疑
C++: What is the difference between the two approaches?[c++]distinct default parameter value in inherited class
Cassandra 里的 partitionAn Bloomberg interview question
解一道 GOOGLE 面试题 ...C++ library for REST
相关话题的讨论汇总
话题: 优解话题: distinct
进入Programming版参与讨论
1 (共1页)
L********y
发帖数: 283
1
【 以下文字转载自 JobHunting 讨论区 】
发信人: Linamayday (栗子的出头天), 信区: JobHunting
标 题: 一个geeksforgeeks上的题,有更优解吗
发信站: BBS 未名空间站 (Thu May 31 00:02:56 2018, 美东)
https://www.geeksforgeeks.org/root-leaf-path-maximum-distinct-nodes/
Given a Binary Tree, find count of distinct nodes in a root to leaf path
with maximum distinct nodes.
我在一个面试的时候说了这个解法,结果说还有解法 with less complexity
h**c
发帖数: 1979
2
不可能比O(n)更好啊,总要所有node都过一边的
1 (共1页)
进入Programming版参与讨论
相关主题
满血复活有人set up过 多个node的Cassandra 么? (转载)
Leetcode的系统真是弱爆了 (转载)C++: What is the difference between the two approaches?
最小Manhattan距离Cassandra 里的 partition
我的解法更简洁解一道 GOOGLE 面试题 ...
Re: 请教一道题目[合集] 解一道 GOOGLE 面试题 ... (转载)
请问这道题怎么解决?请问一个基本的minimization problem有没有近似解法? (转载)
[合集] 一个链表倒转的问题[合集] 一道M$面试题的解法... (转载)
C++如何实现graph?[合集] 抛砖引玉-又一道M$面试题的解法... (转载)
相关话题的讨论汇总
话题: 优解话题: distinct