Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA
/ functions
Functions
4,122 in github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA
⨍
Functions
4,122
◇
Types & classes
941
↳
Endpoints
3
↓ 1 callers
Function
heapSort
main function to do heap sort
06. Sorting/heap sort.cpp:32
↓ 1 callers
Function
heapSort
main function to do heap sort
16. Heap/Heap_sort.cpp:29
↓ 1 callers
Method
heapSort
(int heap[],int heapSize)
06. Sorting/HeapSort.java:24
↓ 1 callers
Function
heapdelete
06. Sorting/heapsort.c:54
↓ 1 callers
Function
heapinsert
06. Sorting/heapsort.c:29
↓ 1 callers
Function
heapsort
06. Sorting/heapsort.c:94
↓ 1 callers
Function
height
Recursive function to calculate height of given binary tree
15. Binary Search Tree/Height _of_tree.cpp:17
↓ 1 callers
Method
height
(Node node)
14. Tree/Class4.java:72
↓ 1 callers
Method
help
(int[][] graph, int i, boolean[] visited, Stack<Integer> st)
17. Graph/TopologicalSorting.java:22
↓ 1 callers
Function
helper
04. Arrays/Count_inversions.cpp:29
↓ 1 callers
Function
helper
10. Linked List/cpp/2.Insertion in Linked List.cpp:4
↓ 1 callers
Function
inOrder
14. Tree/check_BST.c:35
↓ 1 callers
Method
inOrderTraversal
(TreeNode root, List<Integer>list)
14. Tree/Inorder_Traversal_Recursive.java:10
↓ 1 callers
Function
infixToPostfix
11. Stack/infix_to_postfix.cpp:24
↓ 1 callers
Method
infixToPreFix
(String expression)
11. Stack/infix-to-prefix.java:17
↓ 1 callers
Function
infixtopostfix
11. Stack/InfixtoPostfix.c:42
↓ 1 callers
Function
infixtopostfix
11. Stack/Infix_to_Postfix_and_Evaluation.c:77
↓ 1 callers
Function
init
30. CPP Programs/airline_restriction.cpp:17
↓ 1 callers
Function
init
()
37. Projects/Javascript Puzzle Memory Game/script.js:88
↓ 1 callers
Function
init
Initialise the array with 0's
17. Graph/adjacency_matrix.cpp.c:14
↓ 1 callers
Method
init
12. Queue/circularqueue.cpp:8
↓ 1 callers
Function
init_div
Function to initialize DSU Initially, all vertices are their own parents
01. Mathematics/Boruvka’s Algorithm.cpp:62
↓ 1 callers
Function
inorder
14. Tree/Connect nodes at same level.cpp:29
↓ 1 callers
Function
inorder
14. Tree/serialize-deserialize-tree.cpp:38
↓ 1 callers
Function
inorder
15. Binary Search Tree/simple_BST.cpp:29
↓ 1 callers
Function
inorder
15. Binary Search Tree/BST_Traversals_MaxMin_Nodes.cpp:104
↓ 1 callers
Method
inorder
(TreeNode root)
14. Tree/Recover-Binary-Tree.java:17
↓ 1 callers
Method
inorder
14. Tree/count_node.cpp:77
↓ 1 callers
Method
inorder
14. Tree/AVLtree.cpp:119
↓ 1 callers
Method
inorderRec
(Node root)
06. Sorting/Treesort.java:63
↓ 1 callers
Function
inordersucc
15. Binary Search Tree/delete_in_BST.cpp:24
↓ 1 callers
Function
input
Taking input in a linked list until user enters -1
10. Linked List/cpp/Insert_node_at_iTH_position.cpp:29
↓ 1 callers
Function
insert
36. C Programs/Height of a Binary Tree.c:14
↓ 1 callers
Function
insert
If not present, inserts key into trie If the key is prefix of trie node, just marks leaf node
21. Trie/InsertSearch.cpp:34
↓ 1 callers
Function
insert
21. Trie/shortest_unique_prefix.cpp:34
↓ 1 callers
Function
insert
04. Arrays/Menu-driven.cpp:13
↓ 1 callers
Function
insert
10. Linked List/DeleteWithoutHeadPtr.cpp:25
↓ 1 callers
Function
insert
10. Linked List/cpp/single_student_linkedlist.c:14
↓ 1 callers
Function
insert
10. Linked List/cpp/Delete_Without_Head_Pointer.cpp:27
↓ 1 callers
Function
insert
10. Linked List/c lang/DoublyLinkedList/doubly-linked-list.c:152
↓ 1 callers
Function
insert
10. Linked List/c lang/SinglyLinkedList/Traversing.c:8
↓ 1 callers
Function
insert
12. Queue/queue_implement.c:44
↓ 1 callers
Function
insert
12. Queue/Circular Queue Implementation using Linked List.c:16
↓ 1 callers
Function
insert
15. Binary Search Tree/BST_Traversals_MaxMin_Nodes.cpp:65
↓ 1 callers
Function
insert
15. Binary Search Tree/isDeadEnd.cpp:19
↓ 1 callers
Function
insert
simple code for insert BST
15. Binary Search Tree/kth_Smallest_BST.cpp:69
↓ 1 callers
Function
insert
Recursive function to insert a key into BST
15. Binary Search Tree/Target Sum Pair In Bst.cpp:22
↓ 1 callers
Method
insert
(int key)
06. Sorting/Treesort.java:32
↓ 1 callers
Method
insert
(int data)
10. Linked List/java/pattern.java:17
↓ 1 callers
Function
insertAtBottom
11. Stack/reverse_stack_const_space.cpp:15
↓ 1 callers
Method
insertAtEnd
30. CPP Programs/fortune-teller.cpp:224
↓ 1 callers
Function
insertAtHead
Insert at Head in list
10. Linked List/LinkedListBasic-Operations.cpp:29
↓ 1 callers
Function
insertAtHeadCll
10. Linked List/cpp/Linked List Complete.cpp:343
↓ 1 callers
Function
insertAtHeadDll
10. Linked List/cpp/Linked List Complete.cpp:277
↓ 1 callers
Function
insertAtMiddle
Insert at Middle in list at position x
10. Linked List/LinkedListBasic-Operations.cpp:36
↓ 1 callers
Function
insertAtTail
Insert at Tail in list
10. Linked List/LinkedListBasic-Operations.cpp:50
↓ 1 callers
Function
insertBeg
10. Linked List/c lang/DoublyLinkedList/Inserting.c:47
↓ 1 callers
Function
insertBeg
10. Linked List/c lang/CircularDoublyLinkedList/Inserting.c:56
↓ 1 callers
Function
insertBeg
10. Linked List/c lang/SinglyLinkedList/Inserting.c:43
↓ 1 callers
Function
insertBeg
10. Linked List/c lang/CircularLinkedList/Inserting.c:46
↓ 1 callers
Function
insertNode
20. Dynamic Programming/wordBreakAllMethods.cpp:18
↓ 1 callers
Function
insertPos
10. Linked List/c lang/DoublyLinkedList/Inserting.c:60
↓ 1 callers
Function
insertPos
10. Linked List/c lang/CircularDoublyLinkedList/Inserting.c:77
↓ 1 callers
Function
insertPos
10. Linked List/c lang/SinglyLinkedList/Inserting.c:51
↓ 1 callers
Function
insertPos
10. Linked List/c lang/CircularLinkedList/Inserting.c:61
↓ 1 callers
Method
insertRec
(Node root, int key)
06. Sorting/Treesort.java:39
↓ 1 callers
Function
insert_at_bottom
Below is a recursive function that inserts an element at the bottom of a stack.
03. Recursion/Reverseastack.cpp:17
↓ 1 callers
Function
insert_at_first
10. Linked List/cpp/LinkedListOperations.cpp:29
↓ 1 callers
Function
insert_at_last
10. Linked List/cpp/LinkedListOperations.cpp:42
↓ 1 callers
Function
insert_at_mid
10. Linked List/cpp/LinkedListOperations.cpp:58
↓ 1 callers
Function
insert_at_particular_postion
FUNCTION TO INSERT AT PARTICULAR POSITION
10. Linked List/cpp/INSERTION AT PARTICULAR POSITION.cpp:23
↓ 1 callers
Function
insert_at_position
10. Linked List/LinkedListMenu.cpp:49
↓ 1 callers
Method
insert_before
10. Linked List/DoublyLinkedList/Insertion_in_Doublylinkedlist.cpp:160
↓ 1 callers
Function
insert_beg
10. Linked List/LinkedListMenu.cpp:18
↓ 1 callers
Function
insert_beg
10. Linked List/cpp/BasicoperationsonDLL.cpp:72
↓ 1 callers
Function
insert_begin
10. Linked List/c lang/all_func.c:119
↓ 1 callers
Function
insert_end
10. Linked List/cpp/BasicoperationsonDLL.cpp:90
↓ 1 callers
Function
insert_end
10. Linked List/c lang/Linked List.c:282
↓ 1 callers
Function
insert_end
10. Linked List/c lang/all_func.c:130
↓ 1 callers
Function
insert_front
10. Linked List/c lang/Linked List.c:269
↓ 1 callers
Function
insert_pos
10. Linked List/cpp/BasicoperationsonDLL.cpp:108
↓ 1 callers
Function
insert_position
10. Linked List/c lang/all_func.c:146
↓ 1 callers
Function
insert_pque
Inserting edges in the priority queue */
17. Graph/Kruskals_Algorithm.c:117
↓ 1 callers
Function
insert_sort
10. Linked List/c lang/Linked List.c:297
↓ 1 callers
Function
insert_tree
Inserting an edge in the tree */
17. Graph/Kruskals_Algorithm.c:107
↓ 1 callers
Function
insertatbottom
03. Recursion/reverse_stack.cpp:8
↓ 1 callers
Function
insertatend
10. Linked List/llinsertion_atend.cpp:15
↓ 1 callers
Function
insertatfirst
10. Linked List/llinsertion_atfirst.cpp:15
↓ 1 callers
Function
insertatnode
10. Linked List/llinsertion_afternode.cpp:15
↓ 1 callers
Function
insertbeg
10. Linked List/c lang/Implementation Of Circular Linked List.c:17
↓ 1 callers
Function
insertend
10. Linked List/c lang/Implementation Of Circular Linked List.c:37
↓ 1 callers
Function
insertion
(arr,n)
06. Sorting/Insertion_Sort.py:1
↓ 1 callers
Function
insertion
(arr,n)
06. Sorting/insertion_sort.py:1
↓ 1 callers
Function
insertion
10. Linked List/llinsertion.cpp:15
↓ 1 callers
Function
insertionSort
This function sorts array from left index to to right index which is of size atmost RUN
06. Sorting/Timsort.cpp:8
↓ 1 callers
Function
insertionSort
(b)
06. Sorting/bucket_sort.py:2
↓ 1 callers
Function
insertionSort
Function to sort an array using insertion sort*/
06. Sorting/insertion sort.c:6
↓ 1 callers
Function
insertionSort
(arr []int)
06. Sorting/InsertionSort.go:17
↓ 1 callers
Function
insertionSort
Function to sort an array using insertion sort*/
04. Arrays/insertion_short.cpp:5
↓ 1 callers
Function
insertrbtree
14. Tree/red_black_tree.c:72
← previous
next →
1,201–1,300 of 4,122, ranked by callers