problemsforcourseCS101
problemsforcourseCS101 is an online collection of programming exercises designed for use in introductory computer science courses, often designated CS101 or equivalent. The repository aims to provide clear, graded problem statements that reinforce fundamental concepts such as variables, control flow, functions, arrays, and basic data structures. Each problem includes a brief description, input and output specifications, sample cases, and suggested rubric points for assessment.
The problems are grouped into thematic categories: arithmetic and loops, string manipulation, simple data structures, and
Entry-level problems often involve tasks such as computing the sum of a series, generating Fibonacci numbers,
Instructors can use the repository as a supplemental resource, as a basis for assignments, or to create