MCPcopy Create free account

hub / github.com/NirmalSilwal/Data-Structure-and-Algorithm-Java-interview-kit / functions

Functions2,029 in github.com/NirmalSilwal/Data-Structure-and-Algorithm-Java-interview-kit

↓ 3 callersMethodnext
()
Codeforces/livecontest/EducationalRound114/A.java:51
↓ 3 callersMethodnext
()
Codeforces/livecontest/EducationalRound114/B.java:48
↓ 3 callersMethodnextInt
()
Codechef/Starters24Feb2022/A.java:52
↓ 3 callersMethodnextInt
()
Codechef/StartersSept2021/D.java:77
↓ 3 callersMethodnextInt
()
Codeforces/livecontest/Round728Div2/A.java:72
↓ 3 callersMethodnextInt
()
Codeforces/livecontest/Round729Div2/A.java:62
↓ 3 callersMethodnextInt
()
Codeforces/livecontest/Round723Div2/A.java:51
↓ 3 callersMethodnextInt
()
Codeforces/livecontest/Round723Div2/B.java:53
↓ 3 callersMethodnextInt
()
Codeforces/livecontest/Round734Div3/A.java:58
↓ 3 callersMethodnextInt
()
Codeforces/livecontest/EducationalRound114/A.java:62
↓ 3 callersMethodnextLong
()
Codeforces/livecontest/Round729Div2/B.java:67
↓ 3 callersMethodpeakIndexInMountainArray2
(int[] arr)
Leetcode/MustDoEasyList/PeakIndexInMountainArray852.java:18
↓ 3 callersMethodpush
(int data)
CodingBlocks Training/Day19/stackUsingLinkedList.java:12
↓ 3 callersMethodpush
(int item)
Interview Prep/section11_Queue/StackUsingQueuePushEfficient.java:17
↓ 3 callersMethodremove
Removes the mapping of the specified value key if this map contains a mapping for the key
Leetcode/easy/DesignHashMap706.java:102
↓ 3 callersMethodremoveFirst
()
CodingBlocks Training/Day19/LinkedList.java:133
↓ 3 callersMethodreverse
(int[] arr)
GeeksForGeeks/Arrays/ReverseArray.java:18
↓ 3 callersMethodreverseArray
(int[] arr, int low, int high)
GeeksForGeeks/Arrays/LeftRotationOptimalGeneral.java:30
↓ 3 callersMethodshuffle
(int[] nums, int n)
Leetcode/leetcodeTags/array/ShuffleTheArray1470.java:8
↓ 3 callersMethodsing
()
CodingBlocks Training/Day16/parentInheritance.java:8
↓ 3 callersMethodsize
()
CodingBlocks Training/Day19/queueUsingLinkedList.java:29
↓ 3 callersMethodsize
()
CodingBlocks Training/Day19/stackUsingLinkedList.java:22
↓ 3 callersMethodsize
()
Interview Prep/section10_Stacks/StackUsingArray.java:19
↓ 3 callersMethodsize
()
Interview Prep/section24_BinaryTree/BinaryTree.java:105
↓ 3 callersMethodsize
()
Interview Prep/section11_Queue/StackUsingQueuePopEfficient.java:39
↓ 3 callersMethodsortedSquares2
(int[] nums)
Leetcode/leetcodeTags/array/SquaresOfASortedArray977.java:22
↓ 3 callersMethodswap
(int i, int j)
Interview Prep/section17_Heap/Heap.java:26
↓ 3 callersMethodswap
(int i, int j)
Interview Prep/section18_Tries/HeapGeneric.java:56
↓ 3 callersMethodtop
()
Interview Prep/section11_Queue/StackUsingQueuePushEfficient.java:36
↓ 3 callersMethodtop
()
Interview Prep/section11_Queue/StackUsingQueuePopEfficient.java:35
↓ 3 callersMethodtotalWageBasic
(double basePay, double hrs)
Basic programs/WageCalculator.java:19
↓ 3 callersMethodtotalWageDetailed
(double hrs, double basePay)
Basic programs/WageCalculator.java:35
↓ 3 callersMethoduniqueBSTsRecursion
(int n)
Interview Prep/section19_DynamicProgramming/UniqueBSTsCount.java:23
↓ 3 callersMethoduniqueBSTsTopDownDP
(int n, int[] storage)
Interview Prep/section19_DynamicProgramming/UniqueBSTsCount.java:40
↓ 3 callersMethoduniqueDups
(String str)
Interview Prep/UniqueDuplicates.java:16
↓ 2 callersMethodDFSTraverse
(ArrayList<ArrayList<Integer>> adjList, int src, boolean[] visited)
GeeksForGeeks/Graph/DFSTraversal.java:74
↓ 2 callersMethodMCMBottomUpDP
(int[] matrices)
Interview Prep/section19_DynamicProgramming/MatrixChainMultiplication.java:111
↓ 2 callersMethodMCMTopDownDP
(int[] matrices, int si, int ei, int[][] storage)
Interview Prep/section19_DynamicProgramming/MatrixChainMultiplication.java:82
↓ 2 callersMethodaddAt
(int index, int item)
Interview Prep/section13_LinkedList/LinkedList.java:116
↓ 2 callersMethodaverage
(int[] salary)
Leetcode/Study Plan/ProgrammingSkills/Skills1/Day1/AverageSalary1491.java:5
↓ 2 callersMethodbinarysearch
(int[] arr, int value)
Leetcode/Youtube/BinarySearch.java:5
↓ 2 callersMethodcanMakeArithmeticProgression
(int[] arr)
Leetcode/Study Plan/ProgrammingSkills/Skills1/Day4/CanMakeArithmeticProgressionFromSequence1502.java:7
↓ 2 callersMethodcheckPalindrome
(String str, int low, int high)
Leetcode/leetcodeTags/Recursion/StringPalindrome.java:6
↓ 2 callersMethodcompare
(ListNode l1, ListNode l2)
Leetcode/leetcodeTags/LinkedList/MergeKSortedLists23.java:84
↓ 2 callersMethodcompareTo
(Car other)
Interview Prep/section15_InterfaceAndGenerics/bubble sort generic/Car.java:20
↓ 2 callersMethodcontainsDuplicate
(int[] nums)
Leetcode/seanPrashadList/ContainsDuplicateLC217.java:20
↓ 2 callersMethodcountDigit
(int num, int digit)
Pepcoding/FunctionsAndArrays/CountDigit.java:5
↓ 2 callersMethodcountOccurrances
(int n)
Basic programs/codesignal/Test1.java:16
↓ 2 callersMethoddequeue
()
CodingBlocks Training/Day19/queueUsingLinkedList.java:19
↓ 2 callersMethoddequeue
()
Interview Prep/section11_Queue/QueueUsingLinkedList.java:17
↓ 2 callersMethoddetectCycle
(LinkedList list)
CodingBlocks Training/Day19/detectCycleLinkedList.java:41
↓ 2 callersMethoddisplay
(int[][] mat)
Leetcode/DailyChallenges/JulyChallenges/ReshapeTheMatrix.java:68
↓ 2 callersMethoddisplay
(int[] arr)
Top Questions/Facebook/moveZerosToLeft.java:36
↓ 2 callersMethoddisplay
(int[] arr)
Basic programs/complexityAnalysis4.java:27
↓ 2 callersMethoddisplay
()
CodingBlocks Training/Day20/mirrorBinaryTree.java:60
↓ 2 callersMethoddisplay
()
CodingBlocks Training/Day25/HeapsImplementation.java:63
↓ 2 callersMethoddisplay
(int[] arr)
CodingBlocks Training/Day6/SelectionSort.java:34
↓ 2 callersMethoddisplay
(int[] arr)
CodingBlocks Training/Day6/ReverseArrray2.java:28
↓ 2 callersMethoddisplay
(int[] arr)
CodingBlocks Training/Day6/ReverseArrays.java:42
↓ 2 callersMethoddisplay
(int[] arr)
CodingBlocks Training/Day6/BubbleSort.java:30
↓ 2 callersMethoddisplay
(int[] myarr)
CodingBlocks Training/Day6/InsertionSort.java:28
↓ 2 callersMethoddisplay
(int[] arr)
CodingBlocks Training/Recursion/BubbleSort.java:37
↓ 2 callersMethoddisplay
(int[] arr)
CodingBlocks Training/Day5/ArrayDemo.java:48
↓ 2 callersMethoddisplay
(T[] arr)
Interview Prep/section15_InterfaceAndGenerics/GenericsDemo.java:29
↓ 2 callersMethoddisplay
(T[] arr)
Interview Prep/section15_InterfaceAndGenerics/bubble sort generic/BubbleSort.java:22
↓ 2 callersMethoddisplay
()
Interview Prep/section16_Hashmap/HashTable.java:128
↓ 2 callersMethoddisplay
()
Interview Prep/section21_SegmentTrees/SegmentTree.java:41
↓ 2 callersMethoddisplayMatrix
(int[][] arr)
CodingBlocks Training/Day12/mazePathWithHurdles.java:44
↓ 2 callersMethodelephantWays
(int er, int ec, int cr, int cc)
CodingBlocks Training/Day13/elephantTotalPaths.java:13
↓ 2 callersMethodend
()
Interview Prep/section19_DynamicProgramming/MatrixChainMultiplication.java:10
↓ 2 callersMethodendAlgo
()
CodingBlocks Training/Day27/fibonacciDynamicProg.java:15
↓ 2 callersMethodextractIthBit
(int n, int i)
Interview Prep/section22_BitMasking/ExtractBit.java:14
↓ 2 callersMethodfactorEqual
(int n, int m)
Basic programs/MS_CS_MIU/Frequent_Questions/FactorEqual.java:16
↓ 2 callersMethodfactorTwoCount
(int n)
Basic programs/MS_CS_MIU/practice_set/FactorTwoCount.java:16
↓ 2 callersMethodfactorial
(int n)
CodingNinja/recursion/factorialOfN.java:5
↓ 2 callersMethodfactorial
(int n)
CodingBlocks Training/Recursion/FactorialNRecursion.java:12
↓ 2 callersMethodfactorial
(int n)
CodingBlocks Training/Day10/Factorial.java:13
↓ 2 callersMethodfind
(int item)
Interview Prep/section14_Tree/BinarySearchTree.java:63
↓ 2 callersMethodfindCharNumber
(char ch)
Leetcode/easy/ExcelSheetColumnNumber171.java:23
↓ 2 callersMethodfindHeight
(Node node)
CodingBlocks Training/Day21/diameterOfTree.java:38
↓ 2 callersMethodfindMaxConsecutiveOnes
(int[] nums)
Leetcode/Explore_cards/Arrays/FindMaxConsecutiveOnesRevise.java:5
↓ 2 callersMethodfindNumbers
(int[] nums)
Leetcode/Explore_cards/Arrays/CountEvenDigitsRevise.java:12
↓ 2 callersMethodfindNumbers
(int[] nums)
Leetcode/Explore_cards/Arrays/FindNumbersWithEvenNoDigits.java:17
↓ 2 callersMethodfrequentItemInEachSubarrayK
(int[] arr, int K)
Top Questions/Facebook/MostCommonInSubarryKWindow.java:9
↓ 2 callersMethodfront
()
Interview Prep/section11_Queue/QueueUsingStackEnqueueEfficient.java:36
↓ 2 callersMethodfront
()
Interview Prep/section11_Queue/QueueUsingStackDequeueEfficient.java:34
↓ 2 callersMethodfun
()
CodingBlocks Training/Day16/childAbstract.java:13
↓ 2 callersMethodfun1
()
CodingBlocks Training/Day16/childAbstract.java:7
↓ 2 callersMethodfun2
()
CodingBlocks Training/Day16/parentAbstract.java:23
↓ 2 callersMethodgetAge
()
CodingBlocks Training/Day15/person3.java:24
↓ 2 callersMethodgetCode
(String firstChar)
CodingBlocks Training/Day11/codesOfString.java:36
↓ 2 callersMethodgetConcatenation
(int[] nums)
Leetcode/leetcodeTags/array/ConcatenationOfArray1929.java:7
↓ 2 callersMethodgetFirst
()
CodingBlocks Training/Day18/LinkedList.java:94
↓ 2 callersMethodgetFirst
()
Interview Prep/section11_Queue/QueueUsingArray.java:33
↓ 2 callersMethodgetLengthOfList
(ListNode head)
Leetcode/leetcodeTags/LinkedList/IntersectionOfTwoLinkedLists160.java:67
↓ 2 callersMethodgetMaxStudents
()
CodingBlocks Training/Day15/student2.java:24
↓ 2 callersMethodgetMidNode
(LinkedList list)
CodingBlocks Training/Day19/midOfLinkedList2.java:31
↓ 2 callersMethodgetName
()
CodingBlocks Training/Day15 Reference/person2.java:20
↓ 2 callersMethodgetName
()
CodingBlocks Training/Day15/student.java:17
↓ 2 callersMethodgetName
()
CodingBlocks Training/Day15/person3.java:28
← previousnext →301–400 of 2,029, ranked by callers