Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aistrate/AlgorithmsSedgewick
/ functions
Functions
1,619 in github.com/aistrate/AlgorithmsSedgewick
⨍
Functions
1,619
◇
Types & classes
242
↓ 2 callers
Method
resize
(int chains)
3-Searching/3-4-HashTables/SeparateChainingHashST.java:42
↓ 2 callers
Method
resize
(int capacity)
3-Searching/3-4-HashTables/LinearProbingHashST.java:58
↓ 2 callers
Method
resize
(int capacity)
3-Searching/3-1-SymbolTables/BinarySearchST.java:43
↓ 2 callers
Method
resize
(int capacity)
1-Fundamentals/1-3-BagsQueuesStacks/ResizingArrayStack.java:37
↓ 2 callers
Method
resize
(int max)
1-Fundamentals/1-3-BagsQueuesStacks/ResizingArrayQueue.java:34
↓ 2 callers
Method
resize
(int capacity)
2-Sorting/2-4-PriorityQueues/MaxPQ.java:112
↓ 2 callers
Method
resize
(int capacity)
2-Sorting/2-4-PriorityQueues/MinPQ.java:108
↓ 2 callers
Method
scale
(double scale)
StdLib/StdDraw3D.java:3998
↓ 2 callers
Method
search
(String txt)
5-Strings/5-3-SubstringSearch/BoyerMoore.java:68
↓ 2 callers
Method
search
(String txt)
5-Strings/5-3-SubstringSearch/KMP.java:76
↓ 2 callers
Method
select
(int k)
3-Searching/3-1-SymbolTables/BinarySearchST.java:173
↓ 2 callers
Method
select
Rank and selection
3-Searching/3-2-BinarySearchTrees/BST.java:213
↓ 2 callers
Method
select
(int k)
3-Searching/3-3-BalancedSearchTrees/RedBlackBST.java:398
↓ 2 callers
Method
setAntiAliasing
Sets anti-aliasing on or off. Anti-aliasing makes graphics look much smoother, but is very resource heavy. It is good for saving images that look prof
StdLib/StdDraw3D.java:1138
↓ 2 callers
Method
setCanvasSize
Sets the window size to w-by-h pixels. @param w The width as a number of pixels. @param h The height as a number of pixels. @throws a RuntimeExceptio
StdLib/StdDraw3D.java:888
↓ 2 callers
Method
setOrbitCenter
Sets the center of rotation for the camera mode ORBIT_MODE.
StdLib/StdDraw3D.java:1266
↓ 2 callers
Method
setPenRadius
Sets the pen radius to the default value.
StdLib/StdDraw3D.java:1043
↓ 2 callers
Method
show
Display on screen, pause for t milliseconds, and turn on <em>animation mode</em>: subsequent calls to drawing methods such as <tt>line()</tt>, <tt>cir
StdLib/Draw.java:815
↓ 2 callers
Method
show
Renders to the screen, but does not pause.
StdLib/StdDraw3D.java:2074
↓ 2 callers
Method
sink
(int k)
2-Sorting/2-4-PriorityQueues/MaxPQ.java:161
↓ 2 callers
Method
sink
Helper functions to restore the heap invariant.
2-Sorting/2-4-PriorityQueues/Heap.java:40
↓ 2 callers
Method
sink
(int k)
2-Sorting/2-4-PriorityQueues/MinPQ.java:155
↓ 2 callers
Method
size
How many keys are in the table?
3-Searching/ST.java:84
↓ 2 callers
Method
size
()
1-Fundamentals/1-3-BagsQueuesStacks/DoublyLinkedList.java:53
↓ 2 callers
Method
size
()
1-Fundamentals/1-3-BagsQueuesStacks/List.java:40
↓ 2 callers
Method
sort
(Comparable[] a, Comparable[] aux, int lo, int hi)
2-Sorting/2-2-Mergesort/Merge.java:52
↓ 2 callers
Method
sum
Return sum of all values in array.
StdLib/StdStats.java:254
↓ 2 callers
Method
tan
()
Beyond/Complex.java:117
↓ 2 callers
Method
text
Write the given text string in the current font, centered on (x, y). @param x the center x-coordinate of the text @param y the center y-coordinate of
StdLib/StdDraw.java:743
↓ 2 callers
Method
text
Write the given text string in the current font, centered on (x, y). @param x the center x-coordinate of the text @param y the center y-coordinate of
StdLib/Draw.java:758
↓ 2 callers
Method
timeTrial
(int N)
1-Fundamentals/1-4-AnalysisOfAlgorithms/DoublingRatio.java:19
↓ 2 callers
Method
times
(double factor)
1-Fundamentals/1-2-DataAbstraction/Vector.java:111
↓ 2 callers
Method
toString
Returns a string representation of this vector. @return "( this.x, this.y, this.z)"
StdLib/StdDraw3D.java:4426
↓ 2 callers
Method
tube
Draws a cylindrical tube of radius r from vertex (x1, y1, z1) to vertex (x2, y2, z2).
StdLib/StdDraw3D.java:2601
↓ 2 callers
Method
value
()
6-Context/6-4-Maxflow/FordFulkerson.java:45
↓ 2 callers
Method
varp
Return population variance of array, NaN if no such value.
StdLib/StdStats.java:189
↓ 1 callers
Method
E
Return the number of edges in the digraph.
4-Graphs/4-2-DirectedGraphs/Digraph.java:101
↓ 1 callers
Method
E
Return the number of edges in this digraph.
4-Graphs/4-4-ShortestPaths/EdgeWeightedDigraph.java:97
↓ 1 callers
Method
E
Return the number of edges in the graph.
4-Graphs/4-1-UndirectedGraphs/Graph.java:117
↓ 1 callers
Method
E
Return the number of edges in this graph.
4-Graphs/4-3-MinSpanningTrees/EdgeWeightedGraph.java:112
↓ 1 callers
Method
Fib
(int N)
1-Fundamentals/1-1-BasicProgModel/Ex_1_1_19.java:11
↓ 1 callers
Method
R
()
5-Strings/5-5-DataCompression/Alphabet.java:66
↓ 1 callers
Method
addDataValue
(double val)
1-Fundamentals/1-2-DataAbstraction/VisualAccumulator.java:17
↓ 1 callers
Method
addDataValue
(double x)
1-Fundamentals/1-2-DataAbstraction/VarianceAccumulator.java:9
↓ 1 callers
Method
addResidualFlowTo
(int vertex, double delta)
6-Context/6-4-Maxflow/FlowEdge.java:59
↓ 1 callers
Method
ambientLight
Adds ambient light of color col.
StdLib/StdDraw3D.java:1927
↓ 1 callers
Method
arc
Draw an arc of radius r, centered on (x, y), from angle1 to angle2 (in degrees). @param x the x-coordinate of the center of the circle @param y the y-
StdLib/StdDraw.java:477
↓ 1 callers
Method
arc
Draw an arc of radius r, centered on (x, y), from angle1 to angle2 (in degrees). @param x the x-coordinate of the center of the circle @param y the y-
StdLib/Draw.java:496
↓ 1 callers
Method
area
()
1-Fundamentals/1-2-DataAbstraction/Interval2D.java:31
↓ 1 callers
Method
augment
()
6-Context/6-5-Reductions/AssignmentProblem.java:57
↓ 1 callers
Method
badShuffle
(int[] a)
1-Fundamentals/1-1-BasicProgModel/Ex_1_1_37.java:4
↓ 1 callers
Method
batch
(int t, int n)
1-Fundamentals/1-1-BasicProgModel/Ex_1_1_39.java:27
↓ 1 callers
Method
binomial
(int n, int k, double p, Counter c)
1-Fundamentals/1-1-BasicProgModel/Ex_1_1_27b.java:4
↓ 1 callers
Method
binomial
(int n, int k, double p, Counter c)
1-Fundamentals/1-1-BasicProgModel/Ex_1_1_27a.java:4
↓ 1 callers
Method
bland
()
6-Context/6-5-Reductions/Simplex.java:66
↓ 1 callers
Method
bounceOff
(Particle that)
6-Context/6-1-EventDrivenSim/Particle.java:94
↓ 1 callers
Method
bounceOffHorizontalWall
()
6-Context/6-1-EventDrivenSim/Particle.java:125
↓ 1 callers
Method
bounceOffVerticalWall
()
6-Context/6-1-EventDrivenSim/Particle.java:119
↓ 1 callers
Method
box
Draws a box at (x, y, z) with dimensions (w, h, d).
StdLib/StdDraw3D.java:2306
↓ 1 callers
Method
buildCode
(String[] st, Node x, String s)
5-Strings/5-5-DataCompression/Huffman.java:127
↓ 1 callers
Method
buildTrie
(int[] freq)
5-Strings/5-5-DataCompression/Huffman.java:95
↓ 1 callers
Method
changeKey
(int k, Key key)
2-Sorting/2-4-PriorityQueues/IndexMaxPQ.java:85
↓ 1 callers
Method
check
()
3-Searching/3-4-HashTables/LinearProbingHashST.java:139
↓ 1 callers
Method
check
(Digraph G)
4-Graphs/4-2-DirectedGraphs/DirectedCycle.java:71
↓ 1 callers
Method
check
(Digraph G)
4-Graphs/4-2-DirectedGraphs/KosarajuSCC.java:70
↓ 1 callers
Method
check
(EdgeWeightedDigraph G, int s)
4-Graphs/4-4-ShortestPaths/DijkstraSP.java:92
↓ 1 callers
Method
check
(EdgeWeightedDigraph G)
4-Graphs/4-4-ShortestPaths/EdgeWeightedDirectedCycle.java:66
↓ 1 callers
Method
check
(EdgeWeightedDigraph G, int s)
4-Graphs/4-4-ShortestPaths/BellmanFordSP.java:124
↓ 1 callers
Method
check
(Graph G)
4-Graphs/4-1-UndirectedGraphs/Bipartite.java:64
↓ 1 callers
Method
check
(Graph G, int s)
4-Graphs/4-1-UndirectedGraphs/BreadthFirstPaths.java:120
↓ 1 callers
Method
check
(EdgeWeightedGraph G)
4-Graphs/4-3-MinSpanningTrees/BoruvkaMST.java:83
↓ 1 callers
Method
check
(EdgeWeightedGraph G)
4-Graphs/4-3-MinSpanningTrees/KruskalMST.java:77
↓ 1 callers
Method
check
(EdgeWeightedGraph G)
4-Graphs/4-3-MinSpanningTrees/LazyPrimMST.java:94
↓ 1 callers
Method
check
(EdgeWeightedGraph G)
4-Graphs/4-3-MinSpanningTrees/PrimMST.java:107
↓ 1 callers
Method
check
(FlowNetwork G, int s, int t)
6-Context/6-4-Maxflow/FordFulkerson.java:135
↓ 1 callers
Method
check
(double[][]A, double[] b, double[] c)
6-Context/6-5-Reductions/Simplex.java:208
↓ 1 callers
Method
check
()
6-Context/6-5-Reductions/AssignmentProblem.java:170
↓ 1 callers
Method
checkSequence
(int[] v)
1-Fundamentals/1-3-BagsQueuesStacks/Ex_1_3_03.java:38
↓ 1 callers
Method
circle
Draw a circle of radius r, centered on (x, y). @param x the x-coordinate of the center of the circle @param y the y-coordinate of the center of the ci
StdLib/StdDraw.java:396
↓ 1 callers
Method
circle
Draw a circle of radius r, centered on (x, y). @param x the x-coordinate of the center of the circle @param y the y-coordinate of the center of the ci
StdLib/Draw.java:416
↓ 1 callers
Method
clear
Clear the screen to the default color (white).
StdLib/Draw.java:291
↓ 1 callers
Method
clear3D
Clears the 3D world on the screen for the next call of show();
StdLib/StdDraw3D.java:2024
↓ 1 callers
Method
clearLight
Removes all current lighting from the scene.
StdLib/StdDraw3D.java:1879
↓ 1 callers
Method
clearOverlay
Clears the 2D overlay for the next call of show();
StdLib/StdDraw3D.java:2032
↓ 1 callers
Method
close
Close standard audio.
StdLib/StdAudio.java:82
↓ 1 callers
Method
closest
(Point2D[] pointsByX, Point2D[] pointsByY, Point2D[] aux, int lo, int hi)
Beyond/ClosestPair.java:54
↓ 1 callers
Method
color
(int v)
4-Graphs/4-1-UndirectedGraphs/Bipartite.java:61
↓ 1 callers
Method
compress
()
5-Strings/5-5-DataCompression/RunLength.java:37
↓ 1 callers
Method
compress
()
5-Strings/5-5-DataCompression/LZW.java:17
↓ 1 callers
Method
compress
()
5-Strings/5-5-DataCompression/Genome.java:19
↓ 1 callers
Method
compress
()
5-Strings/5-5-DataCompression/Huffman.java:53
↓ 1 callers
Method
connected
(int p, int q)
1-Fundamentals/1-5-UnionFind/WeightedQuickUnionUF.java:39
↓ 1 callers
Method
connected
(int p, int q)
1-Fundamentals/1-5-UnionFind/QuickUnionUF.java:36
↓ 1 callers
Method
contains
(Key key)
3-Searching/3-4-HashTables/LinearProbingHashST.java:48
↓ 1 callers
Method
contains
(String s)
4-Graphs/4-2-DirectedGraphs/SymbolDigraph.java:57
↓ 1 callers
Method
contains
(int key)
1-Fundamentals/1-2-DataAbstraction/StaticSETofInts.java:23
↓ 1 callers
Method
contains
(Point2D p)
1-Fundamentals/1-2-DataAbstraction/Interval2D.java:26
↓ 1 callers
Method
contains
(char c)
5-Strings/5-5-DataCompression/Alphabet.java:61
↓ 1 callers
Method
contains
Is string key in the symbol table?
5-Strings/5-2-Tries/TST.java:47
↓ 1 callers
Method
convolve
(Complex[] x, Complex[] y)
Beyond/FFT.java:111
← previous
next →
501–600 of 1,619, ranked by callers