Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 1.6 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.6 KB

DHSZ Programming Challenge 2

The DHSZ Programming Challenge 2 is now closed, any new entries will not count. Congratulations to the following winning students:

  • Charles J.
  • Andy Z.
  • Harrison Z.
  • Harry L.

Seven segment displays

Old style LCD displays are known as seven segment displays, these are the type of screens you will see on your calculator displaying the numbers. It is possible to write words using these types of displays but not all letters can be represented.

Your challenge is to find the largest possible English word that can be written using seven segment displays. A lost of possible letters is given as follows:

A, B, C, E, F, H, I, J, L, N, O, P, S, U, Y

Possible seven segment letters

How to get started

All of the code you need to get started can be found on GitHub - if you do not have a GitHub account click here to sign up (it's free).

To get your own personal copy of the starter code, please use the following link: get programming challenge 2 code.

You are free to either use GitHub to upload your code or send it as an email to programmingchallenge@dchigh-suzhou.cn.

If you would like a tutorial about how to use Git and GitHub please come and speak with Mr. Rigby.

More information