Previous Lecture | lect16 Before Slides | lect16 Annotated Slides | Next Lecture |
Code from lecture
Topics
- Understanding the problems for lab08 - isAnagram and isPalindrome
- Helper functions, how and when to use them in recursive implementations
- Dynamic memory pitfalls - memory leaks and dangling pointers
- Dynamic arrays
- Linked-list problems - freeing all nodes in a linked-list