CMPSC101 Fall 2025 :: DataStructures
Home
Interactive
Playground
Materials
Playground
Here you will find a listing of interactive curiosities from the course.
Just For Fun 01: Fibonacci Sequence
Three Approaches to Computing the Famous Sequence
By the end of this lesson, you will be able to:
Aug 22, 2025
OBC
Just For Fun 02: String Cheese Demo
Testing the simplified lesson template
By the end of this lesson, you will be able to:
Aug 22, 2025
OBC
Just For Fun 03: Getting To Know You
Choose the person sitting right next to you. Have a conversation with the person to find out who they are. Ask them about;
Aug 26, 2025
OBC
Just For Fun 04: Area of a Square and Function Calls
Exploring Python Functions and Iteration
What this code does:
This code defines a function
squareArea(s)
that calculates the area of a square given its side length
s
. The
main()
function acts as a driver: it prints…
Aug 30, 2025
OBC
Just For Fun 05: Function Calls in Code
Understanding Functions, Flow, and Mathematical Reasoning
By the end of this lesson, you will be able to:
Aug 30, 2025
OBC
Just For Fun 06: Lists and Dictionaries
Organizing and Managing Data with Python Collections
By the end of this lesson, you will be able to:
Sep 22, 2025
OBC
No matching items