CPSC170 Lecture 22

Recursion

Class and Module Files

In-Class Activities

Activity 1: Quick Sort in Place
Activity 2: Binary Search (Recursively)

Emacs Commands

These should be very familar to you by this point. Using just these can speed up your coding tremendously, as you now don't have to move your hand to the mouse to open a file, save, or exit emacs.

  • Open a file (in current buffer) - C-x C-f
  • Save file (current buffer) - C-x C-s
  • Close Buffer - C-x k
  • Close Emacs - C-x C-c