-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync the
all-your-base
exercise's docs with the latest data.
- Loading branch information
1 parent
98cca7a
commit 63cf093
Showing
2 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Introduction | ||
|
||
You've just been hired as professor of mathematics. | ||
Your first week went well, but something is off in your second week. | ||
The problem is that every answer given by your students is wrong! | ||
Luckily, your math skills have allowed you to identify the problem: the student answers _are_ correct, but they're all in base 2 (binary)! | ||
Amazingly, it turns out that each week, the students use a different base. | ||
To help you quickly verify the student answers, you'll be building a tool to translate between bases. |