MCPcopy Create free account

hub / github.com/cbourke/ComputerScienceII / functions

Functions1,172 in github.com/cbourke/ComputerScienceII

↓ 119 callersMethodget
Returns the value stored at the given <code>index</code>. @param index @return
notes/1251-Spring2025/CSCE156/code/lists/MyArrayList.java:53
↓ 69 callersMethodgetElement
(int index)
notes/1231-Spring2023/156H/code/lists/MyList.java:24
↓ 46 callersMethodadd
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 callersMethodnext
()
notes/1231-Spring2023/156/code/trees/BinaryTree.java:128
↓ 39 callersMethodgetConnection
()
notes/1231-Spring2023/156H/code/jdbc/ConnectionPool.java:43
↓ 31 callersMethodsetLeftChild
(TreeNode<T> leftChild)
notes/1201-Spring2020/trees/TreeNode.java:34
↓ 31 callersMethodsetRightChild
(TreeNode<T> rightChild)
notes/1201-Spring2020/trees/TreeNode.java:47
↓ 30 callersMethodadd
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 callersMethodsetParent
(TreeNode<T> parent)
notes/1201-Spring2020/trees/TreeNode.java:21
↓ 30 callersMethodsize
()
notes/1251-Spring2025/CSCE156/code/lists/Stack.java:21
↓ 27 callersMethodsetParent
(BinaryTreeNode<T> parent)
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:19
↓ 25 callersMethodsetParent
(BinaryTreeNode<T> parent)
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:19
↓ 25 callersMethodsetParent
(BinaryTreeNode<T> parent)
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:19
↓ 24 callersMethodadd
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 callersMethodisEmpty
()
notes/1231-Spring2023/194/code/lists/MyList.java:15
↓ 20 callersMethodgetLeftChild
()
notes/1201-Spring2020/trees/TreeNode.java:43
↓ 19 callersMethodaddEmail
(String email)
notes/1231-Spring2023/156/code/Person.java:40
↓ 19 callersMethodgetLeftChild
()
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:23
↓ 18 callersMethodadd
(T x)
notes/1231-Spring2023/156H/code/trees/BinarySearchTree.java:21
↓ 18 callersMethodgetRightChild
()
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:31
↓ 17 callersMethodgetRightChild
()
notes/1201-Spring2020/trees/TreeNode.java:56
↓ 16 callersMethodsetRightChild
(BinaryTreeNode<T> rightChild)
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:55
↓ 16 callersMethodsetRightChild
(BinaryTreeNode<T> rightChild)
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:51
↓ 16 callersMethodsetRightChild
(BinaryTreeNode<T> rightChild)
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:43
↓ 15 callersMethodgetLeftChild
()
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:23
↓ 15 callersMethodgetRightChild
()
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:31
↓ 15 callersMethodsize
()
notes/1251-Spring2025/CSCE156H/code/lists/Stack.java:22
↓ 14 callersMethodgetLeftChild
()
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:23
↓ 14 callersMethodgetRightChild
()
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:31
↓ 14 callersMethodpush
(T item)
notes/1211-Spring2021/lists_code/Stack.java:9
↓ 14 callersMethodsetLeftChild
(BinaryTreeNode<T> leftChild)
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:27
↓ 14 callersMethodsetLeftChild
(BinaryTreeNode<T> leftChild)
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:27
↓ 14 callersMethodsetLeftChild
(BinaryTreeNode<T> leftChild)
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:27
↓ 13 callersMethodgetValue
()
notes/1201-Spring2020/trees/TreeNode.java:64
↓ 10 callersMethodconvertFlow
TODO: documentation
assignments/1261-Spring2026/assignment00-files/FloodUtils.java:16
↓ 10 callersMethodfloodCapacity
TODO: documentation
assignments/1261-Spring2026/assignment00-files/FloodUtils.java:24
↓ 10 callersMethodgetNext
()
notes/1251-Spring2025/ECEN156/code/lists/Node.java:18
↓ 10 callersMethodgetNext
()
notes/1231-Spring2023/156H/code/lists/Node.java:17
↓ 10 callersFunctionget_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 callersMethodsize
()
notes/1251-Spring2025/CSCE156/code/lists/MyIntegerArrayList.java:95
↓ 9 callersMethodadd
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 callersMethodget
Returns the element at the given <code>index</code>.
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayList.java:50
↓ 9 callersMethodgetNext
()
notes/1231-Spring2023/156/code/lists/Node.java:13
↓ 9 callersMethodgetParent
()
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:15
↓ 9 callersMethodhasRightChild
()
notes/1201-Spring2020/trees/TreeNode.java:52
↓ 8 callersMethodcompare
(Integer o1, Integer o2)
notes/1231-Spring2023/194/code/trees/Demo.java:18
↓ 8 callersMethodgetMass
()
notes/1231-Spring2023/156H/code/Isotope.java:65
↓ 8 callersMethodgetNext
()
notes/1231-Spring2023/194/code/lists/Node.java:13
↓ 8 callersMethodgetNext
()
notes/1201-Spring2020/lists/Node.java:21
↓ 8 callersMethodgetParent
()
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:15
↓ 8 callersMethodgetParent
()
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:15
↓ 8 callersMethodgetPersonId
()
notes/1231-Spring2023/156H/code/jdbc/Person.java:40
↓ 8 callersMethodgetRating
()
notes/1251-Spring2025/CSCE156/code/Book.java:56
↓ 8 callersMethodinitialize
()
notes/1231-Spring2023/156H/code/jdbc/ConnectionPool.java:27
↓ 8 callersMethodpush
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 callersMethodretrieve
Returns the element at the given <code>index</code>. @param index @return
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayList.java:52
↓ 8 callersMethodretrieve
Returns the element at the given <code>index</code>. @param index @return
notes/1251-Spring2025/ECEN156/code/lists/MyLinkedList.java:52
↓ 8 callersMethodsetNext
(Node<T> next)
notes/1231-Spring2023/156/code/lists/Node.java:17
↓ 8 callersMethodsetNext
(Node<T> next)
notes/1231-Spring2023/156H/code/lists/Node.java:21
↓ 7 callersMethodadd
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 callersMethodaddElementAtIndex
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 callersMethodget
Returns the value stored at the given <code>index</code>. @param index @return
notes/1251-Spring2025/CSCE156/code/lists/MyIntegerArrayList.java:63
↓ 7 callersMethodget
Returns the element at the given <code>index</code>.
notes/1251-Spring2025/CSCE156H/code/lists/MyLinkedList.java:71
↓ 7 callersMethodgetItem
()
notes/1251-Spring2025/ECEN156/code/lists/Node.java:26
↓ 7 callersMethodhasLeftChild
()
notes/1201-Spring2020/trees/TreeNode.java:39
↓ 7 callersMethodsetNext
(Node<T> next)
notes/1251-Spring2025/ECEN156/code/lists/Node.java:22
↓ 7 callersMethodsetNext
(Node<T> next)
notes/1231-Spring2023/194/code/lists/Node.java:17
↓ 6 callersMethodadd
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 callersMethodadd
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 callersMethodget
(int index)
notes/1251-Spring2025/CSCE156/code/lists/MyLinkedList.java:63
↓ 6 callersMethodgetParent
()
notes/1201-Spring2020/trees/TreeNode.java:26
↓ 6 callersMethodhasRightChild
()
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:39
↓ 6 callersMethodhasRightChild
()
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:39
↓ 6 callersMethodisEmpty
()
notes/1211-Spring2021/lists_code/Stack.java:18
↓ 6 callersMethodis_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 callersMethodloadPerson
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 callersMethodpush
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 callersMethodremove
Removes and returns the element at the given <code>index</code>. @param index
notes/1251-Spring2025/CSCE156H/code/lists/MyLinkedList.java:85
↓ 6 callersMethodremove
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 callersMethodsize
Returns the current size of the list. @return
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayList.java:88
↓ 5 callersMethoddelete
Removes (and returns) the element at the given index. @param index
notes/1251-Spring2025/CSCE156/code/lists/MyIntegerArrayList.java:77
↓ 5 callersMethodgetItem
()
notes/1201-Spring2020/lists/Node.java:13
↓ 5 callersMethodgetNext
()
notes/1251-Spring2025/CSCE156/code/lists/Node.java:22
↓ 5 callersMethodgetNext
()
notes/1251-Spring2025/CSCE156H/code/lists/Node.java:18
↓ 5 callersMethodgetNext
()
notes/1211-Spring2021/lists_code/Node.java:12
↓ 5 callersMethodgetNext
()
notes/1211-Spring2021/lists_code/honors/Node.java:12
↓ 5 callersMethodgetNode
Returns the node at the given index @param i @return
notes/1231-Spring2023/194/code/lists/MyLinkedList.java:18
↓ 5 callersMethodgetNodeAtIndex
(int index)
notes/1231-Spring2023/156/code/lists/MyLinkedList.java:14
↓ 5 callersMethodgetSize
()
notes/1201-Spring2020/lists/MyLinkedList.java:103
↓ 5 callersMethodgetYears
()
notes/1231-Spring2023/194/code/Annuity.java:18
↓ 5 callersMethodhasLeftChild
()
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:35
↓ 5 callersMethodhasLeftChild
()
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:35
↓ 5 callersMethodinsert
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 callersMethodloadPerson
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 callersMethodpop
()
notes/1211-Spring2021/lists_code/Stack.java:22
↓ 5 callersMethodpop
Removes and returns the element at the top of this stack. @return
notes/1231-Spring2023/194/code/lists/MyStack.java:43
↓ 5 callersMethodpush
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 callersMethodsetNext
(Node<T> next)
notes/1201-Spring2020/lists/Node.java:25
↓ 5 callersMethodsize
()
notes/1251-Spring2025/ECEN156/code/lists/MyQueue.java:23
↓ 4 callersMethodadd
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