Answer the question
In order to leave comments, you need to log in
How to practice in C?
Hello toasters! Now I am at the stage of learning the C programming language. It seems that everything is clear from the textbook and the code examples given there are also clear to me, but the book does not provide practice at all
. How can a beginner practice in C? Maybe there are some books for this? I would be very glad to know about them! Or maybe
there is a site where you can find problems in C, ranked from simple to complex?
Answer the question
In order to leave comments, you need to log in
codeforces.com - tasks for thinking, different languages accepts. Constant training, competitions and a huge archive of tasks, with automatic verification.
For example, these: codeforces.com/gym/101502/problem/E
1. Very simple tasks to learn the syntax here
2. Then you can solve these tasks from Yandex . Although the course is in C ++, it is quite possible to solve most of them in C.
3. Then this course on algorithms .
4. If you are interested in Olympiad programming, but the problems on codeforces.com are difficult, then you can try to start from this site .
Write your own network traffic sniffer filtering by IP, ports, etc. while learning to scoop information on the Internet. This will be very good practice!
Optional: video tutorials from the training center C specialist https://www.youtube.com/watch?v=t5cfW0-P_HQ
A standard practice to be sure to learn is basic algorithms and data structures. Books: Kormen algorithms construction and analysis, algorithms are just like 2x2 - a simpler book.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question