From 8750966c8c3511c3a1b5f1d53cf508d062e5ee4d Mon Sep 17 00:00:00 2001 From: Ada Christiansen <60967674+ada-0x1eaf@users.noreply.github.com> Date: Sat, 22 Aug 2026 10:57:40 +0200 Subject: [PATCH] Add Systems and Theory as prerequistes to Applications --- docs/computer-science/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/computer-science/index.md b/docs/computer-science/index.md index 17f932a..f0e2812 100644 --- a/docs/computer-science/index.md +++ b/docs/computer-science/index.md @@ -160,7 +160,7 @@ Learn how to think critically about the social impact of technology and protect *Timeline: 429 - 491 hours* -*Prerequisites: [Program Design](./program-design/index.md)* +*Prerequisites: [Program Design](./program-design/index.md), [Systems](./systems/index.md), [Theory](./theory/index.md)* Get to know how to use the skills you have learned apply to real world applications of Computer Science. Learn how to design database systems, how computer graphics work, and dip your feet into the world of machine learning. This track ends with teaching you how to tackle large sized real world projects.