You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blogs/2025/how-to-use-codedex-alongside-your-cs-classes.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,26 +35,26 @@ But don’t sweat. We’ve got you. Here's how to use Codédex if you’re a CS
35
35
36
36
### Intro Programming / CS 101
37
37
38
-
Are you taking your first fundamental CS class? This is where a lot of student get their first real taste of algorithmic thinking. If you are not one of those students that's been coding since they are 10, then you should _definitely_ be actively practicing coding outside of class.
38
+
Taking your first fundamental CS class? This is where a lot of student get their first real taste of algorithmic thinking. If you're not one of those kids who's been coding since age 10, you should _definitely_ be actively practicing outside of class.
39
39
40
-
If your teacher explained a concept weirldy in class, and you still don't understand (i.e. where do I even use a while loop...), Codédex covers that topic in our intro courses!
40
+
If your teacher explained a concept weirldy in class, and you're still confused (i.e. _where do I even use a while loop_...), Codédex has you covered with our intro courses!
41
41
42
42
Each Codédex intro course will have **4 fundamentals, and 4 additional basics**:
43
43
44
-
- Hello World, Variables, Control Flow, Loops
45
-
- Depending on the course: Lists/Arrays, Functions & Methods, Classes & Objects, etc.
44
+
-**Fundamentals:**Hello World, Variables, Control Flow, Loops
45
+
-**Additional Basics:**Depending on the course: Lists/Arrays, Functions & Methods, Classes & Objects, etc.
46
46
47
-
Whether your school teaches CS 101 in Python, C/C++, or Java, we got you covered:
47
+
Whether your school teaches CS 101 in Python, C/C++, or Java, we've got you covered:
48
48
49
49
- 🐍 Python ➡️ https://codedex.io/python
50
50
- ☕️ Java ➡️ https://codedex.io/java
51
51
- 💻 C/C++ ➡️ https://codedex.io/cpp
52
52
53
53
### Data Structures & Algorithms
54
54
55
-
Another core CS class is the infamous DSA. This is a common [weeder course](https://en.wiktionary.org/wiki/weeder_course) for CS majors. These classes are notoriously hard, and many students fail because they don't have enough practice with the concepts.
55
+
DSA is another core CS class and often a [weeder course](https://en.wiktionary.org/wiki/weeder_course) for CS majors. These classes are notoriously tough, and many students fail because they don't have enough hands-on practice with the concepts and professors move fast.
56
56
57
-
For the more *advanced* learners (second or third year students), Codédex offers Club only courses.
57
+
This is why we highly recommend taking DSA and using YouTube:
0 commit comments