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
↓ 2 callers
Method
getYear
()
notes/1241-Spring2024/156/code/Book.java:41
↓ 2 callers
Function
get_assignment_id
Retrieves the codepost id (integer) of the given assignment (string)
scripts/codepost/codepost_utils.py:12
↓ 2 callers
Method
hasLeftChild
()
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:39
↓ 2 callers
Method
hasNext
()
notes/1231-Spring2023/156H/code/lists/Node.java:25
↓ 2 callers
Method
isEmpty
()
notes/1251-Spring2025/CSCE156/code/lists/Queue.java:28
↓ 2 callers
Method
isEmpty
()
notes/1251-Spring2025/ECEN156/code/lists/MyStack.java:31
↓ 2 callers
Method
isEmpty
()
notes/1251-Spring2025/CSCE156H/code/lists/Queue.java:28
↓ 2 callers
Method
isLeftChild
()
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:63
↓ 2 callers
Method
loadEmails
Loads the given person's emails from the database and adds them to the person object. @param p
notes/1251-Spring2025/ECEN156/code/DatabaseLoader.java:27
↓ 2 callers
Method
loadEmails
(Person p)
notes/1231-Spring2023/194/code/jdbc/DatabaseLoader.java:68
↓ 2 callers
Method
nodeSearch
Searches the BST for the given value, returns null upon an unsuccessful search. @param value @return
notes/1201-Spring2020/trees/BinarySearchTree.java:77
↓ 2 callers
Method
peek
()
notes/1211-Spring2021/lists_code/Stack.java:30
↓ 2 callers
Method
pop
()
notes/1251-Spring2025/ECEN156/code/lists/MyStack.java:20
↓ 2 callers
Method
pop
()
notes/1251-Spring2025/CSCE156H/code/lists/Stack.java:18
↓ 2 callers
Method
push
(T item)
notes/1251-Spring2025/ECEN156/code/lists/MyStack.java:16
↓ 2 callers
Method
randomPerson
()
notes/1231-Spring2023/156H/code/jdbc/LoadDemo.java:24
↓ 2 callers
Method
remove
Removes and returns the element at the given <code>index</code> @param index @return
notes/1251-Spring2025/ECEN156/code/lists/MyArrayList.java:51
↓ 2 callers
Method
remove
Removes and returns the element at the given <code>index</code>. @param index
notes/1251-Spring2025/CSCE156H/code/lists/MyIntegerArrayList.java:64
↓ 2 callers
Method
remove
Removes and returns the element at the given <code>index</code>. @param index
notes/1251-Spring2025/CSCE156H/code/lists/MyArrayList.java:54
↓ 2 callers
Method
removeFromStart
()
notes/1211-Spring2021/lists_code/MyLinkedList.java:75
↓ 2 callers
Method
savePerson
(Person p)
notes/1231-Spring2023/156H/code/jdbc/DataSaver.java:12
↓ 2 callers
Method
search
(T value)
notes/1201-Spring2020/trees/BinarySearchTree.java:97
↓ 2 callers
Method
shutdown
()
notes/1231-Spring2023/156H/code/jdbc/ConnectionPool.java:51
↓ 2 callers
Method
size
Returns the current size of this list. @return
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayList.java:146
↓ 2 callers
Method
toString
()
notes/1251-Spring2025/CSCE156/code/Book.java:72
↓ 2 callers
Method
toString
()
notes/1251-Spring2025/ECEN156/code/Book.java:71
↓ 2 callers
Method
toString
()
notes/1251-Spring2025/CSCE156H/code/Book.java:74
↓ 2 callers
Method
toString
()
notes/1231-Spring2023/156/code/lists/MyArrayList.java:104
↓ 2 callers
Method
toString
()
notes/1231-Spring2023/194/code/jdbc/entities/Person.java:59
↓ 2 callers
Method
toString
()
notes/1201-Spring2020/trees/BinaryTree.java:182
↓ 2 callers
Method
toTikz
(BinarySearchTree<T> bst)
notes/1231-Spring2023/156/code/trees/TreeUtils.java:129
↓ 2 callers
Method
toTikz
(BinarySearchTree<T> bst)
notes/1231-Spring2023/156H/code/trees/TreeUtils.java:128
↓ 1 callers
Method
addElementAtIndex
(T x, int index)
notes/1211-Spring2021/lists_code/MyLinkedList.java:47
↓ 1 callers
Method
addElementAtIndex
(T x, int index)
notes/1211-Spring2021/lists_code/honors/MyLinkedList.java:46
↓ 1 callers
Method
addElementAtIndex
Adds the given element <code>x</code> at the given <code>index</code>, automatically shifting stuff down. @param x @param index
notes/1231-Spring2023/156H/code/lists/MyStringArrayList.java:32
↓ 1 callers
Method
addElementAtIndex
Adds the given element <code>x</code> at the given <code>index</code>, automatically shifting stuff down. @param x @param index
notes/1231-Spring2023/156H/code/lists/MyIntegerArrayList.java:32
↓ 1 callers
Method
addElementAtIndex
Adds the given element <code>x</code> at the given <code>index</code>, automatically shifting stuff down. @param x @param index
notes/1231-Spring2023/156H/code/lists/MyArrayList.java:32
↓ 1 callers
Method
addElementToEnd
Adds the given element x to the end of the list @param x
notes/1201-Spring2020/lists/MyArrayList.java:31
↓ 1 callers
Method
addElementToStart
(T x)
notes/1231-Spring2023/156/code/lists/MyLinkedList.java:45
↓ 1 callers
Method
addElementToStart
Adds the given element x to the start of the list, shifting other elements down as necessary @param x
notes/1201-Spring2020/lists/MyArrayList.java:40
↓ 1 callers
Method
addNewDirector
(String firstName, String lastName)
notes/1201-Spring2020/H/jdbc/Director.java:46
↓ 1 callers
Method
addToEnd
(T x)
notes/1211-Spring2021/lists_code/MyList.java:53
↓ 1 callers
Method
addToStart
(T x)
notes/1211-Spring2021/lists_code/MyLinkedList.java:68
↓ 1 callers
Method
addToStart
(T x)
notes/1211-Spring2021/lists_code/MyList.java:57
↓ 1 callers
Method
addToStart
(T x)
notes/1211-Spring2021/lists_code/honors/MyLinkedList.java:65
↓ 1 callers
Method
addToStart
(T x)
notes/1211-Spring2021/lists_code/honors/MyList.java:57
↓ 1 callers
Method
assignment_to_csv
Given an assignment (a mapping of `Person` objects to a list of `Person` objects) as generated by `get_assignment()``, this f
scripts/codepost/course.py:151
↓ 1 callers
Method
assignment_to_string
Given an assignment (a mapping of Person objects to a list of Person objects) as generated by getAssignment(), this function
scripts/codepost/course.py:126
↓ 1 callers
Method
compare
(Book a, Book b)
notes/1251-Spring2025/CSCE156/code/Demo.java:61
↓ 1 callers
Method
compareTo
(Person that)
notes/1241-Spring2024/156/code/Person.java:59
↓ 1 callers
Method
compareTo
(Person that)
notes/1231-Spring2023/156/code/Person.java:49
↓ 1 callers
Method
compareTo
(Person that)
notes/1231-Spring2023/156H/code/jdbc/Person.java:69
↓ 1 callers
Method
compareTo
(Person that)
notes/1231-Spring2023/194/code/Person.java:53
↓ 1 callers
Method
decay
TODO @param mass @param year @param halfLife @return
notes/1231-Spring2023/156/code/IsotopeDemo.java:19
↓ 1 callers
Method
decay
TODO @param mass @param year @param halfLife @return
notes/1231-Spring2023/156H/code/IsotopeDemo.java:19
↓ 1 callers
Method
decay
(double mass, int year, double halfLife)
notes/1231-Spring2023/194/code/IsotopeOriginal.java:5
↓ 1 callers
Method
delete
Attempts to remove the node in the BST with the given value. If removal results in a change of the tree, true is returned. If no effect, false. @par
notes/1201-Spring2020/trees/BinarySearchTree.java:23
↓ 1 callers
Method
deleteNode
(BinaryTreeNode<T> u)
notes/1231-Spring2023/156/code/trees/BinarySearchTree.java:113
↓ 1 callers
Method
deleteNode
(BinaryTreeNode<T> u)
notes/1231-Spring2023/156H/code/trees/BinarySearchTree.java:133
↓ 1 callers
Method
deleteNode
(BinaryTreeNode<T> u)
notes/1231-Spring2023/194/code/trees/BinarySearchTree.java:115
↓ 1 callers
Method
dequeue
()
notes/1251-Spring2025/ECEN156/code/lists/MyQueue.java:19
↓ 1 callers
Method
dequeue
()
notes/1231-Spring2023/156H/code/lists/PriorityQueue.java:24
↓ 1 callers
Method
enqueue
(T item)
notes/1251-Spring2025/CSCE156/code/lists/Queue.java:13
↓ 1 callers
Method
enqueue
(T item)
notes/1251-Spring2025/ECEN156/code/lists/MyQueue.java:15
↓ 1 callers
Method
enqueue
(T item)
notes/1251-Spring2025/CSCE156H/code/lists/Queue.java:13
↓ 1 callers
Method
enqueue
(T x, int priority)
notes/1231-Spring2023/156H/code/lists/PriorityQueue.java:13
↓ 1 callers
Function
extract_archive_files
Extracts files from the given archive file (.tar, .zip), returning a map: { (fullPath,file_name,extension) => fileContents } of all o
scripts/codepost/file_utils.py:65
↓ 1 callers
Method
getAddress
()
notes/1201-Spring2020/H/oop/Airport.java:69
↓ 1 callers
Method
getAddress
()
notes/1201-Spring2020/oop/Airport.java:78
↓ 1 callers
Method
getAge
Returns the age of this book in years @return
notes/1231-Spring2023/156/code/Book.java:61
↓ 1 callers
Method
getAgeInYears
()
notes/1241-Spring2024/194/code/Book.java:42
↓ 1 callers
Method
getAirDistance
Computes the air distance between two latitude/longitude locations on the Earth using the <a href="https://en.wikipedia.org/wiki/Spherical_law_of_cosi
notes/1201-Spring2020/H/oop/DistanceUtils.java:37
↓ 1 callers
Method
getAirDistance
This method computes the air distance between the given airport and this airport using the Spherical Law of Cosines (for more information see <a href=
notes/1201-Spring2020/oop/Airport.java:89
↓ 1 callers
Method
getAirDistance
This method computes the air distance between the given latitude/longitude and the destination latitude/longitude using the Spherical Law of Cosines (
notes/1201-Spring2020/oop/DistanceUtils.java:31
↓ 1 callers
Method
getAllDirectors
()
notes/1201-Spring2020/sql/Director.java:44
↓ 1 callers
Method
getAuthor
()
notes/1251-Spring2025/CSCE156/code/Book.java:48
↓ 1 callers
Method
getAuthor
()
notes/1251-Spring2025/ECEN156/code/Book.java:47
↓ 1 callers
Method
getAuthor
()
notes/1251-Spring2025/CSCE156H/code/Book.java:50
↓ 1 callers
Method
getCity
()
notes/1201-Spring2020/H/oop/Address.java:22
↓ 1 callers
Method
getCity
()
notes/1201-Spring2020/oop/Address.java:14
↓ 1 callers
Method
getDateOfBirth
()
notes/1241-Spring2024/156/code/Person.java:15
↓ 1 callers
Method
getDateOfBirth
()
notes/1241-Spring2024/194/code/jdbc/Person.java:68
↓ 1 callers
Method
getDateOfBirth
()
notes/1231-Spring2023/156/code/Person.java:36
↓ 1 callers
Method
getDateOfBirth
()
notes/1231-Spring2023/194/code/jdbc/entities/Person.java:43
↓ 1 callers
Method
getDepth
(TreeNode<T> node)
notes/1201-Spring2020/trees/BinaryTree.java:207
↓ 1 callers
Method
getDirectorId
()
notes/1201-Spring2020/sql/Director.java:25
↓ 1 callers
Method
getElementAtIndex
(int index)
notes/1201-Spring2020/lists/MyArrayList.java:20
↓ 1 callers
Method
getElementAtIndex
(int index)
notes/1201-Spring2020/lists/MyLinkedList.java:16
↓ 1 callers
Method
getEmails
()
notes/1241-Spring2024/156/code/jdbc/Person.java:87
↓ 1 callers
Method
getEmails
()
notes/1231-Spring2023/194/code/jdbc/entities/Person.java:47
↓ 1 callers
Method
getFirstName
()
notes/1251-Spring2025/CSCE156/code/Person.java:16
↓ 1 callers
Method
getFirstName
()
notes/1251-Spring2025/ECEN156/code/Person.java:16
↓ 1 callers
Method
getFirstName
()
notes/1251-Spring2025/CSCE156H/code/Person.java:19
↓ 1 callers
Method
getFirstName
()
notes/1241-Spring2024/156/code/jdbc/Person.java:71
↓ 1 callers
Method
getFirstName
()
notes/1241-Spring2024/156H/code/Person.java:71
↓ 1 callers
Method
getFirstName
()
notes/1241-Spring2024/194/code/jdbc/Person.java:64
↓ 1 callers
Method
getFirstName
()
notes/1231-Spring2023/156/code/Person.java:28
↓ 1 callers
Method
getFirstName
()
notes/1231-Spring2023/194/code/jdbc/entities/Person.java:35
↓ 1 callers
Method
getLastName
()
notes/1251-Spring2025/CSCE156/code/Person.java:20
↓ 1 callers
Method
getLastName
()
notes/1251-Spring2025/ECEN156/code/Person.java:20
← previous
next →
201–300 of 1,172, ranked by callers