repo_owner stringlengths 2 39 | repo_name stringlengths 1 100 | file_path stringlengths 4 120 | file_url stringlengths 51 219 |
|---|---|---|---|
jz33 | LeetCodeSolutions | T-1570%20Dot%20Product%20of%20Two%20Sparse%20Vectors.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1570%20Dot%20Product%20of%20Two%20Sparse%20Vectors.py |
jz33 | LeetCodeSolutions | T-1573%20Number%20of%20Ways%20to%20Split%20a%20String.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1573%20Number%20of%20Ways%20to%20Split%20a%20String.py |
jz33 | LeetCodeSolutions | T-1631%20Path%20With%20Minimum%20Effort.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1631%20Path%20With%20Minimum%20Effort.py |
jz33 | LeetCodeSolutions | T-1644%20Lowest%20Common%20Ancestor%20of%20a%20Binary%20Tree%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1644%20Lowest%20Common%20Ancestor%20of%20a%20Binary%20Tree%20II.py |
jz33 | LeetCodeSolutions | T-1650%20Lowest%20Common%20Ancestor%20of%20a%20Binary%20Tree%20III.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1650%20Lowest%20Common%20Ancestor%20of%20a%20Binary%20Tree%20III.py |
jz33 | LeetCodeSolutions | T-1657%20Determine%20if%20Two%20Strings%20Are%20Close.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1657%20Determine%20if%20Two%20Strings%20Are%20Close.py |
jz33 | LeetCodeSolutions | T-1676%20Lowest%20Common%20Ancestor%20of%20a%20Binary%20Tree%20IV.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1676%20Lowest%20Common%20Ancestor%20of%20a%20Binary%20Tree%20IV.py |
jz33 | LeetCodeSolutions | T-1740%20Find%20Distance%20in%20a%20Binary%20Tree.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1740%20Find%20Distance%20in%20a%20Binary%20Tree.py |
jz33 | LeetCodeSolutions | T-1762%20Buildings%20With%20an%20Ocean%20View.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1762%20Buildings%20With%20an%20Ocean%20View.py |
jz33 | LeetCodeSolutions | T-1768%20Merge%20Strings%20Alternately.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1768%20Merge%20Strings%20Alternately.py |
jz33 | LeetCodeSolutions | T-1778%20Shortest%20Path%20in%20a%20Hidden%20Grid.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1778%20Shortest%20Path%20in%20a%20Hidden%20Grid.py |
jz33 | LeetCodeSolutions | T-1779%20Find%20Nearest%20Point%20That%20Has%20the%20Same%20X%20or%20Y%20Coordinate.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1779%20Find%20Nearest%20Point%20That%20Has%20the%20Same%20X%20or%20Y%20Coordinate.py |
jz33 | LeetCodeSolutions | T-1790%20Check%20if%20One%20String%20Swap%20Can%20Make%20Strings%20Equal.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1790%20Check%20if%20One%20String%20Swap%20Can%20Make%20Strings%20Equal.py |
jz33 | LeetCodeSolutions | T-1802%20Maximum%20Value%20at%20a%20Given%20Index%20in%20a%20Bounded%20Array.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1802%20Maximum%20Value%20at%20a%20Given%20Index%20in%20a%20Bounded%20Array.py |
jz33 | LeetCodeSolutions | T-1838%20Frequency%20of%20the%20Most%20Frequent%20Element.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1838%20Frequency%20of%20the%20Most%20Frequent%20Element.py |
jz33 | LeetCodeSolutions | T-1846%20Maximum%20Element%20After%20Decreasing%20and%20Rearranging.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1846%20Maximum%20Element%20After%20Decreasing%20and%20Rearranging.py |
jz33 | LeetCodeSolutions | T-1854%20Maximum%20Population%20Year.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1854%20Maximum%20Population%20Year.py |
jz33 | LeetCodeSolutions | T-1868%20Product%20of%20Two%20Run-Length%20Encoded%20Arrays.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1868%20Product%20of%20Two%20Run-Length%20Encoded%20Arrays.py |
jz33 | LeetCodeSolutions | T-1891%20Cutting%20Ribbons.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1891%20Cutting%20Ribbons.py |
jz33 | LeetCodeSolutions | T-1901%20Find%20a%20Peak%20Element%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1901%20Find%20a%20Peak%20Element%20II.py |
jz33 | LeetCodeSolutions | T-1905%20Count%20Sub%20Islands.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1905%20Count%20Sub%20Islands.py |
jz33 | LeetCodeSolutions | T-1926%20Nearest%20Exit%20from%20Entrance%20in%20Maze.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1926%20Nearest%20Exit%20from%20Entrance%20in%20Maze.py |
jz33 | LeetCodeSolutions | T-1927%20Sum%20Game.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1927%20Sum%20Game.py |
jz33 | LeetCodeSolutions | T-1944%20Number%20of%20Visible%20People%20in%20a%20Queue.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1944%20Number%20of%20Visible%20People%20in%20a%20Queue.py |
jz33 | LeetCodeSolutions | T-1963%20Minimum%20Number%20of%20Swaps%20to%20Make%20the%20String%20Balanced.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1963%20Minimum%20Number%20of%20Swaps%20to%20Make%20the%20String%20Balanced.py |
jz33 | LeetCodeSolutions | T-1971%20Find%20if%20Path%20Exists%20in%20Graph.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-1971%20Find%20if%20Path%20Exists%20in%20Graph.py |
jz33 | LeetCodeSolutions | T-2034%20Stock%20Price%20Fluctuation.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2034%20Stock%20Price%20Fluctuation.py |
jz33 | LeetCodeSolutions | T-2049%20Count%20Nodes%20With%20the%20Highest%20Score.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2049%20Count%20Nodes%20With%20the%20Highest%20Score.py |
jz33 | LeetCodeSolutions | T-2050%20Parallel%20Courses%20III.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2050%20Parallel%20Courses%20III.py |
jz33 | LeetCodeSolutions | T-2055%20Plates%20Between%20Candles.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2055%20Plates%20Between%20Candles.py |
jz33 | LeetCodeSolutions | T-2060%20Check%20if%20an%20Original%20String%20Exists%20Given%20Two%20Encoded%20Strings.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2060%20Check%20if%20an%20Original%20String%20Exists%20Given%20Two%20Encoded%20Strings.py |
jz33 | LeetCodeSolutions | T-2097%20Valid%20Arrangement%20of%20Pairs.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2097%20Valid%20Arrangement%20of%20Pairs.py |
jz33 | LeetCodeSolutions | T-2109%20Adding%20Spaces%20to%20a%20String.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2109%20Adding%20Spaces%20to%20a%20String.py |
jz33 | LeetCodeSolutions | T-2158%20Amount%20of%20New%20Area%20Painted%20Each%20Day.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2158%20Amount%20of%20New%20Area%20Painted%20Each%20Day.py |
jz33 | LeetCodeSolutions | T-2210%20Count%20Hills%20and%20Valleys%20in%20an%20Array.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2210%20Count%20Hills%20and%20Valleys%20in%20an%20Array.py |
jz33 | LeetCodeSolutions | T-2263%20Make%20Array%20Non-decreasing%20or%20Non-increasing.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2263%20Make%20Array%20Non-decreasing%20or%20Non-increasing.py |
jz33 | LeetCodeSolutions | T-2290%20Minimum%20Obstacle%20Removal%20to%20Reach%20Corner.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2290%20Minimum%20Obstacle%20Removal%20to%20Reach%20Corner.py |
jz33 | LeetCodeSolutions | T-2340%20Minimum%20Adjacent%20Swaps%20to%20Make%20a%20Valid%20Array.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2340%20Minimum%20Adjacent%20Swaps%20to%20Make%20a%20Valid%20Array.py |
jz33 | LeetCodeSolutions | T-2355%20Maximum%20Number%20of%20Books%20You%20Can%20Take.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2355%20Maximum%20Number%20of%20Books%20You%20Can%20Take.py |
jz33 | LeetCodeSolutions | T-2357%20Make%20Array%20Zero%20by%20Subtracting%20Equal%20Amounts.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2357%20Make%20Array%20Zero%20by%20Subtracting%20Equal%20Amounts.py |
jz33 | LeetCodeSolutions | T-2365%20Task%20Scheduler%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2365%20Task%20Scheduler%20II.py |
jz33 | LeetCodeSolutions | T-2402%20Meeting%20Rooms%20III.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2402%20Meeting%20Rooms%20III.py |
jz33 | LeetCodeSolutions | T-2421%20Number%20of%20Good%20Paths.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2421%20Number%20of%20Good%20Paths.py |
jz33 | LeetCodeSolutions | T-2437%20Number%20of%20Valid%20Clock%20Times.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2437%20Number%20of%20Valid%20Clock%20Times.py |
jz33 | LeetCodeSolutions | T-2461%20Maximum%20Sum%20of%20Distinct%20Subarrays%20With%20Length%20K.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2461%20Maximum%20Sum%20of%20Distinct%20Subarrays%20With%20Length%20K.py |
jz33 | LeetCodeSolutions | T-2468%20Split%20Message%20Based%20on%20Limit.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2468%20Split%20Message%20Based%20on%20Limit.py |
jz33 | LeetCodeSolutions | T-2595%20Number%20of%20Even%20and%20Odd%20Bits.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2595%20Number%20of%20Even%20and%20Odd%20Bits.py |
jz33 | LeetCodeSolutions | T-2597%20The%20Number%20of%20Beautiful%20Subsets.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2597%20The%20Number%20of%20Beautiful%20Subsets.py |
jz33 | LeetCodeSolutions | T-2611%20Mice%20and%20Cheese.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2611%20Mice%20and%20Cheese.py |
jz33 | LeetCodeSolutions | T-2659%20Make%20Array%20Empty.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2659%20Make%20Array%20Empty.py |
jz33 | LeetCodeSolutions | T-2781%20Length%20of%20the%20Longest%20Valid%20Substring.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2781%20Length%20of%20the%20Longest%20Valid%20Substring.py |
jz33 | LeetCodeSolutions | T-2863%20Maximum%20Length%20of%20Semi-Decreasing%20Subarrays.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2863%20Maximum%20Length%20of%20Semi-Decreasing%20Subarrays.py |
jz33 | LeetCodeSolutions | T-2956%20Find%20Common%20Elements%20Between%20Two%20Arrays.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-2956%20Find%20Common%20Elements%20Between%20Two%20Arrays.py |
jz33 | LeetCodeSolutions | T-3009%20Maximum%20Number%20of%20Intersections%20on%20the%20Chart.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/T-3009%20Maximum%20Number%20of%20Intersections%20on%20the%20Chart.py |
motherapp | sqlite_sql_parser | parse_sqlite_sql.py | https://raw.githubusercontent.com/motherapp/sqlite_sql_parser/master/parse_sqlite_sql.py |
k3ho | zim-plugin-cryptselection | __init__.py | https://raw.githubusercontent.com/k3ho/zim-plugin-cryptselection/master/__init__.py |
matthazinski | youtube2internetarchive | youtube2internetarchive.py | https://raw.githubusercontent.com/matthazinski/youtube2internetarchive/master/youtube2internetarchive.py |
codeforkjeff | oracle2mysql | oracle2mysql.py | https://raw.githubusercontent.com/codeforkjeff/oracle2mysql/master/oracle2mysql.py |
codeforkjeff | oracle2mysql | oracle2mysql_conf.py | https://raw.githubusercontent.com/codeforkjeff/oracle2mysql/master/oracle2mysql_conf.py |
jrxFive | consulalerting | ConsulAlertingKVBootstrap.py | https://raw.githubusercontent.com/jrxFive/consulalerting/master/ConsulAlertingKVBootstrap.py |
Jonty | pretadata | generate_mapping_data.py | https://raw.githubusercontent.com/Jonty/pretadata/master/generate_mapping_data.py |
Jonty | pretadata | pretascraper.py | https://raw.githubusercontent.com/Jonty/pretadata/master/pretascraper.py |
Jonty | pretadata | pretascraper_hk.py | https://raw.githubusercontent.com/Jonty/pretadata/master/pretascraper_hk.py |
96boards | burn-boot | hisi-idt.py | https://raw.githubusercontent.com/96boards/burn-boot/master/hisi-idt.py |
96boards | burn-boot | miniterm.py | https://raw.githubusercontent.com/96boards/burn-boot/master/miniterm.py |
sansculotte | glitchbox | audiopack.py | https://raw.githubusercontent.com/sansculotte/glitchbox/master/audiopack.py |
sansculotte | glitchbox | distort.py | https://raw.githubusercontent.com/sansculotte/glitchbox/master/distort.py |
sansculotte | glitchbox | emerge.py | https://raw.githubusercontent.com/sansculotte/glitchbox/master/emerge.py |
sansculotte | glitchbox | glitch.py | https://raw.githubusercontent.com/sansculotte/glitchbox/master/glitch.py |
sansculotte | glitchbox | merge.py | https://raw.githubusercontent.com/sansculotte/glitchbox/master/merge.py |
v00g100skr | lostfilm-rss-parser | parser.py | https://raw.githubusercontent.com/v00g100skr/lostfilm-rss-parser/master/parser.py |
ffreitasalves | boneca | boneca.py | https://raw.githubusercontent.com/ffreitasalves/boneca/master/boneca.py |
shbhrsaha | dictaphone | dictaphone.py | https://raw.githubusercontent.com/shbhrsaha/dictaphone/master/dictaphone.py |
tamland | kodi-addon-extras | addon.py | https://raw.githubusercontent.com/tamland/kodi-addon-extras/master/addon.py |
tamland | kodi-addon-extras | plugin.py | https://raw.githubusercontent.com/tamland/kodi-addon-extras/master/plugin.py |
brbsix | subnuker | subnuker.py | https://raw.githubusercontent.com/brbsix/subnuker/master/subnuker.py |
nikhilNathwani | NBA_cron | NBAcron.py | https://raw.githubusercontent.com/nikhilNathwani/NBA_cron/master/NBAcron.py |
nikhilNathwani | NBA_cron | scrape.py | https://raw.githubusercontent.com/nikhilNathwani/NBA_cron/master/scrape.py |
nikhilNathwani | NBA_cron | util.py | https://raw.githubusercontent.com/nikhilNathwani/NBA_cron/master/util.py |
mozilla-releng | ship-it-archived | kickoff-web.py | https://raw.githubusercontent.com/mozilla-releng/ship-it-archived/master/kickoff-web.py |
mDuo13 | txsplain | bot.py | https://raw.githubusercontent.com/mDuo13/txsplain/master/bot.py |
mDuo13 | txsplain | txsplain.py | https://raw.githubusercontent.com/mDuo13/txsplain/master/txsplain.py |
starlightme | v2ex-daily-sgin-in | v2ex.py | https://raw.githubusercontent.com/starlightme/v2ex-daily-sgin-in/master/v2ex.py |
gregsimon | apkdiff | apk-diff.py | https://raw.githubusercontent.com/gregsimon/apkdiff/master/apk-diff.py |
ianmiell | docker-dev-tools-image | dev_tools.py | https://raw.githubusercontent.com/ianmiell/docker-dev-tools-image/master/dev_tools.py |
mzarnitsa | mssql2pg | mssql2pg.py | https://raw.githubusercontent.com/mzarnitsa/mssql2pg/master/mssql2pg.py |
smolin | sjmNukeScripts | menu.py | https://raw.githubusercontent.com/smolin/sjmNukeScripts/master/menu.py |
clivemjeffery | qbike | qbike.py | https://raw.githubusercontent.com/clivemjeffery/qbike/master/qbike.py |
clivemjeffery | qbike | session.py | https://raw.githubusercontent.com/clivemjeffery/qbike/master/session.py |
clivemjeffery | qbike | zones.py | https://raw.githubusercontent.com/clivemjeffery/qbike/master/zones.py |
m-hall | HypnotoadSVN | branch_commands.py | https://raw.githubusercontent.com/m-hall/HypnotoadSVN/master/branch_commands.py |
m-hall | HypnotoadSVN | svn_commands.py | https://raw.githubusercontent.com/m-hall/HypnotoadSVN/master/svn_commands.py |
m-hall | HypnotoadSVN | view_commands.py | https://raw.githubusercontent.com/m-hall/HypnotoadSVN/master/view_commands.py |
geohot | collfun | characteristic.py | https://raw.githubusercontent.com/geohot/collfun/master/characteristic.py |
geohot | collfun | collide.py | https://raw.githubusercontent.com/geohot/collfun/master/collide.py |
geohot | collfun | collide_junk.py | https://raw.githubusercontent.com/geohot/collfun/master/collide_junk.py |
geohot | collfun | factorgraph.py | https://raw.githubusercontent.com/geohot/collfun/master/factorgraph.py |
geohot | collfun | graph.py | https://raw.githubusercontent.com/geohot/collfun/master/graph.py |
geohot | collfun | node.py | https://raw.githubusercontent.com/geohot/collfun/master/node.py |
geohot | collfun | shabayes.py | https://raw.githubusercontent.com/geohot/collfun/master/shabayes.py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.