The 38th International Olympiad in Informatics has opened in Tashkent, Uzbekistan — the homeland of the ninth-century scholar whose name gave the modern world the word "algorithm" — as Telegram ...
This project reads a plaintext file and encrypts its contents by shifting each character by a user-provided key. The result is saved to encrypted-file.txt. It also supports decryption by reading a ...
A single-header, unbounded multi-producer / multi-consumer (MPMC) queue implemented in strict C++11. The algorithm is a Michael–Scott linked-list queue with hazard ...