由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 算法作业2
相关主题
in what case O(n*2) is better than O(n).一道linkedin的graph题
请教一道面试题问一道题(groupon)
问个g的面试题a question on finding longest path between two vertices
请教一下超大图的存储问题请教一个算法
Graph problemFind shortest among two nodes in binary tree
关于leetcode上的jump code1和2问题的一点讨论PageRank简单问题
Depth-First-SearchA problem.
报Google Offer并请教面试题[合集] Google Phone Interview
相关话题的讨论汇总
话题: nodes话题: number话题: give
进入JobHunting版参与讨论
1 (共1页)
g*********e
发帖数: 14401
1
given a directed graph.
each edge has weight {0,1,2,...K}
from a start node s, find shortest path to all nodes in the network. Give
an O(K|V|+|E|) algorithm.
V is number of nodes, E number of edges
1 (共1页)
进入JobHunting版参与讨论
相关主题
[合集] Google Phone InterviewGraph problem
图的拷贝关于leetcode上的jump code1和2问题的一点讨论
Amazon面试题请教Depth-First-Search
一道fb的题,clone a graph报Google Offer并请教面试题
in what case O(n*2) is better than O(n).一道linkedin的graph题
请教一道面试题问一道题(groupon)
问个g的面试题a question on finding longest path between two vertices
请教一下超大图的存储问题请教一个算法
相关话题的讨论汇总
话题: nodes话题: number话题: give