https://github.com/yossydev/learn-c
C++ learning repository
https://github.com/yossydev/learn-c
Last synced: 3 months ago
JSON representation
C++ learning repository
- Host: GitHub
- URL: https://github.com/yossydev/learn-c
- Owner: yossydev
- Created: 2024-02-24T06:16:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T09:57:05.000Z (over 1 year ago)
- Last Synced: 2025-01-22T23:43:27.170Z (5 months ago)
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Summary
I started AtCoder because I want to study algorithms.
Since I am going to use C++ as the language, this is the repository for the study.I am studying by looking at what AtCoder officially provides for learning (https://atcoder.jp/contests/apg4b).
## Test
If you want to check if your program works properly, type the following command
```bash
// Compile.
$ . /scrips/compile.sh// Run the program.
$ . /bin/files to check
```