文件名称:leetcode第四题正则-my_leetcode_exercise:该存储库包含我为解决leetcode上的问题而编写的代码
文件大小:23KB
文件格式:ZIP
更新时间:2024-07-20 10:34:10
系统开源
leetcode 第四题 正则#Introducion 这个存储库将保存我为解决 leetcode 问题而编写的代码。 同时,我想告诉自己提高能力,就像我每天要推送一些代码来解决leetcode上的问题一样。 好了,走吧! #第一天时间:2017年1月5日 问题: 1.二和 最小经过时间:6ms #第二天时间:2017年1月6日 问题:3. 无重复字符的最长子串 最小经过时间:12ms #第三天时间:2017年1月8日 问题:4. 两个有序数组的中位数 已用时间:36ms 函数“findMedianSortedArray” 已用时间:79ms 函数“findMedianSortedArray1” #第四天时间:2017年1月9日 问题:5. LongestPalindromicSubstring 最小经过时间:6ms #第五天时间:2017年1月10日 问题:6. ZigZag 转换 最小经过时间:16ms #第六天时间:2017年1月12日 问题:7.反向整数 最小经过时间:9ms #第七天时间:2017年1月13日 问题:8.String转整数 最小经过时间:9ms #第八天时间:
【文件预览】:
my_leetcode_exercise-master
----263. Ugly Number()
--------UglyNumber.cpp(697B)
--------UglyNumber.h(107B)
----5.LongestPalindromicSubstring()
--------LongestPaSubString.cpp(2KB)
--------LongestPaSubString.h(176B)
----77. Combinations()
--------Combinations.h(276B)
--------Combinations.cpp(873B)
----4.MedianofTwoSortedArrays()
--------MediumOfArrays.cpp(4KB)
--------MediumOfArrays.h(359B)
----8.StringtoInteger()
--------StringtoInteger.cpp(840B)
--------StringtoInteger.h(114B)
----21.MergeTwoSortedLists()
--------MergeTwoSortedLists.cpp(400B)
--------MergeTwoSortedLists.h(199B)
----README.md(2KB)
----264. Ugly Number2()
--------UglyNumber2.h(88B)
--------UglyNumber2.cpp(852B)
----10. Regular Expression Matching()
--------regularExpressionMatching.cpp(3KB)
--------regularExpressionMatching.h(296B)
----6.ZigZag Conversion()
--------ZigZagConversion.h(136B)
--------ZigZagConversion.cpp(731B)
----3.longestSubString()
--------LongestSubString.cpp(1KB)
--------LongestSubString.h(165B)
----15.3Sum()
--------3Sum.h(126B)
--------3Sum.cpp(851B)
----537.ComplexNumberMultiplication()
--------ComplexNumberMultiplication.h(162B)
--------ComplexNumberMultiplication.cpp(815B)
----9.PalindromeNumber()
--------PalindromeNumber.cpp(396B)
--------PalindromeNumber.h(93B)
----1.TwoSum()
--------TwoSum.cpp(2KB)
--------TwoSum.h(203B)
----88. MergeSortedArray()
--------MergeSortedArray.h(222B)
--------MergeSortedArray.cpp(585B)
----95.UniqueBinarySearchTreesII()
--------UniqueBinarySearchTreesII.cpp(1KB)
--------UniqueBinarySearchTreesII.h(307B)
----18.4Sum()
--------fourSum.cpp(1KB)
--------fourSum.h(150B)
----7.ReverseInterger()
--------ReverseInterger.cpp(471B)
--------ReverseInterger.h(86B)