由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 抛砖引玉,glassdoor上看来的zenefits题目
相关主题
bit manipulation 小题Given a node of a tree, find all nodes on the same level
Given two sorted list, find the k smallest number (binary search)amazon一道面试题
binary tree的最长root leaf pathbloomberg onsite题
Find the node with given value in binary tree in in-order问道题,binary tree里有一个有indegree 2
关于 max overlap interval 的一题Lowest common ancestor of two nodes of Binary Tree
请教一个Leetcode付费题Lowest Common Ancestor of multiple nodes in a binary tree
某家onsite面经recovery BST 不考虑相同值的情况么?
在版上看到的G题求zenefit online test 面经
相关话题的讨论汇总
话题: given话题: 160话题: string话题: good话题: nodes
进入JobHunting版参与讨论
1 (共1页)
t****i
发帖数: 88
1
在glassdoor上找了一下zenefits的SDE面经,不知道真伪,有个题目倒是跟版上一个贴
出来的一样。 有的题目语焉不详, 还请看明白的指点一下题面。
If I give you a list of overlapping time periods, [9am-12pm, 10-1pm, 2-4pm,
3-6pm] -> [9-1pm, 2-6pm]
======
1) Good nodes problem using Linkedlist
2) possible number of paths in a matrix of 1's and 0's  
========
The first question was about flipping the bits. Given a binary string,
return the maximum number of 1s you can get if you flip the bits.  
=====
The second question was something about counting the maximum revenue for a
railway station given price of a ticket equals the number of tickets
available.
===
Finding the next palindrome number   http://www.algorithmist.com/index.php/SPOJ_PALIN
====
Reverse a string (this is a string => string a is this)  
====
Place people in a company hierarchy by linking them with who they report to
 
http://www.mitbbs.com/article_t/JobHunting/32935195.html
===
Implement a "super stack" -- a basic stack with some additional specified
features.  
===
Given a positive integer, find the smallest zero-one multiple.  
====
Given a Binary Search Tree with integers at every node and an integer k,
write code that decides whether or not there exists two nodes a and b such
that a+b=k  
下面三个题目是我没看明白题目的,有两个放狗搜了一下, 有些头绪,最后那个'Good
nodes problem'彻底不明白了
Given a binary string, return the maximum number of 1s you can get if you
flip the bits
is it this Q? http://www.careercup.com/question?id=6262507668766720
Given a positive integer, find the smallest zero-one multiple.  
http://math.stackexchange.com/questions/388165/how-to-find-the-smallest-number-with-just-0-and-1-which-is-divided-by-a-give
http://stackoverflow.com/questions/16458026/how-to-find-the-smallest-number-with-just-0-and-1-which-is-divided-by-a-given-nu
Good nodes problem using Linkedlist 这个什么意思??彻底没看懂
t****i
发帖数: 88
1 (共1页)
进入JobHunting版参与讨论
相关主题
求zenefit online test 面经关于 max overlap interval 的一题
Zenefits面经(已挂)请教一个Leetcode付费题
一道老题目某家onsite面经
请教一道题目在版上看到的G题
bit manipulation 小题Given a node of a tree, find all nodes on the same level
Given two sorted list, find the k smallest number (binary search)amazon一道面试题
binary tree的最长root leaf pathbloomberg onsite题
Find the node with given value in binary tree in in-order问道题,binary tree里有一个有indegree 2
相关话题的讨论汇总
话题: given话题: 160话题: string话题: good话题: nodes