repo_owner stringlengths 2 39 | repo_name stringlengths 1 100 | file_path stringlengths 4 120 | file_url stringlengths 51 219 |
|---|---|---|---|
jz33 | LeetCodeSolutions | 033%20Search%20in%20Rotated%20Sorted%20Array.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/033%20Search%20in%20Rotated%20Sorted%20Array.py |
jz33 | LeetCodeSolutions | 034%20Find%20First%20and%20Last%20Position%20of%20Element%20in%20Sorted%20Array.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/034%20Find%20First%20and%20Last%20Position%20of%20Element%20in%20Sorted%20Array.py |
jz33 | LeetCodeSolutions | 035%20Search%20Insert%20Position.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/035%20Search%20Insert%20Position.py |
jz33 | LeetCodeSolutions | 036%20Valid%20Sudoku.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/036%20Valid%20Sudoku.py |
jz33 | LeetCodeSolutions | 037%20Sudoku%20Solver.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/037%20Sudoku%20Solver.py |
jz33 | LeetCodeSolutions | 038%20Count%20and%20Say.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/038%20Count%20and%20Say.py |
jz33 | LeetCodeSolutions | 039%20Combination%20Sum.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/039%20Combination%20Sum.py |
jz33 | LeetCodeSolutions | 040%20Combination%20Sum%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/040%20Combination%20Sum%20II.py |
jz33 | LeetCodeSolutions | 041%20First%20Missing%20Positive.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/041%20First%20Missing%20Positive.py |
jz33 | LeetCodeSolutions | 042%20Trapping%20Rain%20Water.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/042%20Trapping%20Rain%20Water.py |
jz33 | LeetCodeSolutions | 043%20Multiply%20Strings.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/043%20Multiply%20Strings.py |
jz33 | LeetCodeSolutions | 044%20Wildcard%20Matching.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/044%20Wildcard%20Matching.py |
jz33 | LeetCodeSolutions | 045%20Jump%20Game%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/045%20Jump%20Game%20II.py |
jz33 | LeetCodeSolutions | 046%20Permutations.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/046%20Permutations.py |
jz33 | LeetCodeSolutions | 047%20Permutations%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/047%20Permutations%20II.py |
jz33 | LeetCodeSolutions | 049%20Group%20Anagrams.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/049%20Group%20Anagrams.py |
jz33 | LeetCodeSolutions | 051%20N-Queens.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/051%20N-Queens.py |
jz33 | LeetCodeSolutions | 053%20Maximum%20Subarray.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/053%20Maximum%20Subarray.py |
jz33 | LeetCodeSolutions | 054%20Spiral%20Matrix.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/054%20Spiral%20Matrix.py |
jz33 | LeetCodeSolutions | 055%20Jump%20Game.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/055%20Jump%20Game.py |
jz33 | LeetCodeSolutions | 056%20Merge%20Intervals.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/056%20Merge%20Intervals.py |
jz33 | LeetCodeSolutions | 057%20Insert%20Intervals.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/057%20Insert%20Intervals.py |
jz33 | LeetCodeSolutions | 059%20Spiral%20Matrix%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/059%20Spiral%20Matrix%20II.py |
jz33 | LeetCodeSolutions | 063%20Unique%20Path%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/063%20Unique%20Path%20II.py |
jz33 | LeetCodeSolutions | 064%20Minimum%20Path%20Sum.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/064%20Minimum%20Path%20Sum.py |
jz33 | LeetCodeSolutions | 065%20Valid%20Number.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/065%20Valid%20Number.py |
jz33 | LeetCodeSolutions | 067%20Add%20Binary.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/067%20Add%20Binary.py |
jz33 | LeetCodeSolutions | 068%20Text%20Justification.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/068%20Text%20Justification.py |
jz33 | LeetCodeSolutions | 071%20Simplify%20Path.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/071%20Simplify%20Path.py |
jz33 | LeetCodeSolutions | 072%20Edit%20Distance.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/072%20Edit%20Distance.py |
jz33 | LeetCodeSolutions | 073%20Set%20Matrix%20Zeroes.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/073%20Set%20Matrix%20Zeroes.py |
jz33 | LeetCodeSolutions | 074%20Search%20a%202D%20Matrix.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/074%20Search%20a%202D%20Matrix.py |
jz33 | LeetCodeSolutions | 075%20Sort%20Colors.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/075%20Sort%20Colors.py |
jz33 | LeetCodeSolutions | 076%20Minimum%20Window%20Substring.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/076%20Minimum%20Window%20Substring.py |
jz33 | LeetCodeSolutions | 077%20Combinations.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/077%20Combinations.py |
jz33 | LeetCodeSolutions | 078%20Subsets.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/078%20Subsets.py |
jz33 | LeetCodeSolutions | 079%20Word%20Search.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/079%20Word%20Search.py |
jz33 | LeetCodeSolutions | 080%20Remove%20Duplicates%20from%20Sorted%20Array%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/080%20Remove%20Duplicates%20from%20Sorted%20Array%20II.py |
jz33 | LeetCodeSolutions | 081%20Search%20in%20Rotated%20Sorted%20Array%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/081%20Search%20in%20Rotated%20Sorted%20Array%20II.py |
jz33 | LeetCodeSolutions | 084%20Largest%20Rectangle%20in%20Histogram.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/084%20Largest%20Rectangle%20in%20Histogram.py |
jz33 | LeetCodeSolutions | 085%20Maximal%20Rectangle.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/085%20Maximal%20Rectangle.py |
jz33 | LeetCodeSolutions | 087%20Scramble%20String.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/087%20Scramble%20String.py |
jz33 | LeetCodeSolutions | 088%20Merge%20Sorted%20Array.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/088%20Merge%20Sorted%20Array.py |
jz33 | LeetCodeSolutions | 091%20Decode%20Ways.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/091%20Decode%20Ways.py |
jz33 | LeetCodeSolutions | 093%20Restore%20IP%20Address.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/093%20Restore%20IP%20Address.py |
jz33 | LeetCodeSolutions | 095%20Unique%20Binary%20Search%20Trees%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/095%20Unique%20Binary%20Search%20Trees%20II.py |
jz33 | LeetCodeSolutions | 097%20Interleaving%20String.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/097%20Interleaving%20String.py |
jz33 | LeetCodeSolutions | 098%20Validate%20Binary%20Search%20Tree.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/098%20Validate%20Binary%20Search%20Tree.py |
jz33 | LeetCodeSolutions | 101%20Symmetric%20Tree.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/101%20Symmetric%20Tree.py |
jz33 | LeetCodeSolutions | 103%20Binary%20Tree%20Zigzag%20Level%20Order%20Traversal.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/103%20Binary%20Tree%20Zigzag%20Level%20Order%20Traversal.py |
jz33 | LeetCodeSolutions | 105%20Construct%20Binary%20Tree%20from%20Preorder%20and%20Inorder%20Traversal.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/105%20Construct%20Binary%20Tree%20from%20Preorder%20and%20Inorder%20Traversal.py |
jz33 | LeetCodeSolutions | 106%20Construct%20Binary%20Tree%20from%20Inorder%20and%20Postorder%20Traversal.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/106%20Construct%20Binary%20Tree%20from%20Inorder%20and%20Postorder%20Traversal.py |
jz33 | LeetCodeSolutions | 110%20Balanced%20Binary%20Tree.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/110%20Balanced%20Binary%20Tree.py |
jz33 | LeetCodeSolutions | 111%20Minimum%20Depth%20of%20Binary%20Tree.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/111%20Minimum%20Depth%20of%20Binary%20Tree.py |
jz33 | LeetCodeSolutions | 112%20Path%20Sum.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/112%20Path%20Sum.py |
jz33 | LeetCodeSolutions | 113%20Path%20Sum%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/113%20Path%20Sum%20II.py |
jz33 | LeetCodeSolutions | 115%20Distinct%20Subsequences.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/115%20Distinct%20Subsequences.py |
jz33 | LeetCodeSolutions | 120%20Triangle.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/120%20Triangle.py |
jz33 | LeetCodeSolutions | 121%20Best%20Time%20to%20Buy%20and%20Sell%20Stock.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/121%20Best%20Time%20to%20Buy%20and%20Sell%20Stock.py |
jz33 | LeetCodeSolutions | 124%20Binary%20Tree%20Maximum%20Path%20Sum.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/124%20Binary%20Tree%20Maximum%20Path%20Sum.py |
jz33 | LeetCodeSolutions | 125%20Valid%20Palindrome.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/125%20Valid%20Palindrome.py |
jz33 | LeetCodeSolutions | 126%20Word%20Ladder.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/126%20Word%20Ladder.py |
jz33 | LeetCodeSolutions | 127%20Word%20Ladder%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/127%20Word%20Ladder%20II.py |
jz33 | LeetCodeSolutions | 128%20Longest%20Consecutive%20Sequence.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/128%20Longest%20Consecutive%20Sequence.py |
jz33 | LeetCodeSolutions | 129%20Sum%20Root%20to%20Leaf%20Numbers.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/129%20Sum%20Root%20to%20Leaf%20Numbers.py |
jz33 | LeetCodeSolutions | 130%20Surrounded%20Regions.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/130%20Surrounded%20Regions.py |
jz33 | LeetCodeSolutions | 132%20Palindrome%20Partitioning.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/132%20Palindrome%20Partitioning.py |
jz33 | LeetCodeSolutions | 133%20Clone%20Graph.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/133%20Clone%20Graph.py |
jz33 | LeetCodeSolutions | 134%20Gas%20Station.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/134%20Gas%20Station.py |
jz33 | LeetCodeSolutions | 135%20Candy.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/135%20Candy.py |
jz33 | LeetCodeSolutions | 139%20Word%20Break.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/139%20Word%20Break.py |
jz33 | LeetCodeSolutions | 140%20Word%20Break%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/140%20Word%20Break%20II.py |
jz33 | LeetCodeSolutions | 143%20Reorder%20List.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/143%20Reorder%20List.py |
jz33 | LeetCodeSolutions | 146%20LRU%20Cache.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/146%20LRU%20Cache.py |
jz33 | LeetCodeSolutions | 147%20Insertion%20Sort%20List.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/147%20Insertion%20Sort%20List.py |
jz33 | LeetCodeSolutions | 149%20Max%20Points%20on%20a%20Line.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/149%20Max%20Points%20on%20a%20Line.py |
jz33 | LeetCodeSolutions | 153%20Find%20Minimum%20in%20Rotated%20Sorted%20Array.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/153%20Find%20Minimum%20in%20Rotated%20Sorted%20Array.py |
jz33 | LeetCodeSolutions | 155%20Min%20Stack.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/155%20Min%20Stack.py |
jz33 | LeetCodeSolutions | 159%20Longest%20Substring%20with%20At%20Most%20Two%20Distinct%20Characters.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/159%20Longest%20Substring%20with%20At%20Most%20Two%20Distinct%20Characters.py |
jz33 | LeetCodeSolutions | 160%20Intersection%20of%20Two%20Linked%20Lists.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/160%20Intersection%20of%20Two%20Linked%20Lists.py |
jz33 | LeetCodeSolutions | 161%20One%20Edit%20Distance.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/161%20One%20Edit%20Distance.py |
jz33 | LeetCodeSolutions | 162%20Find%20Peak%20Element.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/162%20Find%20Peak%20Element.py |
jz33 | LeetCodeSolutions | 163%20Missing%20Ranges.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/163%20Missing%20Ranges.py |
jz33 | LeetCodeSolutions | 164%20Maximum%20Gap.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/164%20Maximum%20Gap.py |
jz33 | LeetCodeSolutions | 165%20Compare%20Version%20Numbers.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/165%20Compare%20Version%20Numbers.py |
jz33 | LeetCodeSolutions | 166%20Fraction%20to%20Recurring%20Decimal.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/166%20Fraction%20to%20Recurring%20Decimal.py |
jz33 | LeetCodeSolutions | 170%20Two%20Sum%20III%20-%20Data%20structure%20design.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/170%20Two%20Sum%20III%20-%20Data%20structure%20design.py |
jz33 | LeetCodeSolutions | 173%20Binary%20Search%20Tree%20Iterator.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/173%20Binary%20Search%20Tree%20Iterator.py |
jz33 | LeetCodeSolutions | 174%20Dungeons%20Game.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/174%20Dungeons%20Game.py |
jz33 | LeetCodeSolutions | 188%20Best%20Time%20to%20Buy%20and%20Sell%20Stock%20IV.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/188%20Best%20Time%20to%20Buy%20and%20Sell%20Stock%20IV.py |
jz33 | LeetCodeSolutions | 189%20Rotate%20Array.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/189%20Rotate%20Array.py |
jz33 | LeetCodeSolutions | 198%20House%20Robber.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/198%20House%20Robber.py |
jz33 | LeetCodeSolutions | 199%20Binary%20Tree%20Right%20Side%20View.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/199%20Binary%20Tree%20Right%20Side%20View.py |
jz33 | LeetCodeSolutions | 200%20Number%20of%20Islands.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/200%20Number%20of%20Islands.py |
jz33 | LeetCodeSolutions | 203%20Remove%20Linked%20List%20Elements.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/203%20Remove%20Linked%20List%20Elements.py |
jz33 | LeetCodeSolutions | 205%20Isomorphic%20Strings.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/205%20Isomorphic%20Strings.py |
jz33 | LeetCodeSolutions | 207%20Course%20Schedule.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/207%20Course%20Schedule.py |
jz33 | LeetCodeSolutions | 208%20Implement%20Trie%20(Prefix%20Tree).py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/208%20Implement%20Trie%20(Prefix%20Tree).py |
jz33 | LeetCodeSolutions | 209%20Minimum%20Size%20Subarray%20Sum.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/209%20Minimum%20Size%20Subarray%20Sum.py |
jz33 | LeetCodeSolutions | 210%20Course%20Schedule%20II.py | https://raw.githubusercontent.com/jz33/LeetCodeSolutions/master/210%20Course%20Schedule%20II.py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.