Skip to content

fusion2222/it_courses_tasks

Repository files navigation

Tasks for IT course

Important comments will be added in case of need.

How to run

Compilation and execution of compiled file:

gcc yourfile.c -o main && ./main

Some algorithms, for example bubble_sort.c may need compilation with more than one C file:

gcc bubble_sort.c utils.c -o main && ./main

About

Tasks for IT courses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages