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
↓ 3 callers
Method
play
()
proj1c/src/gh2/GuitarPlayer.java:61
↓ 3 callers
Method
printInfoOnStackOverflow
To be called after catching a StackOverflowError Prints the error with corresponding N and L
lab07/tests/InsertInOrderSpeedTest.java:132
↓ 3 callers
Method
printInfoOnStackOverflow
To be called after catching a StackOverflowError Prints the error with corresponding N and L
lab07/tests/InsertRandomSpeedTest.java:146
↓ 3 callers
Function
qa
(a)
proj2a/static/jquery.min.js:2
↓ 3 callers
Method
randomString
Returns the next random string of length LENGTH.
lab08/tests/speed/StringUtils.java:22
↓ 3 callers
Method
randomString
Returns the next random string of length LENGTH.
lab07/tests/StringUtils.java:20
↓ 3 callers
Method
readAllLines
Read all lines of a file into a string list, trimming whitespace.
lab05/tests/puzzle/PuzzleTest.java:41
↓ 3 callers
Method
readWords
(String filename)
proj0/src/aoa/utils/FileUtils.java:9
↓ 3 callers
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
lab12/src/tileengine/TERenderer.java:86
↓ 3 callers
Method
shuffle
Rearranges the elements of the specified array in uniformly random order. @param a the array to shuffle @throws IllegalArgumentException if {@code a}
lab13/src/byowTools/RandomUtils.java:354
↓ 3 callers
Method
sizeOfBackingArray
Returns the length of the backing array of the given map. Be sure that you only use one instance variable to hold the buckets, otherwise this will n
lab08/tests/hashmap/TestMyHashMap.java:203
↓ 3 callers
Method
toString
Converts the given 2D array to a String. Handy for debugging. Note that since y = 0 is actually the bottom of your world when drawn using the tile ren
proj3/byow/TileEngine/TETile.java:155
↓ 3 callers
Function
ua
(a)
proj2a/static/jquery.min.js:2
↓ 3 callers
Function
va
(a,b,c)
proj2a/static/jquery.min.js:2
↓ 3 callers
Method
validateSubarrayIndices
(int lo, int hi, int length)
lab13/src/byowTools/RandomUtils.java:540
↓ 3 callers
Method
validateSubarrayIndices
(int lo, int hi, int length)
proj3/byow/Core/RandomUtils.java:540
↓ 3 callers
Function
w
(a)
proj2a/static/jquery.min.js:2
↓ 3 callers
Method
waitForPositiveInt
Waits for the user on other side of Scanner to enter a positive int, and outputs that int
lab07/tests/InsertRandomSpeedTest.java:129
↓ 3 callers
Function
z
(a,b)
proj2a/static/jquery.min.js:2
↓ 2 callers
Function
Ca
(a,b)
proj2a/static/jquery.min.js:3
↓ 2 callers
Function
Fa
(a,b)
proj2a/static/jquery.min.js:3
↓ 2 callers
Function
Ia
(a,b,c)
proj2a/static/jquery.min.js:3
↓ 2 callers
Function
J
(a,b)
proj2a/static/jquery.min.js:2
↓ 2 callers
Function
Jb
(a)
proj2a/static/jquery.min.js:4
↓ 2 callers
Function
Kb
(a,b,c,d)
proj2a/static/jquery.min.js:4
↓ 2 callers
Function
Na
(a,b)
proj2a/static/jquery.min.js:3
↓ 2 callers
Function
O
(a,b,c)
proj2a/static/jquery.min.js:2
↓ 2 callers
Function
Sb
(a)
proj2a/static/jquery.min.js:4
↓ 2 callers
Function
Ta
(a)
proj2a/static/jquery.min.js:3
↓ 2 callers
Function
Va
(a,b,c,d,e)
proj2a/static/jquery.min.js:3
↓ 2 callers
Function
Wa
(a,b,c)
proj2a/static/jquery.min.js:3
↓ 2 callers
Function
Z
(a,b,c)
proj2a/static/jquery.min.js:3
↓ 2 callers
Method
averageUsPerOp
(TimingData td)
lab03/tests/timing/TimingExperimentTest.java:13
↓ 2 callers
Function
bb
()
proj2a/static/jquery.min.js:3
↓ 2 callers
Function
ca
(a,b)
proj2a/static/jquery.min.js:2
↓ 2 callers
Method
character
Character representation of the tile. Used for drawing in text mode. @return character representation
lab13/src/byowTools/TileEngine/TETile.java:104
↓ 2 callers
Method
character
Character representation of the tile. Used for drawing in text mode. @return character representation
proj3/byow/TileEngine/TETile.java:104
↓ 2 callers
Method
character
Character representation of the tile. Used for drawing in text mode. @return character representation
lab12/src/tileengine/TETile.java:103
↓ 2 callers
Method
common
Returns a list containing the common item of the two given lists
hw0b/src/ListExercises.java:16
↓ 2 callers
Method
compareOutputToExpected
(Class<?> clazz, CaptureSystemOutput.OutputCapture capture)
lab03/tests/adventure/AdventureGameTests.java:42
↓ 2 callers
Method
containsKeyTest
(MyHashMap<String, Integer> b)
lab08/tests/hashmap/TestMyHashMap.java:68
↓ 2 callers
Method
countOccurrencesOfC
Returns the number of occurrences of the given character in a list of strings.
hw0b/src/ListExercises.java:22
↓ 2 callers
Function
da
()
proj2a/static/jquery.min.js:2
↓ 2 callers
Method
drawFrame
(String s)
lab13/src/MemoryGame/MemoryGame.java:64
↓ 2 callers
Method
edgeCasesTest
This test uses an unusual hash function and equals method to capture some strange edge case behavior with collisions. If you're stuck on this test, u
lab08/tests/hashmap/TestMyHashMap.java:242
↓ 2 callers
Method
encodeChartAsString
(XYChart chart)
proj2a/ngordnet/plotting/Plotter.java:37
↓ 2 callers
Method
equals
(Object o)
lab08/tests/hashmap/TestMyHashMap.java:310
↓ 2 callers
Method
equals
(Object other)
lab03/src/common/IntList.java:39
↓ 2 callers
Method
estComplexity
(List<Integer> inputs, List<Double> times)
lab03/tests/timing/Helpers.java:85
↓ 2 callers
Method
flush
()
lab02/tests/helpers/CaptureSystemOutput.java:184
↓ 2 callers
Method
flush
()
proj0/tests/helpers/CaptureSystemOutput.java:184
↓ 2 callers
Method
flush
()
lab03/tests/helpers/CaptureSystemOutput.java:184
↓ 2 callers
Method
functionalityTest
(MyHashMap<String, String> dictionary, MyHashMap<String, Integer> stu
lab08/tests/hashmap/TestMyHashMap.java:131
↓ 2 callers
Method
generateTimeSeriesChart
(List<String> words, List<TimeSeries> lts)
proj2a/ngordnet/plotting/Plotter.java:17
↓ 2 callers
Method
getOriginal
()
lab02/tests/helpers/CaptureSystemOutput.java:162
↓ 2 callers
Method
getOriginal
()
proj0/tests/helpers/CaptureSystemOutput.java:162
↓ 2 callers
Method
getOriginal
()
lab03/tests/helpers/CaptureSystemOutput.java:162
↓ 2 callers
Method
getWord
()
proj0/src/aoa/choosers/Chooser.java:10
↓ 2 callers
Method
handleStage
runs the stage and its puzzles.
lab03/src/adventure/AdventureGame.java:30
↓ 2 callers
Method
insertInOrder
Returns time needed to put N strings into a hashmap.Map61B in increasing order. makes use of speed.StringUtils.nextString(String s)
lab08/tests/speed/InsertInOrderSpeedTest.java:55
↓ 2 callers
Method
insertRandom
Returns time needed to put N random strings of length L into the hashmap.Map61B 61bMap.
lab08/tests/speed/InsertRandomSpeedTest.java:55
↓ 2 callers
Method
isNode
This method checks whether a given class is a linked node or not. @param clazz the class you want to check @param doublyLinked whether or not
proj1a/tests/NodeChecker.java:19
↓ 2 callers
Method
loadAnswer
Loads an answer from the given file. Note: Scanner behaves very similarly to the In class.
lab05/src/puzzle/Puzzle.java:40
↓ 2 callers
Method
next
()
lab08/src/hashmap/ULLMap.java:135
↓ 2 callers
Method
nextStagePrompt
()
lab03/src/adventure/AdventureStage.java:7
↓ 2 callers
Method
nextString
Returns the string that comes right after S in alphabetical order. For example, if s is 'potato', this method will return 'potatp'. If the last charac
lab08/tests/speed/StringUtils.java:45
↓ 2 callers
Function
p
(a,b)
proj2a/static/jquery.min.js:2
↓ 2 callers
Method
play
driving function of game. Plays until the current stage has no responses, then ends.
lab02/src/adventure/AdventureGame.java:74
↓ 2 callers
Method
play
driving function of game. Plays until the current stage has no responses, then ends.
lab03/src/adventure/AdventureGame.java:74
↓ 2 callers
Method
playGame
(Chooser chooser, Guesser guesser, int maxGuesses)
proj0/src/aoa/AoAGame.java:64
↓ 2 callers
Method
playStage
()
lab03/src/adventure/AdventureStage.java:6
↓ 2 callers
Method
print
()
lab03/src/common/IntList.java:54
↓ 2 callers
Method
printInfoOnStackOverflow
To be called after catching a StackOverflowError Prints the error with corresponding N and L
lab08/tests/speed/InsertInOrderSpeedTest.java:116
↓ 2 callers
Method
printInfoOnStackOverflow
To be called after catching a StackOverflowError Prints the error with corresponding N and L
lab08/tests/speed/InsertRandomSpeedTest.java:133
↓ 2 callers
Method
puzzle
()
lab05/src/puzzle/Puzzle.java:20
↓ 2 callers
Method
readAllLines
Read all lines of a file into a string list, trimming whitespace.
lab05/tests/conflict/ConflictTest.java:52
↓ 2 callers
Method
readWordsOfLength
(String filename, int length)
proj0/tests/aoa/utils/FileUtils.java:18
↓ 2 callers
Method
register
(String URL, NgordnetQueryHandler nqh)
proj2a/ngordnet/browser/NgordnetServer.java:9
↓ 2 callers
Method
runTestGame
( Class<? extends Chooser> clazz, int wordLength, int maxWrongGuesses,
proj0/tests/aoa/choosers/ChooserHelpers.java:13
↓ 2 callers
Method
runUntilStage
Runs the adventure game until the given stage with the given input and answer files, and asserts with the given assertion message that they match.
lab02/tests/adventure/AdventureGameTests.java:53
↓ 2 callers
Method
sanityClearTest
(MyHashMap<String, Integer> b)
lab08/tests/hashmap/TestMyHashMap.java:45
↓ 2 callers
Method
sanityGetTest
(MyHashMap<String, Integer> b)
lab08/tests/hashmap/TestMyHashMap.java:85
↓ 2 callers
Method
sanityPutTest
(MyHashMap<String, Integer> b)
lab08/tests/hashmap/TestMyHashMap.java:118
↓ 2 callers
Method
sanitySizeTest
(MyHashMap<String, Integer> b)
lab08/tests/hashmap/TestMyHashMap.java:101
↓ 2 callers
Method
sliceTextFileUntil
Returns the text file sliced until the given line.
lab02/tests/adventure/AdventureGameTests.java:74
↓ 2 callers
Method
sum
Returns the total sum in a list of integers
hw0b/src/ListExercises.java:6
↓ 2 callers
Method
timeInOrderMap61B
Attempts to insert N in-order strings of length L into map, Prints time of the N insert calls, otherwise Prints a nice message about the error
lab08/tests/speed/InsertInOrderSpeedTest.java:83
↓ 2 callers
Method
timeInOrderMap61B
Attempts to insert N in-order strings of length L into map, Prints time of the N insert calls, otherwise Prints a nice message about the error
lab07/tests/InsertInOrderSpeedTest.java:83
↓ 2 callers
Method
timeRandomMap61B
Attempts to insert N random strings of length L into map, Prints time of the N insert calls, otherwise Prints a nice message about the error
lab08/tests/speed/InsertRandomSpeedTest.java:84
↓ 2 callers
Method
timeRandomMap61B
Attempts to insert N random strings of length L into map, Prints time of the N insert calls, otherwise Prints a nice message about the error
lab07/tests/InsertRandomSpeedTest.java:81
↓ 2 callers
Method
toString
()
lab08/src/hashmap/MyHashMapFactory.java:30
↓ 2 callers
Method
toString
Return all captured output to {@code System.out} and {@code System.err} as a single string.
lab02/tests/helpers/CaptureSystemOutput.java:145
↓ 2 callers
Method
toString
Return all captured output to {@code System.out} and {@code System.err} as a single string.
proj0/tests/helpers/CaptureSystemOutput.java:145
↓ 2 callers
Method
weightHistory
Provides a TimeSeries containing the relative frequency per year of WORD between STARTYEAR and ENDYEAR, inclusive of both ends.
proj2a/ngordnet/ngrams/NGramMap.java:62
↓ 1 callers
Function
Ga
(a,b)
proj2a/static/jquery.min.js:3
↓ 1 callers
Function
L
(a)
proj2a/static/jquery.min.js:2
↓ 1 callers
Function
Mb
(a,b,c)
proj2a/static/jquery.min.js:4
↓ 1 callers
Function
Nb
(a,b,c,d)
proj2a/static/jquery.min.js:4
↓ 1 callers
Function
Ua
(a,b,c)
proj2a/static/jquery.min.js:3
↓ 1 callers
Method
allAs
Returns a string of all 'a' of length LEN.
lab08/tests/speed/StringUtils.java:72
← previous
next →
101–200 of 684, ranked by callers