Skip to content

Commit

Permalink
Description of skills, which can be improved
Browse files Browse the repository at this point in the history
  • Loading branch information
Vort committed Oct 30, 2023
1 parent 0a1ab1a commit 4e239e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This repository contains rules for image compression challenge.
This repository contains rules for image compression challenge, which can help to learn high level and low level program optimization techniques.

In this challenge you need to create `image.slif` file, which contains compressed image. The smaller this file is, the better the solution (score is defined as file size in bytes). For solution to be valid, two of its properties must lie within certain limits: image quality (`PSNR`) and amount of steps for decompression algorithm (`Operation count`). To understand how to make such file, you need to either analyze test program and example solutions or read description in hidden section below.

Expand Down

0 comments on commit 4e239e5

Please sign in to comment.