由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Epic 笔试面经
相关主题
Amazon面试问题(Convert word1 to word2)?Board level hardware design 位置少啊 ! (转载)
最近找工作的想法和面经.BST to double linked list的code
两道最近onsite算法题How to convert string to string array (or vector) (转载)
Epic OA简单的面筋,顺便求refer,求支招包子问个contract position的问题
【机会】Power Supply Application Engineer今天最后几个c语言编程的问题
Shall my wife accept her boss's sponsor for H-1B (转载)借人气问: "im2double" 在Matlab 2009b里没有么?
merge two binary search treestr2int中overflow该如何处理?
如何选择,好痛苦vc++的debug状态下如何watch stl map里的全部内容?
相关话题的讨论汇总
话题: string话题: uppercase话题: make话题: consonants话题: honey
进入JobHunting版参与讨论
1 (共1页)
k**8
发帖数: 186
1
两部分
1. 介绍一种新语言,给你说语法,让你做逻辑题,n选1。不难,但要细心。20道题,
一个小时好像。
2. 四个编程题。解决实际问题那种,不是纯数据结构/算法类型的题。举个例子:
Work on a string manage program. Two rules in the program:
1. case of all (a,e,i,o,u) in a string will be toggled, converting uppercase
to lowercase and vice versa. 2. all consonants will be converted to lower
case if the character is not at the end of a word, but all consonants at the
end of the words will be converted to uppercase. Words in a string are
delimited by spaces. Prompt the user for a string and apply the vowel and
consonant rules to the string.Print the result. Example, the user generated
string "MaKE honey In hlvES" result in "mAke hOnEY iN hiveS".
继续下面的战斗~~给自己打气~加油加油
1 (共1页)
进入JobHunting版参与讨论
相关主题
vc++的debug状态下如何watch stl map里的全部内容?【机会】Power Supply Application Engineer
c++: how to convert interger to pointer?Shall my wife accept her boss's sponsor for H-1B (转载)
Amazon面试问题merge two binary search tree
convert heap to BST, and vice versa如何选择,好痛苦
Amazon面试问题(Convert word1 to word2)?Board level hardware design 位置少啊 ! (转载)
最近找工作的想法和面经.BST to double linked list的code
两道最近onsite算法题How to convert string to string array (or vector) (转载)
Epic OA简单的面筋,顺便求refer,求支招包子问个contract position的问题
相关话题的讨论汇总
话题: string话题: uppercase话题: make话题: consonants话题: honey