O*******g 发帖数: 1 | 1 1. Binary Search Tree, right next() function on each node
还有一个follow up question想不起来了
2. Leetcode , merge interval 变种
find mean in two sorted list with same length
一个Design问题
3. 基本都是design的问题,design google recommendation
4. 设计/测试replicate cache的方法
5. 一个martrix,每行每列都是sorted,找到前kth 个
前四轮感觉都还可以,最后一轮是烙印,比较疲惫了,老觉得有一个什么最优解,后来
查了一下基本就是merge multiple sorted list的思路,做题的时候钻了牛角尖,老觉
得还有一个更好的解法。
一周后接到电话或是hc没过,问了一下有什么需要improve的,没有正面回答,就是鼓
励以后再去试试。
郁闷,move on了。 |
|
b******g 发帖数: 77 | 2 一个martrix,每行每列都是sorted,找到前kth 个
Analysis:
Applying a quick-select algorithm will achieve an O( n * n ) time
complexity. Can we do better? Yes. Here is a algorithm:
1. Like quick-select algorithm, this algorithm applies divide-and-
conquer.
2. Initialize those two boundary lines to (n * [0] and n * [n]) to
include all array items in boundary.
3. Process subarray between boundary lines (lo, hi ) in each
recursive call:
a. select a random item in su... 阅读全帖 |
|
p*******t 发帖数: 532 | 3 Pontiac Vibe 1.8L, 和丰田的MARTRIX是一个车, 但安全配置要全.1.5W可买全新的了! |
|
p**i 发帖数: 688 | 4 这个比用2x2的martrix实现的3840x2160贵吗 |
|
t*******f 发帖数: 2634 | 5 Hi Could someone please help me to find where "gauss.c" can be found?
I am interested in the original author who wrote it.
It might be from "numerical recipe in C"
But I do not have access to it.
The following is part the comments from the gauss.c file:
/***************************************************************************
***/
/* DESCRIPTION: This function perform the Guassian Elimination algorithm.
INPUTS:
array -- the input Martrix stored in the vectore
numvar - |
|
N******K 发帖数: 10202 | 6 你的意思 json里面数据精度必须是定好的 不可以选择 类似c++模板?
我现在有很多c++模板类 我自己搞了一个类似json的格式
josn文件本身存储类的大概信息,具体数据放到另外一个文件
比如
matrix.json 只存储 行 列 的个数 以及数字精度是double还是float还是int
martrix.josn.data 存储具体的数字
这样得用好多文件
是否可以放在一个json里面? |
|
l**********1 发帖数: 5204 | 7 you auto reply to martrix?
这都没看出来? |
|
l**********1 发帖数: 5204 | 8 >再加上PDE,DDE,也是会写,不会解
please try master how to use Mathworks/Matlab coding for 解 those PDE DDE or
martrix PDE DDE |
|
l**********1 发帖数: 5204 | 9 不例外
天使和鬼魂 还有爱国者和汉奸有时候只是一层窗户纸的间隔
martrix too---just two cents
pls refer
发信人: asuras (asdf), 信区: Military
标 题: Re: 对这里某些人的无耻实在受不了了
发信站: BBS 未名空间站 (Fri Oct 5 12:31:05 2012, 美东)
确实,‘爱国’本身就是个很贱的事情。
都是敲键盘,过一会儿一个成了爱国者,一个成了汉奸。其实没有丁点区别
>
http://www.mitbbs.com/article_t1/Military/38522165_0_3.html
>
发信人: stillwell (cgi), 信区: Military
标 题: Re: 对这里某些人的无耻实在受不了了
发信站: BBS 未名空间站 (Fri Oct 5 11:03:06 2012, 美东)
不是我的言行太无耻,而是你摇着尾巴晃着脑袋做哈巴狗的干劲实在太强大。且说那当
年读大学不要学费的时候,大家出国得给你党国东倒西借的交“培养费”,走的时候还
得被亲爱的国家再把户口也给注销了,也就是踢... 阅读全帖 |
|
l**********1 发帖数: 5204 | 10 your PhD degree opening defense 这月几号? in your institute which room?
if could pls send mail attachemt to martrix.
THX in advance.
---------------------
Updated
got reply already.
THX Dua |
|
l**********1 发帖数: 5204 | 11 >我要和她成了第一件事就是劝她转行。。。。。。。。。
let her to meet Plastic Surgeon first. just martrix's one cent. |
|
b*****n 发帖数: 78 | 12 实数变量 x, 矩阵A, B:
Max f(x) = (x^T *A *x)/(x^T *B *x)
where ^T dedotes Transpose. Martrix A and B are symmetric positive-definite.
谢谢 |
|