Class Notes
These are sample class notes for Computer Science.
Topic 1: Introduction to Programming - Programming is the process of creating a set of instructions
that tell a computer how to perform a task.
Topic 2: Data Structures - Data structures are ways of organizing and storing data so that they can
be accessed and modified efficiently.
Topic 3: Algorithms - Algorithms are step-by-step procedures for solving problems.
Week Topic Notes
1 Introduction Overview of programming
2 Data Structures Arrays, Lists, Stacks
3 Algorithms Sorting, Searching