mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-04-15 15:19:41 +08:00
国外版
This commit is contained in:
parent
4a83e940d3
commit
44cb2b9989
国外版.py
算法题(国内版)
算法题(国外版)
01-matrix.html01-matrix.json1-bit-and-2-bit-characters.html1-bit-and-2-bit-characters.json132-pattern.html132-pattern.json2-keys-keyboard.html2-keys-keyboard.json24-game.html24-game.json3sum-closest.html3sum-closest.json3sum-with-multiplicity.html3sum-with-multiplicity.json3sum.html3sum.json4sum-ii.html4sum-ii.json4sum.html4sum.json[en]json1-origin-data.json[en]json2-problemset.json[no content]3sum-smaller.json[no content]4-keys-keyboard.json[no content]accepted-candidates-from-the-interviews.json[no content]account-balance.json[no content]active-businesses.json[no content]active-users.json[no content]activity-participants.json[no content]ad-free-sessions.json[no content]add-bold-tag-in-string.json[no content]add-two-polynomials-represented-as-linked-lists.json[no content]ads-performance.json[no content]alien-dictionary.json[no content]all-paths-from-source-lead-to-destination.json[no content]all-people-report-to-the-given-manager.json[no content]all-the-pairs-with-the-maximum-number-of-common-followers.json[no content]all-valid-triplets-that-can-represent-a-country.json[no content]amount-of-new-area-painted-each-day.json[no content]analyze-user-website-visit-pattern.json[no content]android-unlock-patterns.json[no content]apples-oranges.json[no content]armstrong-number.json[no content]array-transformation.json[no content]article-views-ii.json[no content]average-height-of-buildings-in-each-segment.json[no content]average-salary-departments-vs-company.json[no content]average-selling-price.json[no content]average-time-of-process-per-machine.json[no content]bank-account-summary.json[no content]basic-calculator-iii.json[no content]before-and-after-puzzle.json[no content]best-meeting-point.json[no content]biggest-single-number.json[no content]biggest-window-between-visits.json[no content]binary-search-tree-iterator-ii.json[no content]binary-searchable-numbers-in-an-unsorted-array.json[no content]binary-tree-longest-consecutive-sequence-ii.json[no content]binary-tree-longest-consecutive-sequence.json[no content]binary-tree-upside-down.json[no content]binary-tree-vertical-order-traversal.json[no content]bold-words-in-string.json[no content]bomb-enemy.json[no content]boundary-of-binary-tree.json[no content]brace-expansion.json[no content]brightest-position-on-street.json[no content]build-binary-expression-tree-from-infix-expression.json[no content]build-the-equation.json[no content]buildings-with-an-ocean-view.json[no content]calculate-salaries.json[no content]campus-bikes-ii.json[no content]campus-bikes.json[no content]candy-crush.json[no content]change-the-root-of-a-binary-tree.json[no content]check-if-a-number-is-majority-element-in-a-sorted-array.json[no content]check-if-a-string-is-a-valid-sequence-from-root-to-leaves-path-in-a-binary-tree.json[no content]check-if-string-is-decomposable-into-value-equal-substrings.json[no content]check-if-two-expression-trees-are-equivalent.json[no content]checking-existence-of-edge-length-limited-paths-ii.json[no content]choose-numbers-from-two-arrays-in-range.json[no content]clone-binary-tree-with-random-pointer.json[no content]clone-n-ary-tree.json[no content]closest-binary-search-tree-value-ii.json[no content]closest-binary-search-tree-value.json[no content]closest-leaf-in-a-binary-tree.json[no content]coin-path.json[no content]confirmation-rate.json[no content]confusing-number-ii.json[no content]confusing-number.json[no content]connecting-cities-with-minimum-cost.json[no content]consecutive-available-seats.json[no content]construct-binary-tree-from-string.json[no content]convert-binary-search-tree-to-sorted-doubly-linked-list.json[no content]convert-date-format.json[no content]convex-polygon.json[no content]correct-a-binary-tree.json[no content]count-apples-and-oranges.json
@ -120,9 +120,8 @@ def main():
|
||||
|
||||
|
||||
if __name__=='__main__':
|
||||
if os.path.exists("算法题"):
|
||||
os.chdir("算法题")
|
||||
else:
|
||||
os.mkdir("算法题")
|
||||
os.chdir("算法题")
|
||||
folderName = "算法题(国外版)"
|
||||
if not os.path.exists(folderName):
|
||||
os.mkdir(folderName)
|
||||
os.chdir(folderName)
|
||||
main()
|
0
算法题/[no content]count-apples-and-oranges.json → 算法题(国外版)/[no content]count-apples-and-oranges.json
0
算法题/[no content]count-apples-and-oranges.json → 算法题(国外版)/[no content]count-apples-and-oranges.json
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user