CoolFace
Datasetpublic

FPEvalDataset/LeetCodeProblem

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes305downloads
1{2    "id": 2675,3    "name": "find_the_width_of_columns_of_a_grid",4    "difficulty": "Easy",5    "link": "https://leetcode.com/problems/find-the-width-of-columns-of-a-grid/",6    "date": "1680307200000",7    "task_description": "You are given a **0-indexed** `m x n` integer matrix `grid`. The width of a column is the maximum **length **of its integers. For example, if `grid = [[-10], [3], [12]]`, the width of the only column is `3` since `-10` is of length `3`. Return _an integer array_ `ans` _of size_ `n` _where_ `ans[i]` _is the width of the_ `ith` _column_. The **length** of an integer `x` with `len` digits is equal to `len` if `x` is non-negative, and `len + 1` otherwise. **Example 1:** ``` **Input:** grid = [[1],[22],[333]] **Output:** [3] **Explanation:** In the 0th column, 333 is of length 3. ``` **Example 2:** ``` **Input:** grid = [[-15,1,3],[15,7,12],[5,6,-2]] **Output:** [3,1,2] **Explanation:** In the 0th column, only -15 is of length 3. In the 1st column, all integers are of length 1. In the 2nd column, both 12 and -2 are of length 2. ``` **Constraints:** `m == grid.length` `n == grid[i].length` `1 <= m, n <= 100 ` `-109 <= grid[r][c] <= 109`",8    "public_test_cases": [9        {10            "label": "Example 1",11            "input": "grid = [[1],[22],[333]]",12            "output": "[3] "13        },14        {15            "label": "Example 2",16            "input": "grid = [[-15,1,3],[15,7,12],[5,6,-2]]",17            "output": "[3,1,2] "18        }19    ],20    "private_test_cases": [21        {22            "input": [23                [24                    -762137215,25                    550136304,26                    -594639845,27                    160901736,28                    -802893165,29                    -797603609,30                    -258440186,31                    952387338,32                    185482920,33                    -773480810,34                    174364138,35                    624334335,36                    -116322125,37                    -247643850,38                    -253499331,39                    -856575960,40                    -68955381,41                    896165458,42                    750596746,43                    -572699004,44                    46896226,45                    985953525,46                    -492689004,47                    767473383,48                    229800145,49                    -880241317,50                    -749827823,51                    425389829,52                    215035928,53                    -569619521,54                    -217146665,55                    -793052083,56                    -151457713,57                    617498078,58                    -470406493,59                    -719723360,60                    -144682706,61                    694307240,62                    -762343240,63                    1042965,64                    -268995264,65                    -720268553,66                    -868516464,67                    875008295,68                    -285350504,69                    -888128273,70                    181100667,71                    -136594231,72                    -427825946,73                    -157057395,74                    59432254,75                    541130110,76                    -200504447,77                    73963864,78                    -351121142,79                    57708734280                ],81                [82                    -503980296,83                    -104648055,84                    855934872,85                    -937731336,86                    520680161,87                    -380396298,88                    -723575329,89                    -619926122,90                    -599801710,91                    413114369,92                    958537384,93                    708723967,94                    906565278,95                    -35733811,96                    303863342,97                    -801991930,98                    979736889,99                    -268171009,100                    619374127,101                    -903313005,102                    678612764,103                    -613044727,104                    950872073,105                    -888176544,106                    256639623,107                    131971349,108                    -770421319,109                    -438254221,110                    45287690,111                    264273818,112                    -188738347,113                    -867919646,114                    497205622,115                    299786949,116                    474523745,117                    19127803,118                    836831193,119                    -114448129,120                    -931460207,121                    869447397,122                    -979725074,123                    647288158,124                    247901113,125                    -550204843,126                    -296528565,127                    -568428947,128                    347501778,129                    374470218,130                    12412137,131                    -276808076,132                    117017388,133                    386883332,134                    -704151094,135                    -798622663,136                    863132842,137                    803603871138                ],139                [140                    -43968007,141                    481713025,142                    780354898,143                    -797968643,144                    -743278834,145                    74405696,146                    -404704412,147                    213064522,148                    720084780,149                    -521408418,150                    -699935438,151                    944870686,152                    -546397800,153                    27687944,154                    -131006645,155                    3396094,156                    812684714,157                    -483812632,158                    -640160812,159                    624580755,160                    78633795,161                    -685957904,162                    813463969,163                    735266454,164                    217098197,165                    910740483,166                    -572668507,167                    20717676,168                    759757737,169                    -540534734,170                    543442376,171                    -23097072,172                    -169042381,173                    662611075,174                    944376829,175                    -178161904,176                    776828730,177                    185447531,178                    -830469970,179                    850000559,180                    617716445,181                    -897996236,182                    364558524,183                    499763884,184                    -665139253,185                    -952397005,186                    997224898,187                    -444208506,188                    -691865266,189                    858251048,190                    201941829,191                    224651435,192                    802252251,193                    630923647,194                    -725375400,195                    -843418275196                ],197                [198                    -85737966,199                    -961715685,200                    832199784,201                    -968353171,202                    -151124786,203                    513685695,204                    -718976285,205                    195659711,206                    151944781,207                    -259646615,208                    -802374736,209                    113534624,210                    493574461,211                    961156487,212                    -217742664,213                    447025113,214                    150482278,215                    131358650,216                    -375142315,217                    274503933,218                    -285540084,219                    138007072,220                    -131105476,221                    -202142964,222                    -112409341,223                    939957681,224                    -264240065,225                    213650116,226                    -299990238,227                    644654421,228                    -97340783,229                    -370469279,230                    57797244,231                    647203072,232                    762166006,233                    -472869171,234                    812345752,235                    -548371895,236                    -977140037,237                    -283122013,238                    472778414,239                    -250218534,240                    -45871386,241                    183335903,242                    210734863,243                    -265862379,244                    82010855,245                    -836807101,246                    -256558001,247                    635641446,248                    -622401475,249                    -579769852,250                    611574299,251                    -570131402,252                    297725719,253                    -483601195254                ],255                [256                    -412543953,257                    -109541953,258                    -421077736,259                    782590076,260                    527976661,261                    816211785,262                    933642355,263                    223399069,264                    536595480,265                    7617392,266                    894478392,267                    -796597659,268                    -478787131,269                    177711338,270                    330901289,271                    -676128983,272                    -52907934,273                    23496882,274                    -733579133,275                    402694355,276                    -589837813,277                    -153722904,278                    -864606712,279                    -377242030,280                    322481161,281                    -435965415,282                    150519309,283                    815101191,284                    812608639,285                    829925214,286                    -458098377,287                    -135613064,288                    741210495,289                    -14638488,290                    -374173976,291                    438488998,292                    -497837882,293                    605862655,294                    -145047656,295                    -555526830,296                    -258222864,297                    -682744373,298                    976332939,299                    -992317563,300                    319488377,301                    803634643,302                    -631205243,303                    -145370308,304                    843617414,305                    -150549804,306                    578063034,307                    422129109,308                    185287888,309                    946624461,310                    -969296728,311                    900012239312                ],313                [314                    -153196613,315                    -231105125,316                    -827952855,317                    239234293,318                    -398009858,319                    -700953506,320                    -323937485,321                    -612093911,322                    654513164,323                    325358001,324                    384104196,325                    -680995945,326                    649928245,327                    -158364740,328                    -927208937,329                    250090293,330                    760329263,331                    282992419,332                    -531565875,333                    364900450,334                    -778024674,335                    901770142,336                    434353967,337                    -235149784,338                    -507653567,339                    -440706558,340                    638786427,341                    444490906,342                    579213515,343                    838496392,344                    -556685619,345                    -637812265,346                    -684511801,347                    295527973,348                    -631382933,349                    -146392157,350                    -595172369,351                    -188039785,352                    -337427476,353                    -759411007,354                    -551805694,355                    -193956260,356                    912556985,357                    643371135,358                    -315314236,359                    862501603,360                    -983006514,361                    723818716,362                    -767389206,363                    147801132,364                    -363292696,365                    587525865,366                    -618260855,367                    -118824841,368                    -799862569,369                    180375069370                ],371                [372                    147315463,373                    526648445,374                    77613020,375                    872299426,376                    38545492,377                    -674685937,378                    769240739,379                    104457329,380                    -184728796,381                    -309403953,382                    -298574156,383                    519377585,384                    819957225,385                    212881019,386                    491652784,387                    326517903,388                    381141392,389                    949773945,390                    136428067,391                    -588995828,392                    592314349,393                    295445826,394                    -937018335,395                    132013603,396                    174915479,397                    -210836833,398                    988142027,399                    40303384,400                    119239240,401                    768273070,402                    725544099,403                    280721072,404                    -389287135,405                    818863662,406                    308996813,407                    23907237,408                    416153942,409                    -948037918,410                    109277765,411                    133252666,412                    444520366,413                    887172569,414                    752839459,415                    413141685,416                    -112977860,417                    -528467809,418                    -491426327,419                    739488296,420                    -323590582,421                    -498241128,422                    -772626480,423                    961378315,424                    -688364565,425                    561334773,426                    808328081,427                    914420174428                ],429                [430                    -100358665,431                    -51382352,432                    -694486479,433                    338455705,434                    -998136700,435                    -535458416,436                    110042157,437                    -682553628,438                    -606562169,439                    267157377,440                    -686036727,441                    -627290679,442                    -765667027,443                    886701898,444                    879868113,445                    -313427970,446                    857492896,447                    555295975,448                    213614596,449                    -690246521,450                    -712457540,451                    -294083643,452                    -258924841,453                    -626666871,454                    388641269,455                    -485407630,456                    380588671,457                    212585215,458                    243072837,459                    885842681,460                    798143543,461                    549107980,462                    436233394,463                    -70853592,464                    -168904591,465                    817221627,466                    -355835265,467                    -894420588,468                    -830886810,469                    301447074,470                    620566473,471                    29223523,472                    66253367,473                    -414187858,474                    492977987,475                    -867610469,476                    -370129259,477                    734162675,478                    710020195,479                    243046300,480                    780827428,481                    -421116282,482                    -607674379,483                    111383932,484                    -187104707,485                    357624803486                ],487                [488                    -952631910,489                    -326146419,490                    -794881994,491                    164365181,492                    -80660879,493                    -735737126,494                    108868151,495                    -580677999,496                    -270927331,497                    195009936,498                    492010050,499                    -104847416,500                    -676023729,501                    -265225586,502                    204907150,503                    865676376,504                    -774991735,505                    691228608,506                    97853874,507                    41949740,508                    -297190705,509                    -532786435,510                    -710488118,511                    252133294,512                    414721438,513                    887671772,514                    -158869161,515                    -221902821,516                    23318670,517                    -30207319,518                    -658540675,519                    -989772586,520                    -205710611,521                    932861763,522                    930461346,523                    663970128,524                    -648671437,525                    -871993133,526                    -41898197,527                    -829347510,528                    192887285,529                    -437959142,530                    -113936416,531                    -216091321,532                    666457430,533                    -670589944,534                    35623382,535                    -466964049,536                    -727064477,537                    921460042,538                    -968484801,539                    638281162,540                    6482595,541                    74649368,542                    -357342111,543                    182143173544                ],545                [546                    -819704105,547                    335496999,548                    18785483,549                    -53834931,550                    457938326,551                    748849147,552                    -571909829,553                    -563683906,554                    741927226,555                    -879785157,556                    119913779,557                    -345644001,558                    -706821029,559                    -776508305,560                    215066263,561                    -75465319,562                    205372214,563                    751260882,564                    35747369,565                    741289056,566                    492060720,567                    -605591043,568                    489640465,569                    -364921468,570                    119801285,571                    382522592,572                    -638219298,573                    396878426,574                    -814221579,575                    -100608261,576                    322892626,577                    -256607375,578                    802357483,579                    -40728225,580                    715364232,581                    -648242558,582                    570536009,583                    -204945074,584                    -156705979,585                    7532980,586                    -50485660,587                    632992428,588                    -82783095,589                    903479796,590                    -754825990,591                    138125716,592                    269173615,593                    -355720567,594                    27306656,595                    936391037,596                    239579726,597                    -309147895,598                    -205229022,599                    -426757896,600                    507771639,601                    5249908602                ]603            ],604            "output": [605                10,606                10,607                10,608                10,609                10,610                10,611                10,612                10,613                10,614                10,615                10,616                10,617                10,618                10,619                10,620                10,621                10,622                10,623                10,624                10,625                10,626                10,627                10,628                10,629                10,630                10,631                10,632                10,633                10,634                10,635                10,636                10,637                10,638                9,639                10,640                10,641                10,642                10,643                10,644                10,645                10,646                10,647                10,648                10,649                10,650                10,651                10,652                10,653                10,654                10,655                10,656                10,657                10,658                10,659                10,660                10661            ]662        },663        {664            "input": [665                [666                    380487570,667                    589007624,668                    730144867,669                    -218017748,670                    -506679060,671                    -939308316,672                    -184732255,673                    -327168312,674                    -274108049,675                    -752616674,676                    -361204292,677                    -776588358,678                    -375790136,679                    -695545052,680                    372633935,681                    -14804692,682                    -485504626,683                    873811080,684                    691684554,685                    730196683,686                    131240030,687                    -133480378,688                    413643822,689                    463548879,690                    463590516,691                    -839852494,692                    -696272265,693                    -573150733,694                    -202973068,695                    686329905,696                    40632153,697                    -919256312,698                    -126317397,699                    -664706604,700                    -174374168,701                    -65352077,702                    687206199,703                    806852878,704                    -339769769,705                    692837585,706                    678670485,707                    -772628134,708                    -882876687,709                    961371454,710                    -988186741,711                    660893465,712                    190949318,713                    -830822340,714                    -121711389,715                    -440143614,716                    592483880,717                    613759026,718                    439425948,719                    982275791,720                    -567817874721                ],722                [723                    952927216,724                    912292331,725                    484971128,726                    464937377,727                    794896514,728                    782005121,729                    -558663298,730                    540260303,731                    -194295441,732                    815603422,733                    528208796,734                    759245796,735                    -225117950,736                    203356568,737                    -386920314,738                    231086631,739                    910781778,740                    -163898766,741                    -575899831,742                    -570762838,743                    450152896,744                    -634171703,745                    -585694272,746                    193835316,747                    -509390069,748                    53088167,749                    -258468008,750                    701138234,751                    -233068773,752                    -958008534,753                    567172621,754                    -315088511,755                    359331173,756                    465421268,757                    916598773,758                    -800880168,759                    -218803989,760                    724443136,761                    -713414480,762                    -290765167,763                    -768663147,764                    -142208793,765                    149760459,766                    843583325,767                    919273232,768                    566961909,769                    215123255,770                    -947919658,771                    -62651704,772                    566876781,773                    -972118451,774                    -785496735,775                    667494841,776                    627325103,777                    976129780778                ],779                [780                    878947563,781                    507312558,782                    291543745,783                    -825379798,784                    745104713,785                    -331970112,786                    613003251,787                    96590508,788                    541649442,789                    160780979,790                    622398979,791                    346164459,792                    737516994,793                    -787438602,794                    264560123,795                    594001404,796                    56295633,797                    -657290198,798                    -99569789,799                    854384496,800                    391365228,801                    222477397,802                    -19048872,803                    831896674,804                    -448699278,805                    -297181178,806                    -170160757,807                    723973965,808                    633879578,809                    -323497383,810                    605048,811                    629329399,812                    -333755611,813                    532469800,814                    -881187173,815                    -881557120,816                    501028033,817                    877409303,818                    -356158043,819                    650197574,820                    631810406,821                    -476124742,822                    630542172,823                    -684590763,824                    878799854,825                    -279011253,826                    -854734535,827                    -985165621,828                    -619686198,829                    -753536586,830                    -215628027,831                    -736631487,832                    163796583,833                    124570553,834                    -154130174835                ],836                [837                    -534578469,838                    -981527122,839                    243436075,840                    -307892418,841                    573640972,842                    15435971,843                    778858310,844                    681826310,845                    622085441,846                    -782194743,847                    -298095391,848                    612533994,849                    624001823,850                    -134544507,851                    -186284571,852                    763130350,853                    837054658,854                    548844835,855                    302369825,856                    -756385784,857                    239195318,858                    200233956,859                    881925921,860                    -948142213,861                    -235204158,862                    -204990169,863                    505347183,864                    -552432709,865                    793147375,866                    -299789504,867                    561856437,868                    376171901,869                    -545378246,870                    81910090,871                    -785577793,872                    410384801,873                    245510354,874                    -644010776,875                    -602586395,876                    -556543212,877                    -956349555,878                    72200552,879                    -465447877,880                    785712124,881                    214138450,882                    922365623,883                    -488156879,884                    344929831,885                    -114028275,886                    631704741,887                    278683339,888                    639838528,889                    879079585,890                    -283677571,891                    145946910892                ],893                [894                    -753340409,895                    583063223,896                    696674358,897                    -400700839,898                    -827743290,899                    -967509539,900                    199730810,901                    -731603230,902                    904774108,903                    -285494879,904                    -130124122,905                    -316367614,906                    -77494373,907                    -696601566,908                    289977585,909                    228500048,910                    -633072313,911                    -114319687,912                    202960468,913                    804492314,914                    -878552169,915                    -80098022,916                    -820977554,917                    238230795,918                    681020679,919                    -276486642,920                    503295172,921                    868255384,922                    165777208,923                    53991813,924                    247740499,925                    551063961,926                    -337216628,927                    399956177,928                    214246924,929                    513975263,930                    -978998525,931                    371689860,932                    920200238,933                    36666243,934                    250793673,935                    -811823454,936                    432113396,937                    -480867728,938                    -798841112,939                    -664125082,940                    490435912,941                    -548234221,942                    18509198,943                    -629688994,944                    487343349,945                    168361483,946                    653701842,947                    -65571328,948                    147084726949                ],950                [951                    764654528,952                    -653328263,953                    125471191,954                    -134354931,955                    -272167122,956                    771866551,957                    157539382,958                    647287576,959                    88039621,960                    -552624815,961                    -203127443,962                    922797521,963                    -832908588,964                    -269463678,965                    -746008819,966                    268426993,967                    -665897664,968                    -422323129,969                    708498219,970                    -381910433,971                    -712823096,972                    -414153184,973                    471781405,974                    497219489,975                    -737685315,976                    -174268106,977                    -767852727,978                    523145748,979                    -600259639,980                    844448239,981                    -813853934,982                    -655358454,983                    574321856,984                    436052307,985                    -181498646,986                    -550597436,987                    -181198089,988                    58170346,989                    -814853505,990                    362732690,991                    587519724,992                    185932814,993                    -530241689,994                    764287859,995                    -8322514,996                    -572631335,997                    974997666,998                    857112963,999                    -582434913,1000                    161942378,1001                    337520191,1002                    604472294,1003                    306922167,1004                    -46418430,1005                    -9666377111006                ],1007                [1008                    667360010,1009                    -841943451,1010                    932007387,1011                    -234916223,1012                    363315641,1013                    735911670,1014                    418389999,1015                    692628968,1016                    720991450,1017                    -353554793,1018                    -998966358,1019                    -624745936,1020                    -117834681,1021                    -139822087,1022                    -395782967,1023                    281852081,1024                    -471763528,1025                    870779724,1026                    -911659880,1027                    921658899,1028                    -897719514,1029                    -738016931,1030                    882825643,1031                    -914654690,1032                    155485009,1033                    947406070,1034                    -893109438,1035                    136204093,1036                    874851939,1037                    967847659,1038                    571847254,1039                    -661785828,1040                    699905441,1041                    -919409308,1042                    -786067258,1043                    -29546181,1044                    -53592639,1045                    -692043980,1046                    -412279006,1047                    -842258809,1048                    -760055037,1049                    680754421,1050                    -342266728,1051                    239892943,1052                    663180797,1053                    -47900703,1054                    -440458791,1055                    112628001,1056                    -280488921,1057                    428862711,1058                    669418387,1059                    32403998,1060                    675923670,1061                    778331872,1062                    -2383437791063                ],1064                [1065                    619418104,1066                    320434278,1067                    881395343,1068                    -871117097,1069                    -849610642,1070                    732451473,1071                    -601365989,1072                    -57300829,1073                    -737389773,1074                    93530266,1075                    102267977,1076                    -577947620,1077                    -101595872,1078                    132750646,1079                    957840182,1080                    -587070926,1081                    527080029,1082                    652582805,1083                    134996808,1084                    81245937,1085                    -313947139,1086                    -614907704,1087                    331074058,1088                    232307527,1089                    -525692223,1090                    557616531,1091                    874802990,1092                    931496184,1093                    -196621730,1094                    502008986,1095                    86483052,1096                    -35171634,1097                    -919223006,1098                    -780268239,1099                    -649814558,1100                    2066846,1101                    43218333,1102                    -575101372,1103                    -860945633,1104                    556619337,1105                    749211391,1106                    402636415,1107                    -220557310,1108                    934630427,1109                    109230166,1110                    326420067,1111                    943424793,1112                    -11033735,1113                    104956204,1114                    605881312,1115                    -241649471,1116                    477534946,1117                    86243000,1118                    -24726759,1119                    4591587031120                ],1121                [1122                    847028866,1123                    176066132,1124                    -440925468,1125                    833268373,1126                    73667355,1127                    -502283628,1128                    -350067634,1129                    604267105,1130                    -740392491,1131                    542477091,1132                    -215503651,1133                    -763737483,1134                    462341681,1135                    -728825496,1136                    -994783610,1137                    -220678065,1138                    -689425011,1139                    616054011,1140                    781572148,1141                    203276363,1142                    -27918973,1143                    -502604595,1144                    947804048,1145                    249316802,1146                    318822400,1147                    763498080,1148                    182167576,1149                    -532865388,1150                    811238837,1151                    302383630,1152                    -608787858,1153                    249385767,1154                    726486086,1155                    156625732,1156                    -55071263,1157                    971863347,1158                    563991337,1159                    -816978653,1160                    840256696,1161                    -385503886,1162                    471121407,1163                    -189389614,1164                    -965563707,1165                    886246900,1166                    -566942253,1167                    -160325364,1168                    -789055557,1169                    -582019704,1170                    487201866,1171                    959124584,1172                    276427361,1173                    -576654750,1174                    404537403,1175                    399254881,1176                    1410719971177                ],1178                [1179                    827347019,1180                    625854467,1181                    23389565,1182                    -309145245,1183                    852280611,1184                    -776144114,1185                    -907334735,1186                    107667817,1187                    821958808,1188                    -907836975,1189                    -94855150,1190                    949965271,1191                    245636437,1192                    458263797,1193                    -415261226,1194                    9607401,1195                    241934764,1196                    -148148310,1197                    -858463939,1198                    688513908,1199                    963692492,1200                    892426896,

Showing the first 1,200 of 24534 lines. Download the file for the rest.