Search⌘ K
AI Features

Exercise: Daily Step Tracker

Explore how to store and sort weekly step count data using std::vector and the standard library's sort function. Understand how to manage containers and apply range-based for loops to present sorted activity data clearly.

Problem statement

You are building a feature for a fitness application that ...