Table of Contents
My C source code for competitive programming at university. I hope this helps somebody. 😉 💓
Before cloning and using, you'll need to install these things on your computer:
- A compiler, like GCC, to translate the C code into a language that the computer will understand.
- A text editor, like Notepad or Visual Studio Code, to write C code.
Alternatively, you can use an IDE (Integrated Development Environment), like Dev-C, Code::Blocks, Eclipse, and Visual Studio, to edit AND compile the code.
Web-based IDE, like ideone, can work as well, but functionality is limited.
You can clone this repository into your current working directory:
git clone https://github.com/theEmperorofDaiViet-PTIT/c-programming.git
After cloning the repository, you can open it by your text editor/IDE and use the source code inside it.
- Solutions of many C competitive programming questions at my beloved university.
- 223 problems on code.ptit.edu.vn
- 66 problems on medianews.vn
- All solutions come with corresponding question detail.
You can contact me via: