CSE 101 Study Guide for First Examination
-
Do the homework.
-
Review Appendix A of your textbook.
-
Read Appendix B of your textbook.
-
Review
reccurrences. (Except for problems 2, 7, 9, 10, and 18.)
-
Read Chapter 1 of your textbook.
-
Read Sections 2.1, 2.2., 2.3, and 2.4 of your textbook.
-
Read Sections 3.1 of your textbook.
-
Read Sections 4.1, 4.2., 4.3, and 4.4 of your textbook.
-
Read Sections 5.1 and 5.2 of your textbook.
-
Prefix, infix, and postfix expressions.
-
Preorder, inorder, and postorder traversals of a binary tree.
-
Radix sort, bucket sort, polyphase mergesort.
-
There will not be a question about the fast parallel
method of adding.