5 kyu

Graphics Series #3: Repair the LED display

60 of 97myjinxin2015

Description:

Graphics Series #3: Repair the LED display

Story

There is a huge LED monitor, because it's too old, Its digital display module is faulty. Can you fix it?

Rules

Normal display data is stored in an array, its name is nums. It has been preload, you can use it directly.

Fault types are:

1. Flip up and down 2. Flip left and right 3. Flip both 1 and 2

Your task is write code in function checkLED/check_led. Check the argument led (2D array contains 0 and 1, 1 is the dots, 0 is the blank, looks like the example above), find the errors and correct them, and return the modified array.

Graphics Series:

Puzzles
Games

Stats:

CreatedJun 17, 2016
PublishedJun 18, 2016
Warriors Trained416
Total Skips16
Total Code Submissions385
Total Times Completed97
JavaScript Completions60
Python Completions42
Total Stars28
% of votes with a positive feedback rating94% of 45
Total "Very Satisfied" Votes40
Total "Somewhat Satisfied" Votes5
Total "Not Satisfied" Votes0
Total Rank Assessments6
Average Assessed Rank
5 kyu
Highest Assessed Rank
5 kyu
Lowest Assessed Rank
6 kyu
Ad
Contributors
  • myjinxin2015 Avatar
  • smile67 Avatar
  • kazk Avatar
  • Bubbler Avatar
  • mauro-1 Avatar
  • Kacarott Avatar
Ad