由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 非常好的总结面试题准备,分享一下!
相关主题
明天ONSITE攒人品,发面试知识点总结!!报个微软的Offer
C++ Q 103-105一道题
讨论一道面试题电面面经
对一些烂大街了的面试题, 要注意伪装bit manipulation 小题
编程菜鸟,请教CISCO面试题。Statistical Analyst Job Opening in Dallas
Mathworks 电话面试汇报--攒点rpOne question about Void pointer (转载)
Java system architect/lead developer opening in a cloud computing company一道qualcomm面試題
刷题用c还是pythonfinding the majority element in an array?
相关话题的讨论汇总
话题: vs话题: traversal话题: c++话题: string话题: pointer
进入JobHunting版参与讨论
1 (共1页)
n*****g
发帖数: 178
1
本帖内容来自于:
发信人: segin (segin), 信区: JobHunting
标 题: 明天ONSITE攒人品,发面试知识点总结!!
发信站: BBS 未名空间站 (Thu Feb 4 13:40:29 2010, 美东)
http://www.mitbbs.com/bbsann2/life.faq/JobHunting/17/D128425435
非常好的总结啊!!!!攒人品再转发一次。
C: pointer, call by value/pointer, return the pointer of a local variable,
string manipulations, source code of some important C string subroutines
(strcpy, strtok, etc), itoa, atoi, static variable and fuction, name
mangling,
memory allocation
http://www.eskimo.com/~scs/C-faq/faq.html
C++: namespace, abstract class, polymorphism, dynamic binding, virtual
function, virtual destructor, constructur, copy constructor, assigment
operator, throw vs exit, C vs C++, Java vs C++, static attributes and
methods, multiple inheritance vs interface, struct vs class, templates,
template specialization. 如果你再会bit operations, union就更牛了。
http://www.icce.rug.nl/documents/cplusplus/
http://www.parashift.com/c++-faq-lite/
OS 基础 : 常用shell commands, like top, ps, sort, jobs, diff,
find。Synchronization, deadlock, race condictions, mutual excusive,
semiphore, signals, multiple processing vs multiple threading。Communication
between processes or computers, IPC, pipe。
Data stucutures and algorithms: array, largest N integers, find duplicates,
missing value. linked list (必考!). sorting algorithms and complexity
analysis, space vs speed. hash table, array vs linked list, linked list
traversal, reversion, insertion, deletion and sorting, loop in LL. String
reversion, remove duplicates, reverse words. Tree traversal, traversal
without
recursion, breadth-first traversal, compare two tree, find common ancestor.
http://cslibrary.stanford.edu/
1 (共1页)
进入JobHunting版参与讨论
相关主题
finding the majority element in an array?编程菜鸟,请教CISCO面试题。
急聘 SAS programmer wanted!Mathworks 电话面试汇报--攒点rp
求建议Java system architect/lead developer opening in a cloud computing company
回馈本版 亚麻A,电话第二轮Software Engineer in 太斯特刷题用c还是python
明天ONSITE攒人品,发面试知识点总结!!报个微软的Offer
C++ Q 103-105一道题
讨论一道面试题电面面经
对一些烂大街了的面试题, 要注意伪装bit manipulation 小题
相关话题的讨论汇总
话题: vs话题: traversal话题: c++话题: string话题: pointer