https://github.com/edmilson-dk/learn-c
My trajectory in C studies, a little bit every day.
https://github.com/edmilson-dk/learn-c
c-language
Last synced: over 1 year ago
JSON representation
My trajectory in C studies, a little bit every day.
- Host: GitHub
- URL: https://github.com/edmilson-dk/learn-c
- Owner: edmilson-dk
- Created: 2021-04-07T14:20:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T13:06:39.000Z (about 5 years ago)
- Last Synced: 2025-01-21T21:31:52.782Z (over 1 year ago)
- Topics: c-language
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learninn C language

For the sake of study, I will document here my advances and exercises in C language studies.
## Motivation
My central objective to study the C language, is only in the question of studying algorithms and data structures, besides the pleasure of obtaining new knowledge.
## Results of the studies
* [Day 01](https://github.com/edmilson-dk/learn-c/blob/main/day-01)
* [Day 02](https://github.com/edmilson-dk/learn-c/blob/main/day-02)
* [Day 03](https://github.com/edmilson-dk/learn-c/blob/main/day-03)