Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Berkeley-CS61B/skeleton-sp23
/ functions
Functions
684 in github.com/Berkeley-CS61B/skeleton-sp23
⨍
Functions
684
◇
Types & classes
147
Method
main
(String[] args)
lab02/src/adventure/AdventureGame.java:94
Method
main
(String[] args)
proj3/byow/Core/Main.java:8
Method
main
(String[] args)
proj3/byow/InputDemo/DemoInputSource.java:13
Method
main
Requests user input and performs tests of three different set implementations. ARGS is unused.
lab07/tests/InsertInOrderSpeedTest.java:19
Method
main
Requests user input and performs tests of three different set implementations. ARGS is unused.
lab07/tests/InsertRandomSpeedTest.java:15
Method
main
(String[] args)
lab05/src/puzzle/Puzzle.java:72
Method
main
(String[] args)
proj0/src/aoa/AoAGame.java:12
Method
main
(String[] args)
proj0/src/aoa/guessers/NaiveLetterFreqGuesser.java:34
Method
main
(String[] args)
proj0/src/aoa/guessers/PAGALetterFreqGuesser.java:22
Method
main
(String[] args)
proj0/src/aoa/guessers/PatternAwareLetterFreqGuesser.java:22
Method
main
(String[] args)
lab12/src/knightworld/KnightWorld.java:25
Method
main
(String[] args)
lab12/src/knightworld/BoringWorldDemo.java:15
Method
main
(String[] args)
lab12/src/knightworld/RandomWorldDemo.java:48
Method
main
(String[] args)
lab03/src/adventure/AdventureGame.java:94
Method
main
(String[] args)
lab03/src/timing/Experiments.java:79
Method
main
(String[] args)
proj1c/src/gh2/TTFAF.java:15
Method
main
(String[] args)
proj1c/src/gh2/GuitarHeroLite.java:13
Method
make
(int N)
hw2/src/PercolationFactory.java:2
Method
nextStagePrompt
()
lab02/src/adventure/FillerStage.java:37
Method
nextStagePrompt
()
lab02/src/adventure/AdventureStage.java:7
Method
nextStagePrompt
()
lab02/src/adventure/MachineStage.java:22
Method
nextStagePrompt
()
lab02/src/adventure/SpeciesListStage.java:31
Method
nextStagePrompt
()
lab02/src/adventure/BeeCountingStage.java:67
Method
nextStagePrompt
()
lab02/src/adventure/PalindromeStage.java:59
Method
nextStagePrompt
()
lab03/src/adventure/FillerStage.java:37
Method
nextStagePrompt
()
lab03/src/adventure/MachineStage.java:22
Method
nextStagePrompt
()
lab03/src/adventure/SpeciesListStage.java:31
Method
nextStagePrompt
()
lab03/src/adventure/BeeCountingStage.java:69
Method
nextStagePrompt
()
lab03/src/adventure/PalindromeStage.java:54
Method
numberOfOpenSites
()
hw2/src/Percolation.java:25
Method
pareto
Returns a random real number from the standard Pareto distribution. @return a random real number from the standard Pareto distribution
lab13/src/byowTools/RandomUtils.java:216
Method
pareto
Returns a random real number from the standard Pareto distribution. @return a random real number from the standard Pareto distribution
proj3/byow/Core/RandomUtils.java:216
Method
percolates
()
hw2/src/Percolation.java:30
Method
permutation
Returns a uniformly random permutation of <em>n</em> elements. @param n number of elements @return an array of length {@code n} that is a uniformly r
lab13/src/byowTools/RandomUtils.java:487
Method
permutation
Returns a uniformly random permutation of <em>n</em> elements. @param n number of elements @return an array of length {@code n} that is a uniformly r
proj3/byow/Core/RandomUtils.java:487
Method
playStage
Plays stage. Filler stages do nothing, but display their prompt, so this does nothing.
lab02/src/adventure/FillerStage.java:34
Method
playStage
()
lab02/src/adventure/AdventureStage.java:6
Method
playStage
()
lab02/src/adventure/MachineStage.java:27
Method
playStage
()
lab02/src/adventure/SpeciesListStage.java:37
Method
playStage
Gives prompt for number of bees and prints out 3 sets of bees that the user counts and inputs If wrong answer is given for number of bees, repeat with
lab02/src/adventure/BeeCountingStage.java:26
Method
playStage
()
lab02/src/adventure/PalindromeStage.java:27
Method
playStage
Plays stage. Filler stages do nothing, but display their prompt, so this does nothing.
lab03/src/adventure/FillerStage.java:34
Method
playStage
()
lab03/src/adventure/MachineStage.java:27
Method
playStage
()
lab03/src/adventure/SpeciesListStage.java:37
Method
playStage
Gives prompt for number of bees and prints out 3 sets of bees that the user counts and inputs If wrong answer is given for number of bees, repeat with
lab03/src/adventure/BeeCountingStage.java:28
Method
playStage
()
lab03/src/adventure/PalindromeStage.java:27
Method
poisson
Returns a random integer from a Poisson distribution with mean λ. @param lambda the mean of the Poisson distribution @return a random integer
lab13/src/byowTools/RandomUtils.java:192
Method
poisson
Returns a random integer from a Poisson distribution with mean λ. @param lambda the mean of the Poisson distribution @return a random integer
proj3/byow/Core/RandomUtils.java:192
Method
possibleNextInput
()
proj3/byow/InputDemo/KeyboardInputSource.java:26
Method
possibleNextInput
()
proj3/byow/InputDemo/RandomInputSource.java:22
Method
possibleNextInput
()
proj3/byow/InputDemo/StringInputDevice.java:21
Method
provideArguments
(ExtensionContext context)
proj0/tests/helpers/FileSourceProvider.java:32
Method
put
Inserts the key-value pair of KEY and VALUE into this map, replacing the previous value associated to KEY, if any.
lab08/src/hashmap/ULLMap.java:43
Method
put
Associates the specified value with the specified key in this map. If the map already contains the specified key, replaces the key's mapping with th
lab08/src/hashmap/Map61B.java:15
Method
put
Inserts the key-value pair of KEY and VALUE into this dictionary, replacing the previous value associated to KEY, if any.
lab07/src/ULLMap.java:38
Function
ra
()
proj2a/static/jquery.min.js:2
Method
readWords
(String filename)
proj0/tests/aoa/utils/FileUtils.java:9
Method
readWordsOfLength
(String filename, int length)
proj0/src/aoa/utils/FileUtils.java:18
Method
remove
(K key)
lab08/src/hashmap/ULLMap.java:148
Method
remove
Removes the mapping for the specified key from this map if present, or null if there is no such mapping. Not required for Lab 8. If you don't implemen
lab08/src/hashmap/Map61B.java:39
Method
remove
(K key)
lab07/src/ULLMap.java:129
Method
removeFirst
Remove and return the element at the front of the deque, if it exists. @return removed element, otherwise {@code null}.
proj1b/src/Deque.java:49
Method
removeFirst
Remove and return the element at the front of the deque, if it exists. @return removed element, otherwise {@code null}.
proj1a/src/Deque.java:49
Method
removeFirst
Remove and return the element at the front of the deque, if it exists. @return removed element, otherwise {@code null}.
proj1c/src/deque/Deque.java:51
Method
removeLast
Remove and return the element at the back of the deque, if it exists. @return removed element, otherwise {@code null}.
proj1b/src/Deque.java:56
Method
removeLast
Remove and return the element at the back of the deque, if it exists. @return removed element, otherwise {@code null}.
proj1a/src/Deque.java:56
Method
removeLast
Deletes item from back of the list and returns deleted item.
lab03/src/timing/AList.java:60
Method
removeLast
Remove and return the element at the back of the deque, if it exists. @return removed element, otherwise {@code null}.
proj1c/src/deque/Deque.java:58
Method
renderFrame
Takes in a 2d array of TETile objects and renders the 2d array to the screen, starting from xOffset and yOffset. If the array is an NxM array, then t
lab13/src/byowTools/TileEngine/TERenderer.java:86
Method
renderFrame
Takes in a 2d array of TETile objects and renders the 2d array to the screen, starting from xOffset and yOffset. If the array is an NxM array, then t
proj3/byow/TileEngine/TERenderer.java:86
Method
resizeTest
(Class<? extends Collection> bucketType)
lab08/tests/hashmap/TestMyHashMapBuckets.java:81
Method
resolveParameter
(ParameterContext parameterContext, ExtensionContext extensionContext)
lab02/tests/helpers/CaptureSystemOutput.java:75
Method
resolveParameter
(ParameterContext parameterContext, ExtensionContext extensionContext)
proj0/tests/helpers/CaptureSystemOutput.java:75
Method
resolveParameter
(ParameterContext parameterContext, ExtensionContext extensionContext)
lab03/tests/helpers/CaptureSystemOutput.java:75
Method
reverseList
Returns a new IntList with the contents of the original IntList in reverse order.
lab02/src/adventure/PalindromeStage.java:70
Method
sanityClearTest
(Class<? extends Collection> bucketType)
lab08/tests/hashmap/TestMyHashMapBuckets.java:38
Method
sanityClearTest
()
lab07/tests/TestBSTMap.java:22
Method
sanityContainsKeyTest
()
lab07/tests/TestBSTMap.java:41
Method
sanityGenericsTest
(Class<? extends Collection> bucketType)
lab08/tests/hashmap/TestMyHashMapBuckets.java:28
Method
sanityGenericsTest
()
lab07/tests/TestBSTMap.java:9
Method
sanityGetTest
(Class<? extends Collection> bucketType)
lab08/tests/hashmap/TestMyHashMapBuckets.java:52
Method
sanityGetTest
()
lab07/tests/TestBSTMap.java:50
Method
sanityKeySetTest
()
lab08/tests/hashmap/TestMyHashMapExtra.java:58
Method
sanityKeySetTest
()
lab07/tests/TestBSTMapExtra.java:14
Method
sanityPutTest
(Class<? extends Collection> bucketType)
lab08/tests/hashmap/TestMyHashMapBuckets.java:66
Method
sanityPutTest
()
lab07/tests/TestBSTMap.java:78
Method
sanitySizeTest
(Class<? extends Collection> bucketType)
lab08/tests/hashmap/TestMyHashMapBuckets.java:59
Method
sanitySizeTest
()
lab07/tests/TestBSTMap.java:65
Method
setSeed
Sets random seed to L so that results of randomString are predictable.
lab08/tests/speed/StringUtils.java:17
Method
size
Returns the size of the deque. Does not alter the deque. @return the number of items in the deque.
proj1b/src/Deque.java:42
Method
size
Returns the size of the deque. Does not alter the deque. @return the number of items in the deque.
proj1a/src/Deque.java:42
Method
size
()
lab08/src/hashmap/ULLMap.java:27
Method
size
Returns the number of key-value mappings in this map.
lab08/src/hashmap/Map61B.java:26
Method
size
()
lab07/src/ULLMap.java:24
Method
size
Returns the size of the list.
lab03/src/timing/SLList.java:71
Method
size
Returns the number of items in the list.
lab03/src/timing/AList.java:54
Method
solicitNCharsInput
(int n)
lab13/src/MemoryGame/MemoryGame.java:95
Method
supportsParameter
(ParameterContext parameterContext, ExtensionContext extensionContext)
lab02/tests/helpers/CaptureSystemOutput.java:68
Method
supportsParameter
(ParameterContext parameterContext, ExtensionContext extensionContext)
proj0/tests/helpers/CaptureSystemOutput.java:68
Method
supportsParameter
(ParameterContext parameterContext, ExtensionContext extensionContext)
lab03/tests/helpers/CaptureSystemOutput.java:68
← previous
next →
501–600 of 684, ranked by callers