반응형
Most interviewers won't ask about specific algorithms for binary tree balancing or other
complex algorithms. Frankly, being several years out of school, they probably don't
remember these algorithms either.
You're usually only expected to know the basics. Here's a list of the absolute, must-have
knowledge:
Data Structure
Linked Lists,
Binary Trees,
Tries,
Stacks,
Queues,
Vectors / ArrayLists,
Hash Tables,
Algorithms
Breadth First Search,
Depth First Search,
Binary Search,
Merge Sort,
Quicksort,
Tree Insert/ Find /e.t.c,
Concepts
Bit Manipulation,
Singleton Design Pattern,
Factory Design Pattern,
Memory (Stack vs. Heap),
Recursion,
Big-OTime
반응형
'개발자' 카테고리의 다른 글
TCP/IP - Socket의 활용 및 소스 다운로드 (0) | 2016.11.20 |
---|---|
SW 멘토스 성과발표 및 간담회 후기 (1) | 2016.08.23 |
제52대 연세대학교 이과대학 학생회 - 국방부의 졸속한 전문연구요원 제도 폐지 정책을 규탄한다! (0) | 2016.05.18 |
OrCad 실행할때 cdn_sfl401as.dll 파일이 없다고 실행 안될때 (15) | 2016.05.11 |
Processing 배우는데 유용한 자료 많은 곳 링크 (0) | 2015.11.20 |
온라인 배움터 - 소프트웨어에 관심이 있는 분들께 유용한 소프트웨어교육 (0) | 2015.11.18 |
개발자 커뮤니티는 SW개발현장의 정보공유 통로이자 SW개발인력 배출의 토대 (0) | 2015.11.18 |
프로그래머가 되는 방법 : 짧고 폭넓고 개인적인 요약. 목차 링크 (0) | 2015.10.19 |
더욱 좋은 정보를 제공하겠습니다.~ ^^