文件名称:leetcode567-leetcode-practice:算法实践
文件大小:235KB
文件格式:ZIP
更新时间:2024-07-26 08:34:59
系统开源
leetcode 567 Algorithms Practice Algorithms and data-structures practice in Python3 or Java. LeetCode LeetCode practise in Python3 && Java. # Title Tag Desc_CN 001 Array, Hash Table 两数之和 003 String, Sliding Window 无重复字符的最长子串 014 String 最长公共前缀 026 Array 从排序数组中删除重复项 043 String, Math 字符串相乘 121 DP 买卖股票的最佳时机 122 DP 买卖股票的最佳时机2 123 DP 买卖股票的最佳时机3 125 String,Pointer 验证回文串 131 DFS,Backtracking 分割回文串 136 Math 只出现一次的数字 139 DP 单词拆分 169 Math 求众数 203 LinkedList 单链表删除节点 206 LinkedList 单链表反转 344 String 反转字符串 387
【文件预览】:
leetcode-practice-master
----02_Others()
--------o-2. 二叉树遍历 ()
--------o-3. 堆排序()
--------o-1. 二分查找()
--------o-4. Hash表()
----01_LeetCode()
--------344. Reverse String()
--------123. Best Time to Buy and Sell Stock III()
--------169. Majority Element()
--------139. Word Break()
--------203. Remove Linked List Elements()
--------043. Multiply Strings()
--------001. Two Sum()
--------131. Palindrome Partitioning()
--------122. Best Time to Buy and Sell Stock II()
--------003. Longest Substring Without Repeating Characters()
--------567. Permutation in String()
--------136. Single Number()
--------387. First Unique Character in a String()
--------121. Best Time to Buy and Sell Stock()
--------206. Reverse Linked List()
--------014. Longest Common Prefix()
--------026. Remove Duplicates from Sorted Array()
--------125. Valid Palindrome()
----README.md(6KB)