由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 再请教两道QuantC++面试题
相关主题
关于内存泄漏C++一个string的小问题
如何在fortran中定义一个动态的数组?C++ Interview Question
几个问题内存分配问题
vector的析构问题a small question about c++ memory allocation
问一个 Andrei A. 的 Modern c++ design 书里边的一个问题请教关于allocator member function 的问题
现在iOS的内存管理是怎么样的?在子函数内开内存,返回主函数指针然后释放空间是不是很糟糕的(转载)
effective C++里的memory pool 一问:关于C/C++里的Static variable的memory allocation/initializa
why do we still use dynamic allocation?什么是OS Memory management and heap structure?
相关话题的讨论汇总
话题: quant话题: 矩阵话题: c++话题: traversing
进入Programming版参与讨论
1 (共1页)
N****M
发帖数: 158
1
第二题很难,第一题也不好弄。高手请指教。
1. 一个树的每个node有个value,实现Traversing 这个树而且实现一个对于这些
values的操作(例如,summing the squares)
2. Allocating and deallocating memory for 一个四维的矩阵, 并且设置这个矩阵
中的每个数为随机数。
t****t
发帖数: 6806
2
你这都是入门C++题, 找本入门书看看吧.

【在 N****M 的大作中提到】
: 第二题很难,第一题也不好弄。高手请指教。
: 1. 一个树的每个node有个value,实现Traversing 这个树而且实现一个对于这些
: values的操作(例如,summing the squares)
: 2. Allocating and deallocating memory for 一个四维的矩阵, 并且设置这个矩阵
: 中的每个数为随机数。

N****M
发帖数: 158
3
亲自收到的题,要求写出完整的code。
不过我很差了,请高手推荐书。谢谢。

【在 t****t 的大作中提到】
: 你这都是入门C++题, 找本入门书看看吧.
c********s
发帖数: 817
4
> 1. 一个树的每个node有个value,实现Traversing 这个树而且实现一个对于这些
> values的操作(例如,summing the squares)
Chapter 5 and 6 of this book
http://people.cs.vt.edu/~shaffer/Book/C++3e20120605.pdf
The source code is in the book, and can be found here as well: http://people.cs.vt.edu/~shaffer/Book/C++3e/progs/
> 2. Allocating and deallocating memory for 一个四维的矩阵, 并且设置这个矩阵
> 中的每个数为随机数。
http://www.cplusplus.com/forum/articles/7459/
It contains examples for 2D and 3D array. There should be a lot of sources
for random number, e.g., http://www.daniweb.com/software-development/cpp/threads/1769/c-random-numbers and http://www.cplusplus.com/reference/clibrary/cstdlib/rand/
N****M
发帖数: 158
5
真是好人,攒人品啊!
太感谢了!

矩阵

【在 c********s 的大作中提到】
: > 1. 一个树的每个node有个value,实现Traversing 这个树而且实现一个对于这些
: > values的操作(例如,summing the squares)
: Chapter 5 and 6 of this book
: http://people.cs.vt.edu/~shaffer/Book/C++3e20120605.pdf
: The source code is in the book, and can be found here as well: http://people.cs.vt.edu/~shaffer/Book/C++3e/progs/
: > 2. Allocating and deallocating memory for 一个四维的矩阵, 并且设置这个矩阵
: > 中的每个数为随机数。
: http://www.cplusplus.com/forum/articles/7459/
: It contains examples for 2D and 3D array. There should be a lot of sources
: for random number, e.g., http://www.daniweb.com/software-development/cpp/threads/1769/c-random-numbers and http://www.cplusplus.com/reference/clibrary/cstdlib/rand/

b*******s
发帖数: 5216
6
quant的面试看上去很简单啊
C*********e
发帖数: 587
7
这应该是developer的面试,不是quant

【在 b*******s 的大作中提到】
: quant的面试看上去很简单啊
N****M
发帖数: 158
8
是Quant Developer

【在 C*********e 的大作中提到】
: 这应该是developer的面试,不是quant
C*********e
发帖数: 587
9
bank很少听说有对外收quant developer的,有但是很少

【在 N****M 的大作中提到】
: 是Quant Developer
A**u
发帖数: 2458
10
学习啦
不熟悉c分配高维矩阵
相关主题
现在iOS的内存管理是怎么样的?C++一个string的小问题
effective C++里的memory pool 一问:C++ Interview Question
why do we still use dynamic allocation?内存分配问题
进入Programming版参与讨论
f*****e
发帖数: 2992
11
问一题两题还行,大规模的问就是作弊。

【在 A**u 的大作中提到】
: 学习啦
: 不熟悉c分配高维矩阵

b*******s
发帖数: 5216
12
这个水平的问题,我很好奇是哪一家bank

【在 f*****e 的大作中提到】
: 问一题两题还行,大规模的问就是作弊。
h*******s
发帖数: 8454
13
同好奇
quant dev挣得多么?

【在 b*******s 的大作中提到】
: 这个水平的问题,我很好奇是哪一家bank
d**********x
发帖数: 4083
14
不少。。

【在 h*******s 的大作中提到】
: 同好奇
: quant dev挣得多么?

n******t
发帖数: 4406
15
这问题也不是那么简单,很多人也写不对。

【在 b*******s 的大作中提到】
: 这个水平的问题,我很好奇是哪一家bank
1 (共1页)
进入Programming版参与讨论
相关主题
什么是OS Memory management and heap structure?问一个 Andrei A. 的 Modern c++ design 书里边的一个问题
perl or python?现在iOS的内存管理是怎么样的?
请问如何才能对binary tree的题大小通吃?effective C++里的memory pool 一问:
问个树遍历的线程化问题why do we still use dynamic allocation?
关于内存泄漏C++一个string的小问题
如何在fortran中定义一个动态的数组?C++ Interview Question
几个问题内存分配问题
vector的析构问题a small question about c++ memory allocation
相关话题的讨论汇总
话题: quant话题: 矩阵话题: c++话题: traversing