Google | New Grad | Onsite 2022 | USA
Anonymous User
1452

You have a table with two columns with some text in them. Now you need to find column width such that the height of the table is minimum.

-------------------------------------
| some text            | Description  |
| some text            | some text    |
| some text            | some text    |
| some text            |              |
------------------------------------

Given,
table width = 20
text1 = some string
text2 = some string
return width of a column such that height is minimum

Comments (4)