Skip to content

Commit b895ade

Browse files
authored
Update how-to-use-codedex-alongside-your-cs-classes.mdx
1 parent 8f503a0 commit b895ade

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

blogs/2025/how-to-use-codedex-alongside-your-cs-classes.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
3535

3636
### Intro Programming / CS 101
3737

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.
3939

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!
4141

4242
Each Codédex intro course will have **4 fundamentals, and 4 additional basics**:
4343

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.
4646

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:
4848

4949
- 🐍 Python ➡️ https://codedex.io/python
5050
- ☕️ Java ➡️ https://codedex.io/java
5151
- 💻 C/C++ ➡️ https://codedex.io/cpp
5252

5353
### Data Structures & Algorithms
5454

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.
5656

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:
5858

5959
- DSA ➡️ https://codedex.io/data-structures-and-algorithms
6060

0 commit comments

Comments
 (0)