willydavidjr / Bold2CodeChallenge

My winning entry on Bold 2 Code Challenge of Voyager Innovations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bold2CodeChallenge

My image

My winning entry on Bold 2 Code 2016 Challenge of Voyager Innovations.

The Challenge:

Implement your own String Compression or Decompression Algorithm using this paragraph:

"Not too long ago, Voyager was launched into the digital expanse on a mission of transformation.

The Prize

One lucky winner will get the chance to win

Php5,000!

Instructions

Write a class that implements the Compression interface and write your own implementation with its two methods.

The input can be any String of valid utf-8 characters. At a minimum, your routine must be able to compress the sample source String provided. We will also be testing your routine on other Strings as well.

The compression should be lossless--meaning the decompressed byte[] must be exactly the same as the original source String. Download the compressor file here.

Submit your entry to bold2code@voyagerinnovation.com with your name and mobile number as the subject line (Format: NAME_MOBILE NUMBER).

Criteria

Addresses Requirements: 50% Compression Efficiency: 20% Runtime Performance: 15% Code Quality: 15%

About

My winning entry on Bold 2 Code Challenge of Voyager Innovations.


Languages

Language:C# 100.0%