Post image
Light Mode
Dark Mode
๐Ÿš€ Spaceship Landing Strip
checkio coding js

Hello CheckiO users! ๐Ÿ™‚

Challenge yourself with our latest mission

Spaceship Landing Strip by uNdim - In the mission you need to find the maximum area of the largest possible rectangle that can be cleared

checkio(['G']) == 1
checkio(['GS', 'GS']) == 4
checkio(['GT', 'GG']) == 2
checkio(['GGTGG',
 'TGGGG',
 'GSSGT',
 'GGGGT',
 'GWGGG',
 'RGTRT',
 'RTGWT',
 'WTWGR']) == 9
checkio(['GSWGG', 'SGRST', 'WGSRS', 'RSSST']) == 4

๐Ÿ’ก 3 Highlights from the Python world:

Unit testing Python code in Jupyter notebooks - cover several options for unit testing Python code in a Jupyter notebook.

Machete-mode Debugging - This presentation explains an approach to debugging thorny Python problems, using Pythonโ€™s dynamic nature to extract information in unusual ways.

A free HTML version of "Python from the Very Beginning"

Our congratulations to the winner of February 2021 - Phil15 - you are totally Awesome and we are very glad to have you here with us! ๐Ÿ‘๐Ÿผ

The users whoโ€™ve made the TOP 3 this month are bkaraica, Alexey.K., and ogoro.You are doing great, guys! Keep on coding! ๐Ÿ‘๐Ÿผ

Created: March 29, 2021, 10:01 a.m.
1
40
User avatar
oduvan