文件名称:leetcode卡-LeetCodeSolution:LeetCode解题方案
文件大小:14KB
文件格式:ZIP
更新时间:2024-07-26 14:25:27
系统开源
leetcode卡 本项目主要是收集记录LeetCode上的解题算法 目前已经完成的算法有如下 数字反转(Reverse) 回文数(PalindromeNumer) 罗马数字转整数(RomanToInteger) 两数之和(sumInArray) 有序数组的平方(squaresOfASortedArray) 卡牌分组(xOfAKindInADeckOfCards) 排序数组去除重复项(removeDuplicatesFromSortedArray) 冒泡(bubbleSortInArray) 最长公共前缀(longestCommonPrefix)
【文件预览】:
LeetCodeSolution-master
----bubble-sort-in-array()
--------solution.js(356B)
--------solution.java(732B)
----quick-sort-in-array()
--------solution.js(446B)
--------solution.java(3KB)
----sum-in-array()
--------solution.js(213B)
--------solution.java(430B)
----reverse()
--------solution.js(545B)
--------thinkingOfSolve.md(970B)
--------solution.java(644B)
----longest-common-prefix()
--------solution.js(404B)
--------solution.java(3KB)
----palindrome-number()
--------solution.js(215B)
--------thinkingOfSolve.md(505B)
--------solution.java(280B)
----README.md(458B)
----remove-duplicates-from-sorted-array()
--------solution.js(226B)
--------solution.java(317B)
----squares-of-a-sorted-array()
--------solution.js(166B)
--------solution.java(261B)
----roman-to-integer()
--------solution.js(509B)
--------thinkingOfSolve.md(1019B)
--------solution.java(782B)
----x-of-kind-in-a-deck-of-cards()
--------solution.js(498B)