

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Practice problems for students in the data structures course (cosc 350) to help them gain experience in writing recursive functions. Topics covered include addition, multiplication, division, exponentiation, sorting, lists, and various list operations. Students are encouraged to write recursive functions for each problem and consider questions related to complexity, recursive type, and tail recursion.
Typology: Quizzes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


These problems will not be collected or graded. They are provide simply to give you practice. Most are of a difficulty such that you should be able to solve one on a class quiz. In each case you should write a recursive function to complete the