Rename a title
Rename "Balanced Ternary Number Representation" to "Balanced Ternary Representation".
This commit is contained in:
parent
f9dcdaeddc
commit
13f04fd7f7
4 changed files with 5 additions and 5 deletions
|
|
@ -39,7 +39,7 @@ const allInteractives: Interactive[] = [
|
|||
},
|
||||
{
|
||||
id: 'balanced-ternary-game',
|
||||
title: 'Balanced Ternary Number Representation',
|
||||
title: 'Balanced Ternary Representation',
|
||||
description: 'Explore balanced ternary using digits T (-1), 0, and 1. Add or subtract powers of three to match the target number.',
|
||||
tags: ['balanced-ternary', 'numbers', 'conversion', 'representation', 'base-3', 'signed-digits'],
|
||||
path: '/balanced-ternary-game',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue