-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcourses.yaml
More file actions
26 lines (23 loc) · 814 Bytes
/
courses.yaml
File metadata and controls
26 lines (23 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- title: Introduction to Databases
subtitle: CSC 230
group:
- upcoming
- current
- past
image: images/photo.jpg
description: In this course, students learn to think critically about data storage and retrieval in the context of how data has changed from the 1970s to today.
tags:
- Fall 2023
- Spring 2025
- title: Data Structures
subtitle: CSC 210
group:
- upcoming
- past
- current
image: images/photo.jpg
description: In CSC 210, students engage deeply with the fundamental data structures including arrays, lists, queues, stacks, maps, graphs, and trees. By the end of the semester, students can make informed decisions about the pros and cons of different possible implementations of their ideas.
tags:
- Fall 2023
- Spring 2024
- Fall 2024