MCPcopy Create free account

hub / github.com/DmrfCoder/AlgorithmAndDataStructure / functions

Functions192 in github.com/DmrfCoder/AlgorithmAndDataStructure

↓ 1 callersFunctionquickSort
(data, low, high)
SwordToOffer/Code/35.py:48
↓ 1 callersMethodreConstructBinaryTree
(self, pre, tin)
SwordToOffer/Code/4.py:11
↓ 1 callersMethodreOrderArray
(self, array)
SwordToOffer/Code/12.py:3
↓ 1 callersMethodrectCover
(self, number)
SwordToOffer/Code/9.py:2
↓ 1 callersMethodreorderList
(ListNode head)
LeetCode/src/eight/Solution.java:22
↓ 1 callersMethodreplaceSpace
(self, s)
SwordToOffer/Code/2.py:8
↓ 1 callersMethodreversematrix
(self,matrix)
SwordToOffer/Code/18.py:30
↓ 1 callersMethodrun
(TreeNode root)
LeetCode/src/one/Solution.java:21
↓ 1 callersMethodsingleNumber
(int[] A)
LeetCode/src/fourteen/Solution.java:8
↓ 1 callersMethodsortList
(ListNode head)
LeetCode/src/four/Solution.java:23
↓ 1 callersMethodwordBreak
(String s, Set<String> dict)
LeetCode/src/eleven/Solution.java:11
↓ 1 callersMethodwordBreak
(String s, Set<String> dict)
LeetCode/src/twelve/Solution.java:11
MethodConvert
(self, pRootOfTree)
SwordToOffer/Code/25.py:10
MethodFind
(self, target, array)
SwordToOffer/Code/1.py:9
FunctionFindC
从data数组中找出n个数使其和为s,可能的数组组合可能不止一个 :param data: 数组,必须需要从小到大排过序 :param n: 一共找n个元素 :param findedList:item是finded,记录所有的可能的组合 :param s
SwordToOffer/Code/35.py:5
FunctionFirstBrowse
(self, pRoot)
SwordToOffer/Code/16.py:8
MethodGetNext
(self, pNode)
SwordToOffer/Code/62.py:11
MethodIsBalanced_Solution
(self, pRoot)
SwordToOffer/Code/39.py:25
MethodListNode
(int x)
LeetCode/src/nine/Solution.java:16
MethodListNode
(int x)
LeetCode/src/eight/Solution.java:15
MethodListNode
(int x)
LeetCode/src/ten/Solution.java:13
MethodListNode
(int x)
LeetCode/src/five/Solution.java:12
MethodListNode
(int x)
LeetCode/src/four/Solution.java:16
MethodMirror3
(self,root)
SwordToOffer/Code/17.py:38
MethodNumberOf1
(self, n)
SwordToOffer/Code/10.py:3
MethodPermutation
(self, ss)
SwordToOffer/Code/26.py:14
MethodPoint
()
LeetCode/src/three/Solution.java:14
MethodPrint
(self, pRoot)
SwordToOffer/Code/65.py:9
MethodRandomListNode
(int x)
LeetCode/src/thirteen/Solution.java:15
MethodTreeDepth
(self, pRoot)
SwordToOffer/Code/38.py:8
MethodTreeNode
(int x)
LeetCode/src/seven/Solution.java:20
MethodTreeNode
(int x)
LeetCode/src/six/Solution.java:17
MethodTreeNode
(int x)
LeetCode/src/one/Solution.java:15
Method__init__
(self, x)
SwordToOffer/Code/66.py:3
Method__init__
(self, x)
SwordToOffer/Code/25.py:3
Method__init__
(self, x)
SwordToOffer/Code/24.py:3
Method__init__
(self)
SwordToOffer/Code/22.py:3
Method__init__
(self, x)
SwordToOffer/Code/36.py:3
Method__init__
(self, x)
SwordToOffer/Code/64.py:3
Method__init__
(self, x)
SwordToOffer/Code/3.py:3
Method__init__
(self, x)
SwordToOffer/Code/14.py:3
Method__init__
(self, x)
SwordToOffer/Code/67.py:3
Method__init__
(self)
SwordToOffer/Code/53.py:10
Method__init__
(self, x)
SwordToOffer/Code/4.py:3
Method__init__
(self, x)
SwordToOffer/Code/62.py:3
Method__init__
(self, x)
SwordToOffer/Code/15.py:3
Method__init__
(self)
SwordToOffer/Code/58.py:10
Method__init__
(self, x)
SwordToOffer/Code/23.py:6
Method__init__
(self, x)
SwordToOffer/Code/17.py:3
Method__init__
(self, x)
SwordToOffer/Code/61.py:3
Method__init__
(self, x)
SwordToOffer/Code/39.py:3
Method__init__
(self, x)
SwordToOffer/Code/13.py:3
Method__init__
(self, x)
SwordToOffer/Code/21.py:3
Method__init__
(self)
SwordToOffer/Code/21.py:9
Method__init__
(self)
SwordToOffer/Code/5.py:3
Method__init__
(self)
SwordToOffer/Code/19.py:3
Method__init__
(self, x)
SwordToOffer/Code/63.py:3
Method__init__
(self)
SwordToOffer/Code/55.py:40
Method__init__
(self, x)
SwordToOffer/Code/60.py:3
Method__init__
(self, x)
SwordToOffer/Code/16.py:3
Functioncmp
(a, b)
SwordToOffer/Code/23.py:12
Functioncmp
(str1, str2)
SwordToOffer/Code/31.py:3
Functioncmp
(x, y)
SwordToOffer/Code/26.py:5
Functiondemo
()
SwordToOffer/Code/26.py:88
MethodhasCycle
(ListNode head)
LeetCode/src/ten/Solution.java:21
MethodisNumeric
SwordToOffer/Code/59.cpp:3
Methodmain
(String[] args)
LeetCode/src/nine/Solution.java:55
Methodmain
(String args[])
LeetCode/src/seven/Solution.java:62
Methodmain
(String[] args)
LeetCode/src/thirteen/Solution.java:69
Methodmain
(String[] args)
LeetCode/src/eight/Solution.java:62
Methodmain
(String[] args)
LeetCode/src/three/Solution.java:106
Methodmain
(String[] args)
LeetCode/src/fourteen/Solution.java:18
Methodmain
(String[] args)
LeetCode/src/eleven/Solution.java:36
Methodmain
(String[] args)
LeetCode/src/five/Solution.java:60
Methodmain
(String[] args)
LeetCode/src/two/Solution.java:54
Methodmain
(String[] args)
LeetCode/src/samplepackage/Solution.java:9
Methodmain
(String[] args)
LeetCode/src/seventeen/Solution.java:95
Methodmain
(String[] args)
LeetCode/src/twelve/Solution.java:55
Methodmain
(String args[])
LeetCode/src/six/Solution.java:67
Methodmain
(String[] args)
LeetCode/src/sixteen/Solution.java:40
Methodmain
(String[] args)
LeetCode/src/four/Solution.java:71
Methodmain
(String[] args)
LeetCode/src/one/Solution.java:64
Methodmain
(String[] args)
SwordToOffer/Code/34.java:101
FunctionmaxAreaBfs
(array)
SwordToOffer/Code/54.py:82
MethodmergeSort
(int[] data)
SwordToOffer/Code/34.java:7
MethodmovingCount
(self, threshold, rows, cols)
SwordToOffer/Code/55.py:43
MethodprintMatrix2
(self, matrix)
SwordToOffer/Code/18.py:41
MethodreplaceSpace2
(self, s)
SwordToOffer/Code/2.py:17
Functionreversedemo
(ss)
SwordToOffer/Code/26.py:84
MethodsiftUp
(self, a, index)
SwordToOffer/Code/28.py:4
MethodsingleNumber
(int[] A)
LeetCode/src/fifteen/Solution.java:8
Methodtop
(self)
SwordToOffer/Code/19.py:30
← previous101–192 of 192, ranked by callers