Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cbourke/ComputerScienceII
/ functions
Functions
1,172 in github.com/cbourke/ComputerScienceII
⨍
Functions
1,172
◇
Types & classes
223
↓ 119 callers
Method
get
Returns the value stored at the given <code>index</code>. @param index @return
notes/1251-Spring2025/CSCE156/code/lists/MyArrayList.java:53
↓ 69 callers
Method
getElement
(int index)
notes/1231-Spring2023/156H/code/lists/MyList.java:24
↓ 46 callers
Method
add
Adds the given element <code>x</code> to the list at the given <code>index</code> @param x
notes/1251-Spring2025/ECEN156/code/lists/MyArrayList.java:19
↓ 44 callers
Method
next
()
notes/1231-Spring2023/156/code/trees/BinaryTree.java:128
↓ 39 callers
Method
getConnection
()
notes/1231-Spring2023/156H/code/jdbc/ConnectionPool.java:43
↓ 31 callers
Method
setLeftChild
(TreeNode<T> leftChild)
notes/1201-Spring2020/trees/TreeNode.java:34
↓ 31 callers
Method
setRightChild
(TreeNode<T> rightChild)
notes/1201-Spring2020/trees/TreeNode.java:47
↓ 30 callers
Method
add
Inserts the given element <code>x</code> into this binary tree. Returns <code>true</code> if the insertion was successful (changed the tree), <code>fa
notes/1231-Spring2023/156/code/trees/BinarySearchTree.java:21
↓ 30 callers
Method
setParent
(TreeNode<T> parent)
notes/1201-Spring2020/trees/TreeNode.java:21
↓ 30 callers
Method
size
()
notes/1251-Spring2025/CSCE156/code/lists/Stack.java:21
↓ 27 callers
Method
setParent
(BinaryTreeNode<T> parent)
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:19
↓ 25 callers
Method
setParent
(BinaryTreeNode<T> parent)
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:19
↓ 25 callers
Method
setParent
(BinaryTreeNode<T> parent)
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:19
↓ 24 callers
Method
add
Adds the given element <code>x</code> to the list at the given <code>index</code> @param x
notes/1251-Spring2025/ECEN156/code/lists/MyLinkedList.java:17
↓ 22 callers
Method
isEmpty
()
notes/1231-Spring2023/194/code/lists/MyList.java:15
↓ 20 callers
Method
getLeftChild
()
notes/1201-Spring2020/trees/TreeNode.java:43
↓ 19 callers
Method
addEmail
(String email)
notes/1231-Spring2023/156/code/Person.java:40
↓ 19 callers
Method
getLeftChild
()
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:23
↓ 18 callers
Method
add
(T x)
notes/1231-Spring2023/156H/code/trees/BinarySearchTree.java:21
↓ 18 callers
Method
getRightChild
()
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:31
↓ 17 callers
Method
getRightChild
()
notes/1201-Spring2020/trees/TreeNode.java:56
↓ 16 callers
Method
setRightChild
(BinaryTreeNode<T> rightChild)
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:55
↓ 16 callers
Method
setRightChild
(BinaryTreeNode<T> rightChild)
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:51
↓ 16 callers
Method
setRightChild
(BinaryTreeNode<T> rightChild)
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:43
↓ 15 callers
Method
getLeftChild
()
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:23
↓ 15 callers
Method
getRightChild
()
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:31
↓ 15 callers
Method
size
()
notes/1251-Spring2025/CSCE156H/code/lists/Stack.java:22
↓ 14 callers
Method
getLeftChild
()
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:23
↓ 14 callers
Method
getRightChild
()
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:31
↓ 14 callers
Method
push
(T item)
notes/1211-Spring2021/lists_code/Stack.java:9
↓ 14 callers
Method
setLeftChild
(BinaryTreeNode<T> leftChild)
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:27
↓ 14 callers
Method
setLeftChild
(BinaryTreeNode<T> leftChild)
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:27
↓ 14 callers
Method
setLeftChild
(BinaryTreeNode<T> leftChild)
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:27
↓ 13 callers
Method
getValue
()
notes/1201-Spring2020/trees/TreeNode.java:64
↓ 10 callers
Method
convertFlow
TODO: documentation
assignments/1261-Spring2026/assignment00-files/FloodUtils.java:16
↓ 10 callers
Method
floodCapacity
TODO: documentation
assignments/1261-Spring2026/assignment00-files/FloodUtils.java:24
↓ 10 callers
Method
getNext
()
notes/1251-Spring2025/ECEN156/code/lists/Node.java:18
↓ 10 callers
Method
getNext
()
notes/1231-Spring2023/156H/code/lists/Node.java:17
↓ 10 callers
Function
get_canvas_data
A general canvas API interface that will retrieve data (using HTTP GET) from the provided `path` (ex: `"courses/{course_id}/assignments"). Thi
scripts/codepost/canvas_utils.py:32
↓ 10 callers
Method
size
()
notes/1251-Spring2025/CSCE156/code/lists/MyIntegerArrayList.java:95
↓ 9 callers
Method
add
Adds the given element <code>x</code> to the end of this list. @param x
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayList.java:21
↓ 9 callers
Method
get
Returns the element at the given <code>index</code>.
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayList.java:50
↓ 9 callers
Method
getNext
()
notes/1231-Spring2023/156/code/lists/Node.java:13
↓ 9 callers
Method
getParent
()
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:15
↓ 9 callers
Method
hasRightChild
()
notes/1201-Spring2020/trees/TreeNode.java:52
↓ 8 callers
Method
compare
(Integer o1, Integer o2)
notes/1231-Spring2023/194/code/trees/Demo.java:18
↓ 8 callers
Method
getMass
()
notes/1231-Spring2023/156H/code/Isotope.java:65
↓ 8 callers
Method
getNext
()
notes/1231-Spring2023/194/code/lists/Node.java:13
↓ 8 callers
Method
getNext
()
notes/1201-Spring2020/lists/Node.java:21
↓ 8 callers
Method
getParent
()
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:15
↓ 8 callers
Method
getParent
()
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:15
↓ 8 callers
Method
getPersonId
()
notes/1231-Spring2023/156H/code/jdbc/Person.java:40
↓ 8 callers
Method
getRating
()
notes/1251-Spring2025/CSCE156/code/Book.java:56
↓ 8 callers
Method
initialize
()
notes/1231-Spring2023/156H/code/jdbc/ConnectionPool.java:27
↓ 8 callers
Method
push
Pushes (adds) the given element <code>x</code> to the top of the stack. Throws an {@link IllegalArgumentException} if the element is <code>null</code
notes/1231-Spring2023/156H/code/lists/Stack.java:28
↓ 8 callers
Method
retrieve
Returns the element at the given <code>index</code>. @param index @return
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayList.java:52
↓ 8 callers
Method
retrieve
Returns the element at the given <code>index</code>. @param index @return
notes/1251-Spring2025/ECEN156/code/lists/MyLinkedList.java:52
↓ 8 callers
Method
setNext
(Node<T> next)
notes/1231-Spring2023/156/code/lists/Node.java:17
↓ 8 callers
Method
setNext
(Node<T> next)
notes/1231-Spring2023/156H/code/lists/Node.java:21
↓ 7 callers
Method
add
Adds the given element <code>x</code> to the end of this list. @param x
notes/1251-Spring2025/CSCE156/code/lists/MyIntegerArrayList.java:26
↓ 7 callers
Method
addElementAtIndex
Adds the element x to the list at the given index, shifting elements down as necessary. @param x @param index
notes/1201-Spring2020/lists/MyArrayList.java:50
↓ 7 callers
Method
get
Returns the value stored at the given <code>index</code>. @param index @return
notes/1251-Spring2025/CSCE156/code/lists/MyIntegerArrayList.java:63
↓ 7 callers
Method
get
Returns the element at the given <code>index</code>.
notes/1251-Spring2025/CSCE156H/code/lists/MyLinkedList.java:71
↓ 7 callers
Method
getItem
()
notes/1251-Spring2025/ECEN156/code/lists/Node.java:26
↓ 7 callers
Method
hasLeftChild
()
notes/1201-Spring2020/trees/TreeNode.java:39
↓ 7 callers
Method
setNext
(Node<T> next)
notes/1251-Spring2025/ECEN156/code/lists/Node.java:22
↓ 7 callers
Method
setNext
(Node<T> next)
notes/1231-Spring2023/194/code/lists/Node.java:17
↓ 6 callers
Method
add
Adds the given element <code>x</code> to the end of this list. @param x
notes/1251-Spring2025/CSCE156/code/lists/MyAbstractList.java:12
↓ 6 callers
Method
add
Adds the given element <code>x</code> to the end of the list. @param x
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayList.java:20
↓ 6 callers
Method
get
(int index)
notes/1251-Spring2025/CSCE156/code/lists/MyLinkedList.java:63
↓ 6 callers
Method
getParent
()
notes/1201-Spring2020/trees/TreeNode.java:26
↓ 6 callers
Method
hasRightChild
()
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:39
↓ 6 callers
Method
hasRightChild
()
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:39
↓ 6 callers
Method
isEmpty
()
notes/1211-Spring2021/lists_code/Stack.java:18
↓ 6 callers
Method
is_close
Utility method to determine if two values are close (within the specified `tolerance` in absolute value). The arguments `a` and
assignments/1261-Spring2026/assignment00-files/test_flood_utils.py:13
↓ 6 callers
Method
loadPerson
Loads the person (defined by the given <code>personId</code> from the database along with all their emails. @param personId @return
notes/1251-Spring2025/CSCE156/code/DatabaseLoader.java:95
↓ 6 callers
Method
push
Pushes (adds) the given element <code>x</code> to the top of the stack. @param x
notes/1231-Spring2023/194/code/lists/MyStack.java:26
↓ 6 callers
Method
remove
Removes and returns the element at the given <code>index</code>. @param index
notes/1251-Spring2025/CSCE156H/code/lists/MyLinkedList.java:85
↓ 6 callers
Method
remove
Removes the given element from this BST if it exists. If no such element exists, it returns <code>false</code>. Returns <code>true</code> if it had an
notes/1231-Spring2023/156/code/trees/BinarySearchTree.java:101
↓ 6 callers
Method
size
Returns the current size of the list. @return
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayList.java:88
↓ 5 callers
Method
delete
Removes (and returns) the element at the given index. @param index
notes/1251-Spring2025/CSCE156/code/lists/MyIntegerArrayList.java:77
↓ 5 callers
Method
getItem
()
notes/1201-Spring2020/lists/Node.java:13
↓ 5 callers
Method
getNext
()
notes/1251-Spring2025/CSCE156/code/lists/Node.java:22
↓ 5 callers
Method
getNext
()
notes/1251-Spring2025/CSCE156H/code/lists/Node.java:18
↓ 5 callers
Method
getNext
()
notes/1211-Spring2021/lists_code/Node.java:12
↓ 5 callers
Method
getNext
()
notes/1211-Spring2021/lists_code/honors/Node.java:12
↓ 5 callers
Method
getNode
Returns the node at the given index @param i @return
notes/1231-Spring2023/194/code/lists/MyLinkedList.java:18
↓ 5 callers
Method
getNodeAtIndex
(int index)
notes/1231-Spring2023/156/code/lists/MyLinkedList.java:14
↓ 5 callers
Method
getSize
()
notes/1201-Spring2020/lists/MyLinkedList.java:103
↓ 5 callers
Method
getYears
()
notes/1231-Spring2023/194/code/Annuity.java:18
↓ 5 callers
Method
hasLeftChild
()
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:35
↓ 5 callers
Method
hasLeftChild
()
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:35
↓ 5 callers
Method
insert
Inserts the given element <code>x</code> to this list at the given <code>index</code>. @param x @param index
notes/1251-Spring2025/CSCE156H/code/lists/MyLinkedList.java:22
↓ 5 callers
Method
loadPerson
Loads data (including emails) for the given person (defined by <code>personId</code> and returns the result. If no such person exists in the database
notes/1251-Spring2025/ECEN156/code/DatabaseLoader.java:75
↓ 5 callers
Method
pop
()
notes/1211-Spring2021/lists_code/Stack.java:22
↓ 5 callers
Method
pop
Removes and returns the element at the top of this stack. @return
notes/1231-Spring2023/194/code/lists/MyStack.java:43
↓ 5 callers
Method
push
Adds the given element <code>x</code> to the top of this stack. @param x
notes/1231-Spring2023/156/code/lists/MyStack.java:38
↓ 5 callers
Method
setNext
(Node<T> next)
notes/1201-Spring2020/lists/Node.java:25
↓ 5 callers
Method
size
()
notes/1251-Spring2025/ECEN156/code/lists/MyQueue.java:23
↓ 4 callers
Method
add
Adds the given element <code>x</code> to the end of the list. @param x
notes/1251-Spring2025/CSCE156H/code/lists/MyAbstractList.java:12
next →
1–100 of 1,172, ranked by callers