Giter Site home page Giter Site logo

code's Introduction

code

3 LongestSubstringWithoutRepeatingCharacters: https://github.com/liveForOthers/code/blob/master/src/code/code_1_50/code_0003/LongestSubstringWithoutRepeatingCharacters.java

5 LongestPalindromicSubstring: https://github.com/liveForOthers/code/blob/master/src/code/code_1_50/code_0005/LongestPalindromicSubstring.java

7 ReverseInteger: https://github.com/liveForOthers/code/blob/master/src/code/code_1_50/code_0007/ReverseInteger.java

8 StringToInteger: https://github.com/liveForOthers/code/blob/master/src/code/code_1_50/code_0008/StringToInteger.java

9 PalindromeNumber: https://github.com/liveForOthers/code/blob/master/src/code/code_1_50/code_0009/PalindromeNumber.java

14 LongestCommonPrefix: https://github.com/liveForOthers/code/blob/master/src/code/code_1_50/code_0014/LongestCommonPrefix.java

15 ThreeSum: https://github.com/liveForOthers/code/blob/master/src/code/code_1_50/code_0015/ThreeSum.java

16 ThreeSumClosest: https://github.com/liveForOthers/code/blob/master/src/code/code_1_50/code_0016/ThreeSumClosest.java

17 LetterCombinations : https://github.com/liveForOthers/code/blob/master/src/code/code_1_50/code_0017/LetterCombinations.java

18 FourSum: https://github.com/liveForOthers/code/blob/master/src/code/code_1_50/code_0018/FourSum.java

19 RemoveNthFromEnd: https://github.com/liveForOthers/code/blob/master/src/code/code_1_50/code_0019/RemoveNthFromEnd.java

20 ValidParentheses

21 MergeTwoSortedLists

22 GenerateParentheses

23 MergeKSortedLists

24 SwapNodesInPairs

25 ReverseNodesInKGroup

26 RemoveDuplicatesFromSortedArray

27 RemoveElement

28 ImplementStrStr

29 DivideTwoIntegers

31 NextPermutation

32 LongestValidParenthesesUseDp

LongestValidParenthesesUseStack

LongestValidParenthesesUseTwoPoints

33 SearchInRotatedSortedArray

34 FindFirstAndLastPositionOfElementInSortedArray

35 SearchInsertPosition

36 isValidSudoku

38 CountAndSay

39 CombinationSum

40 CombinationSumII

41 FirstMissingPositive

42 TrappingRainWater

43 MultiplyStrings

44 WildcardMatching

45 JumpGame

46 Permutations

47 PermutationsII

48 RotateImage

49 GroupAnagrams

50 Pow

53 MaximumSubarray

54 SpiralMatrix

55 JumpGame

56 MergeIntervals

58 LengthOfLastWord

59 SpiralMatrixII

60 PermutationSequence

61 RotateList

62 UniquePaths

63 UniquePathsII

64 MinimumPathSum

65 ValidNumber

66 PlusOne

67 AddBinary

69 Sqrt

70 ClimbingStairs

71 SimplifyPath

72 EditDistance

73 SetMatrixZeroes

74 SearchA2DMatrix

75 SortColors

*76 MinimumWindowSubstring

77 Combinations

78 Subsets

79 WordSearch

80 RemoveDuplicatesFromSortedArrayII

81 SearchInRotatedSortedArrayII

82 RemoveDuplicatesFromSortedListII

83 RemoveDuplicatesFromSortedList

84 LargestRectangleInHistogram

86 PartitionList

88 MergeSortedArray

89 GrayCode

90 SubsetsII

91 DecodeWays

92 ReverseLinkedListII

93 RestoreIPAddresses

94 BinaryTreeInorderTraversal

95 UniqueBinarySearchTreesII

98 ValidateBinarySearchTree

100 SameTree

101 SymmetricTree

102 BinaryTreeLevelOrderTraversal

103 BinaryTreeZigzagLevelOrderTraversal

104 MaximumDepthOfBinaryTree

105 ConstructBinaryTreeFromPreorderAndInorderTraversal

106 ConstructBinaryTreeFromInorderAndPostorderTraversal

107 BinaryTreeLevelOrderTraversalII

108 ConvertSortedArrayToBinarySearchTree

109 ConvertSortedListToBinarySearchTree

110 BalancedBinaryTree

111 MinimumDepthofBinaryTree

112 PathSum

113 PathSumII

114 FlattenBinaryTreeToLinkedList

115 DistinctSubsequences

116 PopulatingNextRightPointersInEachNode

117 PopulatingNextRightPointersInEachNodeII

118 PascalTriangle

119 PascalTriangleII

120 Triangle

121 BestTimeToBuyAndSellStock

122 BestTimeToBuyAndSellStockII

123 BestTimeToBuyAndSellStockIII

124 BinaryTreeMaximumPathSum

125 ValidPalindrome

127 WordLadder

128 LongestConsecutiveSequence

129 SumRootToLeafNumbers

130 SurroundedRegions

131 PalindromePartitioning

132 PalindromePartitioningII

133 CloneGraph

134 GasStation

135 Candy

136 SingleNumber

137 SingleNumberII

138 CopyListWithRandomPointer

139 WordBreak

140 WordBreakII

141 LinkedListCycle

142 LinkedListCycleII

143 ReorderList

144 BinaryTreePreorderTraversal

145 BinaryTreePostorderTraversal

146 LRUCache

147 InsertionSortList

148 SortList

150 EvaluateReversePolishNotation

151 ReverseWordsinAString

152 MaximumProductSubarray

153 FindMinimumInRotatedSortedArray

154 MinStack

155 IntersectionOfTwoLinkedLists

165 CompareVersionNumbers

166 FractionToRecurringDecimal

167 TwoSumII_InputArrayIsSorted

168 ExcelSheetColumnTitle

169 MajorityElement

171 ExcelSheetColumnNumber

172 FactorialTrailingZeroes

173 BSTIterator

174 DungeonGame

175 CombineTwoTables

176 SecondHighestSalary

177 NthHighestSalary

178 RankScores

179 LargestNumber

180 ConsecutiveNumbers

181 EmployeesEarningMoreThanTheirManagers

182 DuplicateEmails

187 RepeatedDNASequences

188 BestTimeToBuyAndSellStockIV

189 RotateArray

190 ReverseBits

191 NumberOf1Bits

199 BinaryTreeRightSideView

200 NumberOfIslands

201 BitwiseANDOfNumbersRange

202 HappyNumber

203 RemoveLinkedListElements

204 CountPrimes

205 IsomorphicStrings

206 ReverseLinkedList

207 CourseSchedule

208 Trie

209 MinimumSizeSubarraySum

210 CourseScheduleII

211 WordDictionary

212 WordSearchII

213 HouseRobberII

214 ShortestPalindrome

215 KthLargestElementInanArray

216 CombinationSumIII

217 ContainsDuplicate

218 TheSkylineProblem

219 ContainsDuplicateII

220 ContainsDuplicateIII

221 MaximalSquare

222 CountCompleteTreeNodes

223 RectangleArea

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.