由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 问一个算法题目
相关主题
关于排列组合的题目的算法onsite后被拒,怎么回复对方邮件呢?
微软电面题Wildcard String Matching和怎么提高写程序能力的总结
请推荐 算法 和数据结构 的经典书shuffle card 算法
MS电面码农(程序员)的长远目标是什么? 应该以什么为目标来追求?
从N个元素中随机抽取K个元素的方法?关于LinkedIn家分行打印的题
MS Campus Interview Question (SDE position)经典activity selection的问题
k-selection algorithmhow to shuffle a deck of cards?
对Amazon的印象受影响了假如高纳德参加AFGM面试
相关话题的讨论汇总
话题: pool话题: selection话题: random话题: algorithm话题: infinite
进入JobHunting版参与讨论
1 (共1页)
m********0
发帖数: 2717
1
infinite pool, random selection. how to?
如果是finite pool, 我知道可以用knuth algorithm.
s*******s
发帖数: 1568
2
just like a a article you want to choose a character, you don't know the
length. There is standard algorithm to
deal with this.

【在 m********0 的大作中提到】
: infinite pool, random selection. how to?
: 如果是finite pool, 我知道可以用knuth algorithm.

k*k
发帖数: 49
3
reservoir sampling 吗?
s*x
发帖数: 3328
4
infinite pool 应该不可能有算法可以 random selection

【在 m********0 的大作中提到】
: infinite pool, random selection. how to?
: 如果是finite pool, 我知道可以用knuth algorithm.

g*******y
发帖数: 1930
5
define "random selection"?

【在 m********0 的大作中提到】
: infinite pool, random selection. how to?
: 如果是finite pool, 我知道可以用knuth algorithm.

1 (共1页)
进入JobHunting版参与讨论
相关主题
假如高纳德参加AFGM面试从N个元素中随机抽取K个元素的方法?
数独有啥好解法?MS Campus Interview Question (SDE position)
原创出一道好的算法题并不容易k-selection algorithm
各位CS的,CLRS,TAOCP这几本书都看了么对Amazon的印象受影响了
关于排列组合的题目的算法onsite后被拒,怎么回复对方邮件呢?
微软电面题Wildcard String Matching和怎么提高写程序能力的总结
请推荐 算法 和数据结构 的经典书shuffle card 算法
MS电面码农(程序员)的长远目标是什么? 应该以什么为目标来追求?
相关话题的讨论汇总
话题: pool话题: selection话题: random话题: algorithm话题: infinite