由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - M面试题
相关主题
我也来贡献一下亚马的题bloomberg assessment的机经,c语言的(20道题)
CS 面试题总结(5)电面结束,送包子求祝福!
面经若干(Google, Yahoo, Microsoft, Oracle)a MS interview question about C++
Nvidia 的面试考古G面经里两道题
谁给个方向关于low level implementation用 c 实现的字符串 permutation,求批评指点
请问strcpy()和memcpy()的写法问题fb面试题【转】
akamai电面面经,攒rpc++ is too nasty
用C设计Stack的interface,要求支持各种数据类型。这个拷贝构造函数有什么问题?
相关话题的讨论汇总
话题: targetlist话题: string话题: list话题: expression话题: integer
进入JobHunting版参与讨论
1 (共1页)
i****c
发帖数: 102
1
some of them
·Expression calculation, input a string contains +-*/ and numbers, e.g., 12
*(
4-2)/(-5), output integer
·Representation of java objects and classes in memory (e.g., vitual table)
·garbage collection algorithm
·Count set bits in an integer
·linked list copy. Each node in the list has a point to the next, a point
to
a date area, and size of the data area.
Given memcpy(src, target, size)
write cpy(srcList, targetList) to copy the data in one list to the other
if memory is not enough in targetList, then throws exception
·implement methods to find a string in a string array
z**********g
发帖数: 209
2
请教一下,Expression calculation 什么思路?

12

【在 i****c 的大作中提到】
: some of them
: ·Expression calculation, input a string contains +-*/ and numbers, e.g., 12
: *(
: 4-2)/(-5), output integer
: ·Representation of java objects and classes in memory (e.g., vitual table)
: ·garbage collection algorithm
: ·Count set bits in an integer
: ·linked list copy. Each node in the list has a point to the next, a point
: to
: a date area, and size of the data area.

y******5
发帖数: 43
3
一般都是用stack吧。

【在 z**********g 的大作中提到】
: 请教一下,Expression calculation 什么思路?
:
: 12

1 (共1页)
进入JobHunting版参与讨论
相关主题
这个拷贝构造函数有什么问题?谁给个方向关于low level implementation
昨天的F家店面请问strcpy()和memcpy()的写法问题
请教一个问题akamai电面面经,攒rp
小面经用C设计Stack的interface,要求支持各种数据类型。
我也来贡献一下亚马的题bloomberg assessment的机经,c语言的(20道题)
CS 面试题总结(5)电面结束,送包子求祝福!
面经若干(Google, Yahoo, Microsoft, Oracle)a MS interview question about C++
Nvidia 的面试考古G面经里两道题
相关话题的讨论汇总
话题: targetlist话题: string话题: list话题: expression话题: integer