/programming-tasks

Collection of programming tasks

Primary LanguageC#MIT LicenseMIT

Programming problems

This project containes solutions for the two problems, like the ones used during programming contests:

  1. Bicoloring - check whether a given arbitrary connected graph can be bicolored
  2. Software CRC - calculate the cyclic redundancy check value for the message contained in the input line, and write the numeric value of the CRC bytes (in hexadecimal notation)

The solution for the "Bicoloring" problem is presented in two variants: in C++ and C#.