文件名称:Leetcode 30天代码挑战2020年4月:包含我对Leetcode 2020年4月30天代码挑战的解决方案的存储库
文件大小:61KB
文件格式:ZIP
更新时间:2024-02-25 18:37:36
python algorithms leetcode cpp competitive-programming
Leetcode 30天代码挑战2020年4月 包含我对Leetcode的2020年4月30天代码挑战的解决方案的存储库。 具有不同算法和方法的解决方案具有不同的复杂性,并以各种语言实现。 提供以下代码:Python,C ++(我将尝试用更多语言编写。开放供贡献者添加此仓库。) :victory_hand_selector: 第1周 第2周 第三周 第四周 第五周 完了,走吧 :grinning_face_with_big_eyes: 持续完成挑战。 :victory_hand_selector: 贡献 欢迎使用各种编程语言为问题提供有趣且更有效的解决方案。 请打开一个问题,以讨论更改或为存储库添加更多解决方案。 谢谢。 :grinning_face_with_big_eyes: 作者
【文件预览】:
Leetcode-30-Days-Code-Challenge-April-2020-master
----Week4()
--------4 - Jump Game()
--------7 - First Unique Number()
--------5 - Longest Common Subsequence()
--------3 - LRU Cache()
--------2 - Bitwise AND of Numbers Range()
--------6 - Maximal Square()
--------1 - Subarray Sum Equals K()
----Week3()
--------1 - Product of Array Except Self()
--------3 - Number of Islands()
--------2 - Valid Parenthesis String()
--------4 - Minimum Path Sum()
--------5 - Search in Rotated Sorted Array()
--------7 - Leftmost Column with atleast a One()
--------6 - Construct Binary Search Tree from Preorder Traversal()
----Week5()
--------2 - String Valid in Binary Tree()
--------1 - Binary Tree Maximum Path Sum()
----README.md(3KB)
----Week1()
--------1 - Single Number()
--------2 - Happy Number()
--------3 - Maximum SubArray()
--------5 - Best Time to Buy and Sell Stock II()
--------6 - Group Anagrams()
--------4 - Move Zeroes()
--------7 - Counting Elements()
----Week2()
--------3 - Min Stack()
--------2 - Backspace String Compare()
--------4 - Diameter of Binary Tree()
--------5 - Last Stone Weight()
--------7 - Perform String Shifts()
--------1 - Middle of the Linked List()
--------6 - Contiguous Array()