Attempts to crack the "compression puzzle".

Overview

The Compression Puzzle

The Compression Puzzle logo

GitHub Actions Status

One lovely Friday we were faced with this nice yet intriguing programming puzzle.

One shall write a program that compresses string "AAABBAAC" to its compressed form "3A2B2A1C".

These attempts were made,...

Basic rules

  1. No external libraries or tools shall be used. Only standard, bundled libraries apply.
  2. "Assert" inside your solution if the function does what it is suppose to do.
  3. You can apply as many solutions as you want to any language you want.
  4. Assume that the input is always a sequence of ASCII upper-case characters (no numbers or symbols).

Additional Q/A

Development

# Via Nix Shell
$ nix-shell shell.nix --run "make run"
# if you preffer to roll your own local brew
$ make

To run individual languages use:

make bash
make c++
make crystal
make clojure
make cs
make elixir
# ...
make php

Benchmarking

Although benchmarking is not the primary goal of this project; some authors are really kean to measure the performance of their solutions and compare them to others.

These languages have benchmarking suites made and feel free to give them a try.

# Python
python src/python/benchmarks.py

# F#
./src/fsharp/benchmark.fsx

# Crystal
./src/crystal/benchmark

P.s.: If you feel the urge that you need to benchmark your solution agains others; please feel free to do so and attach some instructions to your PR.

Authors

Author Solutions
Alex Piechowski Crystal
Aleš Justin Java
Andraž Brodnik Python
Bartłomiej Tomala Scala
Blaž Smolnikar PHP, Swift
Boleslav Březovský Red
Boris Red
David Kuridža Go
David Ličen JavaScript: compress_da01.js, compress_da02.js
Domen Gabrovšek JavaScript
Goran Kodrun JavaScript, TypeScript
Gregg Irwin Red
Gregor Menih TypeScript
Janko Metelko Rye: compress_jm_iter.rye, compress_jm_iter_steps.rye, compress_jm_rec.rye, compress_jm_rec_steps.rye, compress_js_hofs.rye, SQLite
Jernej Virag Kotlin
Klemen Kogovšek JavaScript, ReScript
Krištof Črnivec Ruby: compress-kbc-0.rb, compress-kbc-1.rb
Luka Kacil Bash, Python: compress_luka.py, compress_luka_faster.py, compress_luka_rec1.py, compress_luka_rec2.py, compress_luka_tailrec.py
Luka Prebil Grintal JavaScript
Marek Fajkus Haskell
Miha Kloar TypeScript
Miha Novak Kotlin
Milan Slunečko Lua: compress.lua, compress-gsub.lua
Mitja Živković Go
Nace Štruc C#: Program.cs, Program.cs, Program.cs, MS SQL
Nejc Ilenič C++: compress_fast.cpp, compress_slow.cpp
Nejc Pušnik C#
Oto Brglez JavaScript, Python, Scala: CompressionPuzzle01.scala, CompressionPuzzle02.scala
Peter A. Pirc C#
Peter Keše F#: compress-pk1.fsx, compress-pk2.fsx, compress-pk3.fsx
Peter Levart Java
Primož Žnidar Ruby: compress_prima_1.rb, compress_prima_2.rb
Rob Cole Crystal
Rok Kreslin JavaScript
Roman Luštrik Python, R
Simon Belak Clojure
Simon Žlender Elixir: compress.exs, compress_rec.exs, Rust
Tit Petrič Go
Tomaž Štih C
Urban Škudnik Python

The Stats 📈

  • The number of authors: 40
  • The number of solutions: 69
  • The number of programming languages: 27
  • The language / solutions breakdown: Python: 9, JavaScript: 8, C#: 5, Rye: 5, Ruby: 4, Red: 3, Go: 3, F#: 3, TypeScript: 3, Scala: 3, Crystal: 2, Elixir: 2, Kotlin: 2, Java: 2, C++: 2, Lua: 2, C: 1, Swift: 1, PHP: 1, SQLite: 1, ReScript: 1, Bash: 1, Haskell: 1, MS SQL: 1, R: 1, Clojure: 1, Rust: 1

Language / Solutions Breakdown

You might also like...
Comments
  • Added Red solution

    Added Red solution

    This is a solution written in Red language. It’s a one-liner but split into commented multiple lines for easier understanding. As a bonus, I added decompression also.

    language support needed red 
    opened by rebolek 9
  • Working Red Nix/Docker setup + solutions

    Working Red Nix/Docker setup + solutions

    Red scripts work via rebolek/red docker hub image. Makefile is fixed so all red scripts get executer with Nix command:

    nix-shell shell.nix --run "make red-docker" 
    

    I collected and tested all Red solutions, from other PR-s and Red gitter chat. I hope it's OK, but I wanted to see all Red solutions work.

    opened by InvoiceFox 4
Owner
Oto Brglez
Oto Brglez
fabric-carpet extension mod which attempts to fix as many vanilla bugs as possible. Feel free to add as many fixes as you want!

Carpet-Fixes Fabric Carpet extension mod which attempts to fix as many vanilla bugs as possible! Feel free to contribute by adding as many fixes as yo

Fx Morin 90 Jan 6, 2023
This script attempts to solve todays Wordle.

Solve Wordle with a Bang! This script attempts to solve todays Wordle.

Max Rydahl Andersen 12 Jul 27, 2022