This repository is aimed for owner to study programming language Rust and store code, that was written, during doing tasks.
The repository contains foldrs tasks_x, where x - is number of topic. It copies tasks for programming language C, that was given to me during university study.
There're 13 topics:
- Development of linear programs
- Development of branching programs
- Loops constructions
- Arrays
- Functions
- Pointers?
- Formatted input/output
- Files
- Structued types of data
- Unit tests
- Singly linked list
- Doubly linked list
- Libraries
All tasks for each topic will be described in markdown file tasks.md
It's restricted to use features, that wasn't yet covered. (e.g. you can't use any functions in first topic)