Code edited in Lovable Code Editor
Edited UI in Lovable
This commit is contained in:
parent
c21faf0710
commit
1e5ec2add9
1 changed files with 5 additions and 4 deletions
|
|
@ -349,11 +349,12 @@ const BulgarianSolitaire: React.FC<BulgarianSolitaireProps> = ({ showSocialShare
|
|||
<p className="text-muted-foreground text-lg max-w-3xl mx-auto">
|
||||
Choose a number n, then drag the {totalBoxes} boxes into columns. <br />
|
||||
Note that one column can hold multiple boxes. <br />
|
||||
<span className="border-t border-muted-foreground/30 block w-16 mx-auto my-4"></span>
|
||||
<br />
|
||||
Click "Play" to simulate the Bulgarian Solitaire process. <br />
|
||||
Here one box is taken from each non-empty column to form a new column.
|
||||
<br /><br />
|
||||
<span className="border-t border-muted-foreground/30 block w-16 mx-auto my-4"></span>
|
||||
Will this process always converge?
|
||||
<br />
|
||||
<em>Will this process always converge?</em>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
@ -503,7 +504,7 @@ const BulgarianSolitaire: React.FC<BulgarianSolitaireProps> = ({ showSocialShare
|
|||
<a href="https://sites.google.com/view/kumarakash/home" target="_blank" rel="noopener noreferrer" className="text-primary hover:underline">
|
||||
Akash Kumar
|
||||
</a>
|
||||
, who very kindly walked me through the convergence argument for triangular numbers found in{" "}
|
||||
, who very kindly walked me through the argument found in{" "}
|
||||
<a href="https://math.dartmouth.edu/~pw/" target="_blank" rel="noopener noreferrer" className="text-primary hover:underline">
|
||||
Peter Winkler's
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue