CS 240: Lecture 20 – Recursion Lab
Dear students:
Today we will devote our entire time together to solving some programming challenges on Leetcode using recursion. Complete these exercises in Java:
- 203. Remove Linked List Elements
- 206. Reverse Linked List
- 21. Merge Two Sorted Lists
- 24. Swap Nodes in Pairs
- 2. Add Two Numbers
Find these problems by clicking on the Problems tab at the top of the page and searching for the problem number or name.
Ask lots of questions. There’s nothing to turn in.
TODO
- Complete the second take of mastery quiz 5 before the end of Sunday.
- Complete the first take of mastery quiz 6 before the end of Sunday.
- Read section 11.11 in OpenDSA.
See you next time.
Sincerely,