http://www.cnblogs.com/bestdavid/p/examinationtencent.html
腾讯2014软件开发笔试题目
1、请设计一个排队系统,能够让每个进入队伍的用户都能看到自己在 中所处的位置和变化。队伍可能随时有人加入和退出,当有人退出影响到用户的位置排名时需要即时反馈到用户。
2、A、B两个整数集合,设计一个算法求他们的交集,尽可能的高效。
==> Use bitset, get min, and max value from a and b, map it to 0 to n and use bitset.
腾讯2014校园招聘软件开发类笔试试题
http://www.code06.com/www/liucimin/95734.html
腾讯2014软件开发笔试题目
1、请设计一个排队系统,能够让每个进入队伍的用户都能看到自己在 中所处的位置和变化。队伍可能随时有人加入和退出,当有人退出影响到用户的位置排名时需要即时反馈到用户。
2、A、B两个整数集合,设计一个算法求他们的交集,尽可能的高效。
==> Use bitset, get min, and max value from a and b, map it to 0 to n and use bitset.
腾讯2014校园招聘软件开发类笔试试题
http://www.code06.com/www/liucimin/95734.html