Previous Lecture | Lecture 13 | Next Lecture |
Lecture 13, Thu 08/15
More recursion, strings
Code from lecture
https://github.com/ucsb-cs16-m19/code-from-class/tree/master/08-15
Stuff I wrote on the “whiteboard”
Go here and click on the appropriate date: https://1drv.ms/o/s!AlgIeD1urAgmgQU7loNfb3-LYrma
Topics
- Recursion: Order is very important: one line in the wrong spot makes you print the elements in reverse order
- char arrays, C-strings and string literals
- Basic operations on C-Strings s
- String class objects and methods (similarities and differences with c-strings)
- Understanding the problems for lab08 - isAnagram