Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hunterdii/GeeksforGeeks-POTD
/ functions
Functions
5,041 in github.com/Hunterdii/GeeksforGeeks-POTD
⨍
Functions
5,041
◇
Types & classes
3,058
↓ 1 callers
Method
orangesRotting
(int[][] a)
April 2025 GFG SOLUTION/April-03.java:30
↓ 1 callers
Method
p
(self, r, i, n)
April 2025 GFG SOLUTION/April-26.py:14
↓ 1 callers
Method
p
(Node r,int i,int n)
April 2025 GFG SOLUTION/April-26.java:123
↓ 1 callers
Method
padovanSequence
(int n)
June 2024 GFG SOLUTION/June-13.java:26
↓ 1 callers
Method
padovanSequence
June 2024 GFG SOLUTION/June-13.cpp:10
↓ 1 callers
Method
padovanSequence
(self, n)
June 2024 GFG SOLUTION/June-13.py:4
↓ 1 callers
Method
pairAndSum
(self, n, arr)
April 2024 GFG SOLUTION/April-12.py:4
↓ 1 callers
Method
pairAndSum
(int n, long arr[])
April 2024 GFG SOLUTION/April-12.java:28
↓ 1 callers
Method
pairAndSum
April 2024 GFG SOLUTION/April-12.cpp:14
↓ 1 callers
Method
pairWithMaxSum
(int[] arr)
October 2024 GFG SOLUTION/October-12.java:25
↓ 1 callers
Method
pairWithMaxSum
(self, arr)
October 2024 GFG SOLUTION/October-12.py:3
↓ 1 callers
Method
pairWithMaxSum
October 2024 GFG SOLUTION/October-12.cpp:11
↓ 1 callers
Method
pairsViolatingBST
April 2024 GFG SOLUTION/April-01.cpp:97
↓ 1 callers
Method
pairsViolatingBST
(self, n: int, root: Optional['Node'])
April 2024 GFG SOLUTION/April-01.py:15
↓ 1 callers
Method
pairsViolatingBST
(int n, Node root)
April 2024 GFG SOLUTION/April-01.java:126
↓ 1 callers
Method
pairsum
(self, arr: List[int])
October 2024 GFG SOLUTION/October-08.py:5
↓ 1 callers
Method
pairsum
October 2024 GFG SOLUTION/October-08.cpp:11
↓ 1 callers
Method
pairsum
(int[] arr)
October 2024 GFG SOLUTION/October-08.java:57
↓ 1 callers
Method
path
(int[][] m, int x, int y, String dir, int n)
July 2024 GFG SOLUTION/July-30.java:37
↓ 1 callers
Method
path
(self, m: List[List[int]], x: int, y: int, dir: str, n: int)
July 2024 GFG SOLUTION/July-30.py:8
↓ 1 callers
Method
pattern
(int[][] arr)
June 2024 GFG SOLUTION/June-28.java:50
↓ 1 callers
Method
pattern
June 2024 GFG SOLUTION/June-28.cpp:20
↓ 1 callers
Method
pattern
(self, arr)
June 2024 GFG SOLUTION/June-28.py:10
↓ 1 callers
Function
peakElement
} Driver Code Ends User function Template for C Function to find the peak element
December 2024 GFG SOLUTION/December-15.c:11
↓ 1 callers
Function
peakElement
March 2024 GFG SOLUTION/March-01.c:11
↓ 1 callers
Method
peakElement
December 2024 GFG SOLUTION/December-15.cpp:10
↓ 1 callers
Method
peakElement
(self, arr)
December 2024 GFG SOLUTION/December-15.py:3
↓ 1 callers
Method
peakElement
(int[] arr)
December 2024 GFG SOLUTION/December-15.java:51
↓ 1 callers
Method
peakElement
(int[] arr, int n)
March 2024 GFG SOLUTION/March-01.java:47
↓ 1 callers
Method
peakElement
(self, arr, n)
March 2024 GFG SOLUTION/March-01.py:4
↓ 1 callers
Method
peakElement
March 2024 GFG SOLUTION/March-01.cpp:8
↓ 1 callers
Method
peek
February 2025 GFG SOLUTION/February-27.cpp:23
↓ 1 callers
Method
place
(int r, int c)
August 2024 GFG SOLUTION/August-30.java:45
↓ 1 callers
Method
place
(self, r, c)
August 2024 GFG SOLUTION/August-30.py:8
↓ 1 callers
Method
pop
()
February 2025 GFG SOLUTION/February-27.java:40
↓ 1 callers
Method
pop
February 2025 GFG SOLUTION/February-27.cpp:17
↓ 1 callers
Method
populateNext
(self, root)
July 2024 GFG SOLUTION/July-06.py:17
↓ 1 callers
Method
populateNext
(Node root)
July 2024 GFG SOLUTION/July-06.java:124
↓ 1 callers
Method
populateNext
July 2024 GFG SOLUTION/July-06.cpp:121
↓ 1 callers
Method
postOrder
(Node root)
February 2025 GFG SOLUTION/February-06.java:45
↓ 1 callers
Method
power
(self, x, y)
May 2025 GFG SOLUTION/May-13.py:4
↓ 1 callers
Method
power
(self, x, y, p)
October 2024 GFG SOLUTION/October-21.py:3
↓ 1 callers
Method
power
(int x, int y, int p)
October 2024 GFG SOLUTION/October-21.java:11
↓ 1 callers
Method
power
January 2025 GFG SOLUTION/January-29.cpp:11
↓ 1 callers
Method
power
(double b, int e)
January 2025 GFG SOLUTION/January-29.java:26
↓ 1 callers
Method
power
(self, b: float, e: int)
January 2025 GFG SOLUTION/January-29.py:9
↓ 1 callers
Function
preOrder
(node)
May 2024 GFG SOLUTION/May-04.py:59
↓ 1 callers
Function
preOrder
This funtcion is here just to test buildTreeUtil() */
May 2024 GFG SOLUTION/May-04.cpp:20
↓ 1 callers
Method
preOrder
(Node root)
May 2024 GFG SOLUTION/May-04.java:17
↓ 1 callers
Function
preord
(root)
July 2024 GFG SOLUTION/July-04.py:99
↓ 1 callers
Function
preorder
July 2024 GFG SOLUTION/July-04.cpp:80
↓ 1 callers
Method
preorder
(Node root, List<Integer> temp)
July 2024 GFG SOLUTION/July-04.java:73
↓ 1 callers
Method
primeList
(Node h)
May 2025 GFG SOLUTION/May-03.java:63
↓ 1 callers
Method
primeList
May 2025 GFG SOLUTION/May-03.cpp:43
↓ 1 callers
Method
primeList
(self, h)
May 2025 GFG SOLUTION/May-03.py:2
↓ 1 callers
Method
print
(int[] a)
June 2024 GFG SOLUTION/June-16.java:15
↓ 1 callers
Method
printAllDups
(self, root)
July 2024 GFG SOLUTION/July-04.py:19
↓ 1 callers
Method
printAllDups
July 2024 GFG SOLUTION/July-04.cpp:110
↓ 1 callers
Method
printAllDups
(Node root)
July 2024 GFG SOLUTION/July-04.java:128
↓ 1 callers
Function
printAns
May 2025 GFG SOLUTION/May-01.cpp:65
↓ 1 callers
Method
printAns
(ArrayList<Integer> ans)
May 2025 GFG SOLUTION/May-01.java:22
↓ 1 callers
Function
printArray
December 2024 GFG SOLUTION/December-05.c:43
↓ 1 callers
Function
printDLL
(head)
September 2024 GFG SOLUTION/September-15.py:103
↓ 1 callers
Method
printGivenLevel
(Node node, int level)
July 2024 GFG SOLUTION/July-17.java:70
↓ 1 callers
Function
printInorder
(root)
July 2024 GFG SOLUTION/July-20.py:70
↓ 1 callers
Method
printInorder
(Node root)
July 2024 GFG SOLUTION/July-20.java:79
↓ 1 callers
Method
printInorder
(Node root)
May 2024 GFG SOLUTION/May-02.java:85
↓ 1 callers
Method
printInorder
(Node root)
February 2025 GFG SOLUTION/February-16.java:85
↓ 1 callers
Method
printKClosest
(int[] arr, int n, int k, int x)
May 2024 GFG SOLUTION/May-21.java:54
↓ 1 callers
Method
printKClosest
(self, arr, n, k, x)
May 2024 GFG SOLUTION/May-21.py:4
↓ 1 callers
Method
printKClosest
May 2024 GFG SOLUTION/May-21.cpp:26
↓ 1 callers
Method
printLargest
March 2024 GFG SOLUTION/March-03.cpp:7
↓ 1 callers
Method
printLargest
(int n, String[] arr)
March 2024 GFG SOLUTION/March-03.java:30
↓ 1 callers
Method
printLargest
(self, n, arr)
March 2024 GFG SOLUTION/March-03.py:3
↓ 1 callers
Function
printLevelOrder
July 2024 GFG SOLUTION/July-17.cpp:23
↓ 1 callers
Method
printLevelOrder
(Node root)
July 2024 GFG SOLUTION/July-17.java:42
↓ 1 callers
Function
printList
{ Driver Code Starts. Function to print linked list */
July 2024 GFG SOLUTION/July-03.cpp:52
↓ 1 callers
Function
printList
April 2025 GFG SOLUTION/April-29.cpp:17
↓ 1 callers
Function
printList
(node)
April 2025 GFG SOLUTION/April-29.py:39
↓ 1 callers
Function
printList
May 2025 GFG SOLUTION/May-03.cpp:16
↓ 1 callers
Function
printList
(node)
May 2025 GFG SOLUTION/May-03.py:27
↓ 1 callers
Function
printList
(head)
October 2024 GFG SOLUTION/October-20.py:76
↓ 1 callers
Function
printList
(head)
October 2024 GFG SOLUTION/October-04.py:68
↓ 1 callers
Function
printList
(head, dic)
October 2024 GFG SOLUTION/October-29.py:92
↓ 1 callers
Function
printList
Function to print nodes in a given circular linked list
October 2024 GFG SOLUTION/October-04.cpp:17
↓ 1 callers
Function
printList
October 2024 GFG SOLUTION/October-13.cpp:78
↓ 1 callers
Function
printList
A utility function to print linked list */
October 2024 GFG SOLUTION/October-29.cpp:33
↓ 1 callers
Function
printList
Function to print nodes in a given doubly linked list
October 2024 GFG SOLUTION/October-20.cpp:102
↓ 1 callers
Function
printList
(node)
October 2024 GFG SOLUTION/October-13.py:32
↓ 1 callers
Function
printList
Function to print Nodes in a given doubly linked list This function is same as printList() of singly linked lsit */
June 2024 GFG SOLUTION/June-30.cpp:67
↓ 1 callers
Function
printList
(head)
May 2024 GFG SOLUTION/May-01.py:64
↓ 1 callers
Function
printList
August 2024 GFG SOLUTION/August-10.cpp:16
↓ 1 callers
Function
printList
(node)
August 2024 GFG SOLUTION/August-10.py:44
↓ 1 callers
Function
printList
August 2024 GFG SOLUTION/August-15.cpp:17
↓ 1 callers
Function
printList
A utility function to print a linked list
March 2024 GFG SOLUTION/March-15.cpp:34
↓ 1 callers
Function
printList
Function to print linked list */
March 2024 GFG SOLUTION/March-16.cpp:53
↓ 1 callers
Function
printList
(head)
March 2024 GFG SOLUTION/March-15.py:69
↓ 1 callers
Function
printList
(n)
January 2025 GFG SOLUTION/January-22.py:76
↓ 1 callers
Function
printList
Function to print the linked list
January 2025 GFG SOLUTION/January-20.c:22
↓ 1 callers
Function
printList
Function to print linked list */
January 2025 GFG SOLUTION/January-21.cpp:20
← previous
next →
1,901–2,000 of 5,041, ranked by callers