由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 经典题reverse words in a string
相关主题
面到reverse words in string请教一个phone interview 问题
Reverse Words in a String 有只扫一遍的inplace的做法吗?C++ Q66: reverse a string -- is it efficient
reverse words 中包含标点符号 “, 。 ! ?”怎么做算法和编程的牛人很多啊...
A,F,G,L,M,T哪个公司最难进?bloomberg电面经,
有人在面试中被问过text justify这种恶心问题么最长回文串
Reverse Words in a StringMicrosoft interview question
reverse words in a string问一道关于reverse a C-string的问题
问道G家on site 题请问in place reverse string有什么tricky的地方吗
相关话题的讨论汇总
话题: xyz话题: reverse话题: string话题: abc话题: words
进入JobHunting版参与讨论
1 (共1页)
g*********s
发帖数: 1782
1
here the problem is asking which of the following, case 2?
1. "abc xyz" => "cba zyx"
2. "abc xyz" => "xyz abc"
j*****u
发帖数: 1133
2
yes, case 2
first reverse whole string, then reverse each words

【在 g*********s 的大作中提到】
: here the problem is asking which of the following, case 2?
: 1. "abc xyz" => "cba zyx"
: 2. "abc xyz" => "xyz abc"

z****s
发帖数: 532
3
search for delimiters in your string
g*********s
发帖数: 1782
4
how about commas and the period?

【在 j*****u 的大作中提到】
: yes, case 2
: first reverse whole string, then reverse each words

j*****u
发帖数: 1133
5
ask the interviewer! :P

【在 g*********s 的大作中提到】
: how about commas and the period?
1 (共1页)
进入JobHunting版参与讨论
相关主题
请问in place reverse string有什么tricky的地方吗有人在面试中被问过text justify这种恶心问题么
a2z(amazon 子公司)电面题目Reverse Words in a String
G四次电面面经reverse words in a string
问道 L家 的题问道G家on site 题
面到reverse words in string请教一个phone interview 问题
Reverse Words in a String 有只扫一遍的inplace的做法吗?C++ Q66: reverse a string -- is it efficient
reverse words 中包含标点符号 “, 。 ! ?”怎么做算法和编程的牛人很多啊...
A,F,G,L,M,T哪个公司最难进?bloomberg电面经,
相关话题的讨论汇总
话题: xyz话题: reverse话题: string话题: abc话题: words