MCPcopy Create free account

hub / github.com/ani03sha/RedQuarkTutorials / functions

Functions377 in github.com/ani03sha/RedQuarkTutorials

↓ 1 callersFunctionfindLastOccurrence
(nums, target)
LeetCode/JavaScript/src/find_first_and_last_position_of_element_in_sorted_array.js:37
↓ 1 callersFunctionfindLastOccurrence
(nums, target)
LeetCode/Python/src/Find_First_And_Last_Position_Of_Element_In_Sorted_Array.py:31
↓ 1 callersFunctionfindLastOccurrence
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/FindFirstAndLastPositionOfElementInSortedArray.kt:34
↓ 1 callersMethodfindLastOccurrence
(int[] nums, int target)
LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/FindFirstAndLastPositionOfElementInSortedArray.java:43
↓ 1 callersFunctionfindMaximumSum
* @author Anirudh Sharma */
ConceptOfTheDay/Kotlin/src/main/java/org/redquark/conceptoftheday/MaximuSumOfKElements.kt:6
↓ 1 callersMethodfindMaximumSum
(int[] a, int k)
ConceptOfTheDay/Java/src/main/java/org/redquark/conceptoftheday/MaximumSumOfKElements.java:10
↓ 1 callersFunctionfind_maximum_sum
* @author Anirudh Sharma
ConceptOfTheDay/JavaScript/src/maximum_sum_of_k_elements.js:4
↓ 1 callersFunctionfind_maximum_sum
(a, k)
ConceptOfTheDay/Python/src/maximum_sum_of_k_elements.py:6
↓ 1 callersFunctiongenerate
(result, s, open, close, n)
LeetCode/JavaScript/src/generate_parentheses.js:9
↓ 1 callersFunctiongenerate
(result: List[str], s: str, _open: int, close: int, n: int)
LeetCode/Python/src/Generate_Parentheses.py:7
↓ 1 callersMethodget
(K key)
Design/src/main/java/org/redquark/tutorials/design/caching/LRUCache.java:36
↓ 1 callersMethodgetMaximumPowerOfTwo
(int n)
ProblemSolving/src/main/java/org/redquark/tutorials/problemsolving/bitmagic/CountTotalSetBits.java:21
↓ 1 callersFunctiongetMaximumValue
* @author Anirudh Sharma
ConceptOfTheDay/JavaScript/src/knapsack.js:5
↓ 1 callersFunctiongetMaximumValue
ConceptOfTheDay/Kotlin/src/main/java/org/redquark/conceptoftheday/Knapsack.kt:9
↓ 1 callersMethodgetMaximumValue
(int W, int n, int[] weights, int[] values)
ConceptOfTheDay/Java/src/main/java/org/redquark/conceptoftheday/Knapsack.java:8
↓ 1 callersFunctiongetUpdatedString
(s)
LeetCode/JavaScript/src/longest_palindromic_substring.js:54
↓ 1 callersFunctiongetUpdatedString
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/LongestPalindromeSubstring.kt:55
↓ 1 callersMethodgetUpdatedString
(String s)
LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/LongestPalindromicSubstring.java:60
↓ 1 callersFunctionget_maximum_value
(W, n, weights, values)
ConceptOfTheDay/Python/src/knapsack.py:6
↓ 1 callersFunctionget_updated_string
(s)
LeetCode/Python/src/Longest_Palindromic_Substring.py:6
↓ 1 callersFunctionjobToExecute
()
Snippets/JavaScript/jobs/cronJob..js:8
↓ 1 callersFunctionmain
()
LeetCode/JavaScript/src/find_first_and_last_position_of_element_in_sorted_array.js:66
↓ 1 callersMethodmerge
(left, right)
LeetCode/Python/src/Merge_K_Sorted_Lists.py:34
↓ 1 callersMethodmerge
(ListNode left, ListNode right)
LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/MergeKSortedLists.java:30
↓ 1 callersMethodmergeKLists
(self, lists: List[ListNode])
LeetCode/Python/src/Merge_K_Sorted_Lists.py:14
↓ 1 callersMethodmergeKLists
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/MergeKSortedLists.kt:5
↓ 1 callersMethodmergeKLists
(ListNode[] lists)
LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/MergeKSortedLists.java:8
↓ 1 callersFunctionmergeLists
(lists, start, end)
LeetCode/JavaScript/src/merge_k_sorted_lists.js:9
↓ 1 callersMethodmergeLists
(self, lists, start, end)
LeetCode/Python/src/Merge_K_Sorted_Lists.py:20
↓ 1 callersFunctionmergeTwoLists
(l1: ListNode, l2: ListNode)
LeetCode/Python/src/Merge_Two_Sorted_Lists.py:19
↓ 1 callersFunctionprintList
(node)
LeetCode/JavaScript/src/merge_k_sorted_lists.js:61
↓ 1 callersFunctionprintList
(node: ListNode)
LeetCode/Python/src/Merge_Two_Sorted_Lists.py:12
↓ 1 callersMethodremoveFromRear
()
Design/src/main/java/org/redquark/tutorials/design/caching/LRUCache.java:96
↓ 1 callersMethodremoveNode
(Entry<K, V> rear)
Design/src/main/java/org/redquark/tutorials/design/caching/LRUCache.java:104
↓ 1 callersFunctionreverse
(start, end)
LeetCode/JavaScript/src/reverse_nodes_in_k_group.js:28
↓ 1 callersMethodreverse
(ListNode start, ListNode end)
LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/ReverseNodesInKGroup.java:35
↓ 1 callersMethodreverseList
(start, end)
LeetCode/Python/src/Reverse_Nodes_In_K_Group.py:39
↓ 1 callersFunctionthreeSumClosest
(nums: List[int], target: int)
LeetCode/Python/src/Three_Sum_Closest.py:7
↓ 1 callersFunctionthreeSumClosest
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ThreeSumClosest.kt:6
↓ 1 callersMethodthreeSumClosest
(int[] nums, int target)
LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/ThreeSumClosest.java:10
MethodLFUCache
(int capacity)
Design/src/main/java/org/redquark/tutorials/design/caching/LFUCache.java:26
MethodLRUCache
(int capacity)
Design/src/main/java/org/redquark/tutorials/design/caching/LRUCache.java:22
FunctionListNode
(val, next)
LeetCode/JavaScript/src/merge_k_sorted_lists.js:56
FunctionListNode
(val, next)
LeetCode/JavaScript/src/reverse_nodes_in_k_group.js:51
FunctionListNode
(val, next)
LeetCode/JavaScript/src/swap_nodes_in_pairs.js:26
FunctionListNode
(val, next)
LeetCode/JavaScript/src/remove_nth_node_from_end_of_list.js:29
FunctionListNode
(val, next)
LeetCode/JavaScript/src/merge_two_sorted_lists.js:57
MethodListNode
(int val)
LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/MergeTwoSortedLists.java:81
MethodListNode
(int val)
LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/ReverseNodesInKGroup.java:97
MethodListNode
(int val)
LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/RemoveNthNodeFromEndOfList.java:64
MethodListNode
(int val)
LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/SwapNodesInPairs.java:59
MethodListNode
(int val)
LeetCode/Java/src/main/java/org/redquark/tutorials/leetcode/MergeKSortedLists.java:86
Method__init__
(self, val)
LeetCode/Python/src/Add_Two_Numbers.py:7
Method__init__
(self, val=0, nextNode=None)
LeetCode/Python/src/Swap_Nodes_In_Pairs.py:7
Method__init__
(self, val=0, next=None)
LeetCode/Python/src/Remove_Nth_Node_From_End_Of_List.py:7
Method__init__
(self, val=0, nextNode=None)
LeetCode/Python/src/Reverse_Nodes_In_K_Group.py:8
Method__init__
(self, val=0, nextNode=None)
LeetCode/Python/src/Merge_K_Sorted_Lists.py:8
Method__init__
(self, val=0, nextNode=None)
LeetCode/Python/src/Merge_Two_Sorted_Lists.py:7
Methodconstructor
(val)
LeetCode/JavaScript/src/add_two_numbers.js:50
Functioncreate2DArray
(rows, columns)
ConceptOfTheDay/JavaScript/src/knapsack.js:28
FunctiondeleteFile
()
Snippets/JavaScript/files/deleteFile.js:7
Methodinvalidate
()
Design/src/main/java/org/redquark/tutorials/design/caching/LRUCache.java:80
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/MedianOfTwoSortedArrays.kt:46
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/RemoveNthNodeFromEndOfList.kt:41
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/MergeTwoSortedLists.kt:53
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ThreeSumClosest.kt:34
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/RemoveElement.kt:18
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ContainerWithMostWater.kt:25
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/RomanToInteger.kt:31
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/SwapNodesInPairs.kt:44
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/GenerateParentheses.kt:27
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/FindFirstAndLastPositionOfElementInSortedArray.kt:61
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/RegularExpressionMatching.kt:39
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/MergeKSortedLists.kt:65
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ZigZagConversion.kt:33
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/TwoSum.kt:32
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/LongestCommonPrefix.kt:30
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ThreeSum.kt:46
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/SubstringWithConcatenationOfAllWords.kt:52
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/NextPermutation.kt:56
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ImplementStrStr.kt:22
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/PalindromeNumber.kt:19
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/LongestPalindromeSubstring.kt:64
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ReverseInteger.kt:20
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ValidParentheses.kt:30
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/DivideTwoIntegers.kt:34
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/RemoveDuplicatesFromSortedArray.kt:22
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/IntegerToRoman.kt:11
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/FourSum.kt:62
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/ReverseNodesInKGroup.kt:69
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/SearchInRotatedSortedArray.kt:54
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/AddTwoNumbers.kt:51
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/StringToInteger.kt:44
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/LongestValidParentheses.kt:64
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/LongestSubstringWithoutRepeatingCharacters.kt:29
Functionmain
LeetCode/Kotlin/src/main/kotlin/org/redquark/tutorials/leetcode/LetterCombinationsOfAPhoneNumber.kt:42
Functionmain
ConceptOfTheDay/Kotlin/src/main/java/org/redquark/conceptoftheday/MaximuSumOfKElements.kt:31
Functionmain
ConceptOfTheDay/Kotlin/src/main/java/org/redquark/conceptoftheday/Knapsack.kt:32
Functionmain
ConceptOfTheDay/Kotlin/src/main/java/org/redquark/conceptoftheday/KadaneAlgorithm.kt:20
Functionmain
ConceptOfTheDay/Kotlin/src/main/java/org/redquark/conceptoftheday/AnagramSubstringSearch.kt:51
← previousnext →201–300 of 377, ranked by callers