C for beginners: All 8kyu Codewars problems sorted by "C Primer Plus" chapter #2880
darrellroot
started this conversation in
General
Replies: 1 comment
-
This is really neat! One suggestion, you could make a "collection" in Codewars for each chapter, and link to that collection, alongside the kata links. I think that makes it slightly easier for users to train on one kata after another in a row. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the C language, not all 8kyu problems are "easy". Many require array, string, or dynamic memory management which "introduction to C" students can't handle for at least their first month.
I went through all 180 8kyu C problems and sorted them by the chapter those topics are introduced in Stephen Prata's, "C Primer Plus" book:
https://github.com/darrellroot/Computer-Science-Education-Resources/blob/main/Codewars-Problems-By-Stephen-Prata-Chapter.md
For example, here are the 7 C problems I think a student can complete after reading chapter 2 of the book:
The list should be considered "draft" and I welcome pull requests. Once the lists are a bit better vetted I will generate corresponding Codewars collections.
Share and enjoy! - Darrell
Beta Was this translation helpful? Give feedback.
All reactions