由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Phone interview question
相关主题
如何 serialization 和deserialization hash table ?How to serialize and deserialize
问一道算法题面经+求助
问两个题,一直不知道如何做请教一下超大图的存储问题
Deserialize in-order array to a minimum height binary tree.Serialization/Deserialization of a Binary Tree
求个java版本的binary tree serialization和deserialization刚拿到A公司的offer,呈上面经
Google第二次电面弱弱的问关于二叉树的问题
问道Binary tree serialization/de-serialization的题A家面经, offer, 请教Negotiation
GF面经Serialize a binary tree to a linked list
相关话题的讨论汇总
话题: dimension话题: phone话题: array话题: interview话题: columns
进入JobHunting版参与讨论
1 (共1页)
S******1
发帖数: 269
1
I had only one phone interview with a giant company which everyone want to
join in. I was so nervous that I didn't get well and get rejected. Here is
the problem:
Given a two dimension byte array, (Note, it is not necessarily a N*N, eg, it
has 3 columns in the 1st row, 6 columns in the 2nd row, etc...), wrote a
serialize function to return a one dimension byte array.
Also wrote a deserialize function; translate the one dimension array to the
original 2 dimension array.
Good Luck to every one!
q****x
发帖数: 7404
2
so it's a vector of vector? easy.

it
the

【在 S******1 的大作中提到】
: I had only one phone interview with a giant company which everyone want to
: join in. I was so nervous that I didn't get well and get rejected. Here is
: the problem:
: Given a two dimension byte array, (Note, it is not necessarily a N*N, eg, it
: has 3 columns in the 1st row, 6 columns in the 2nd row, etc...), wrote a
: serialize function to return a one dimension byte array.
: Also wrote a deserialize function; translate the one dimension array to the
: original 2 dimension array.
: Good Luck to every one!

1 (共1页)
进入JobHunting版参与讨论
相关主题
Serialize a binary tree to a linked list求个java版本的binary tree serialization和deserialization
怎样serialize binary tree 比较好?Google第二次电面
请教一道leetcode的题目问道Binary tree serialization/de-serialization的题
贡献最近面的T家电面一题,顺便求个blessGF面经
如何 serialization 和deserialization hash table ?How to serialize and deserialize
问一道算法题面经+求助
问两个题,一直不知道如何做请教一下超大图的存储问题
Deserialize in-order array to a minimum height binary tree.Serialization/Deserialization of a Binary Tree
相关话题的讨论汇总
话题: dimension话题: phone话题: array话题: interview话题: columns