📄 http:^^www.cs.cornell.edu^info^courses^spring-96^cs211^final.html
字号:
MIME-Version: 1.0
Server: CERN/3.0
Date: Monday, 16-Dec-96 23:10:18 GMT
Content-Type: text/html
Content-Length: 1328
Last-Modified: Friday, 03-May-96 18:23:35 GMT
<TITLE> Topics for the final exam </TITLE><PRE>Topics for the final exam. Everything on prelims 1 and 2 plus:I. PowerPlant + Any question about PowerPlant will be based on the assignmentII. Linked lists + Data structures for linked lists + Inserting/deleting/searching + Inserting into a sorted list + Doubly linked lists + Lists with header nodes + Circular listsIII. Analysis of algorithms + Definition of big-O + What it means for an algorithm to be O(n), O(n^2), O(log n), etc. + Comparison of different implementations - examples: - linked lists vs. arrays vs. trees - binary search vs. linear searchIV. Binary Trees + Definition of a binary tree (root, children, parents, leaf, etc.) + Linear representation of trees + Preorder, inorder, and postorder traversals + Binary search treeV. Putting Linked Data Structures into Classes (example)VI. Inline, assert, exception handling, templates + You should understand these at a high level, i.e. understand the lecture notesVII. Java + You should understand how Java differs from C++ at a high levelThe final is *comprehensive*. Although the most recent stuff willweigh a bit heavier, anything is fair game.</PRE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -