Skip to content

WorkingGitter/Challenge337

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge337

About

My solution to the Reddit coding challenge: Challenge337

Overview

The basic challenge is that you are presented with a scrambled image. You then need to write code to descramble the image and decode the embedded image. The image has ‘color markers’ that you need to align. Once aligned, the image will be descrambled.

This is a good excercise that tests a few coding skills for solving a given problems.

Usage

The application has a c# Form GUI. There are three active buttons (the forth is not active).

[Open] : Opens the provided scrambled image [Descramble]: Runs the algorithm to descramble the provided images (except the bonus) [Descramble2]: Runs the enhanced algorithm to descramble the bonus image.

Todo

  • Activate and implement the 'Save' feature.