MCPcopy Create free account

hub / github.com/aistrate/AlgorithmsSedgewick / functions

Functions1,619 in github.com/aistrate/AlgorithmsSedgewick

↓ 3 callersMethodindex
(int i)
6-Context/6-3-SuffixArrays/SuffixArray.java:43
↓ 3 callersMethodinit
()
StdLib/Draw.java:159
↓ 3 callersMethodinsertAfter
Exercise 1.3.25
1-Fundamentals/1-3-BagsQueuesStacks/List.java:290
↓ 3 callersMethodisAfter
(Date b)
1-Fundamentals/1-2-DataAbstraction/Date.java:65
↓ 3 callersMethodisEmpty
()
2-Sorting/2-4-PriorityQueues/IndexMaxPQ.java:26
↓ 3 callersMethodisLeaf
()
5-Strings/5-5-DataCompression/Huffman.java:40
↓ 3 callersMethodisMaxHeap
()
2-Sorting/2-4-PriorityQueues/MaxPQ.java:190
↓ 3 callersMethodisMinHeap
()
2-Sorting/2-4-PriorityQueues/MinPQ.java:184
↓ 3 callersMethodlast
()
1-Fundamentals/1-3-BagsQueuesStacks/List.java:51
↓ 3 callersMethodless
(Comparable v, Comparable w)
2-Sorting/2-2-Mergesort/Merge.java:72
↓ 3 callersMethodless
General helper functions
2-Sorting/2-4-PriorityQueues/IndexMaxPQ.java:112
↓ 3 callersMethodless
Helper functions for comparisons and swaps. Indices are "off-by-one" to support 1-based indexing.
2-Sorting/2-4-PriorityQueues/Heap.java:54
↓ 3 callersMethodless
(Comparable v, Comparable w)
2-Sorting/2-1-ElementarySorts/Shell.java:61
↓ 3 callersMethodless
(Comparable v, Comparable w)
2-Sorting/2-3-Quicksort/Quick.java:97
↓ 3 callersMethodless
(Comparable k1, Comparable k2)
6-Context/6-2-BTrees/BTree.java:156
↓ 3 callersMethodline
Draw a line from (x0, y0) to (x1, y1). @param x0 the x-coordinate of the starting point @param y0 the y-coordinate of the starting point @param x1 the
StdLib/StdDraw.java:358
↓ 3 callersMethodmatch
(Shape s)
StdLib/StdDraw3D.java:4026
↓ 3 callersMethodmerge
(Comparable[] a, Comparable[] aux, int lo, int mid, int hi)
2-Sorting/2-2-Mergesort/Merge.java:27
↓ 3 callersMethodmin
()
3-Searching/3-3-BalancedSearchTrees/RedBlackBST.java:335
↓ 3 callersMethodnegativeCycle
()
4-Graphs/4-4-ShortestPaths/BellmanFordSP.java:82
↓ 3 callersMethodnode
(int k)
1-Fundamentals/1-3-BagsQueuesStacks/DoublyLinkedList.java:70
↓ 3 callersMethodorder
()
4-Graphs/4-2-DirectedGraphs/Topological.java:50
↓ 3 callersMethodother
(int vertex)
6-Context/6-4-Maxflow/FlowEdge.java:47
↓ 3 callersMethodpause
Pauses for a given amount of milliseconds. @param time The number of milliseconds to pause for.
StdLib/StdDraw3D.java:2042
↓ 3 callersMethodpredict
(Particle a, double limit)
6-Context/6-1-EventDrivenSim/CollisionSystem.java:25
↓ 3 callersMethodprimal
()
6-Context/6-5-Reductions/Simplex.java:117
↓ 3 callersMethodprint
Print an array of doubles to standard output.
StdLib/StdArrayIO.java:74
↓ 3 callersMethodput
(Key key, Value val)
3-Searching/3-4-HashTables/LinearProbingHashST.java:71
↓ 3 callersMethodput
(int k, Key key)
2-Sorting/2-4-PriorityQueues/IndexMaxPQ.java:73
↓ 3 callersMethodput
Insert string s into the symbol table.
5-Strings/5-2-Tries/TST.java:73
↓ 3 callersMethodrandomList
(int n, int a, int b)
1-Fundamentals/1-3-BagsQueuesStacks/List.java:609
↓ 3 callersMethodrank
(String query)
6-Context/6-3-SuffixArrays/SuffixArray.java:49
↓ 3 callersMethodreachable
(int v, int w)
4-Graphs/4-2-DirectedGraphs/TransitiveClosure.java:42
↓ 3 callersMethodreadBoolean
Return next boolean from standard input, allowing "true" or "1" for true, and "false" or "0" for false
StdLib/StdIn.java:104
↓ 3 callersMethodreadDouble
Return the next double from the input stream.
StdLib/In.java:209
↓ 3 callersMethodreadString
Read the remaining bytes of data from standard input and return as a string. @return the remaining bytes of data from standard input as a <tt>String</
StdLib/BinaryStdIn.java:141
↓ 3 callersMethodreduced
(int i, int j)
6-Context/6-5-Reductions/AssignmentProblem.java:93
↓ 3 callersMethodrotateFPS
(Vector3D angles)
StdLib/StdDraw3D.java:3965
↓ 3 callersMethodrotateLeft
(Node h)
3-Searching/3-3-BalancedSearchTrees/RedBlackBST.java:255
↓ 3 callersMethodrotateRelative
(double pitch, double yaw, double roll)
StdLib/StdDraw3D.java:3769
↓ 3 callersMethodscan
(EdgeWeightedGraph G, int v)
4-Graphs/4-3-MinSpanningTrees/LazyPrimMST.java:76
↓ 3 callersMethodsetCanvasSize
Set the window size to the default size 512-by-512 pixels.
StdLib/StdDraw.java:144
↓ 3 callersMethodsetDirection
(Vector3D direction)
StdLib/StdDraw3D.java:3871
↓ 3 callersMethodsetFont
Set the font to the default font (sans serif, 16 point).
StdLib/Draw.java:358
↓ 3 callersMethodsetInfoDisplay
(boolean enabled)
StdLib/StdDraw3D.java:1103
↓ 3 callersMethodsetLastAndN
()
1-Fundamentals/1-3-BagsQueuesStacks/List.java:230
↓ 3 callersMethodsetPenRadius
Set the pen size to the default (.002).
StdLib/Draw.java:311
↓ 3 callersMethodsetPerspectiveProjection
Sets the projection mode to perspective projection with a default field of view. In this mode, closer objects appear larger, as in real life.
StdLib/StdDraw3D.java:1291
↓ 3 callersMethodsetScreenScale
(double scale)
StdLib/StdDraw3D.java:1334
↓ 3 callersMethodshow
Display the picture in a window on the screen.
StdLib/Picture.java:142
↓ 3 callersMethodsink
(int k)
2-Sorting/2-4-PriorityQueues/IndexMinPQ.java:134
↓ 3 callersMethodsink
(int k)
2-Sorting/2-4-PriorityQueues/IndexMaxPQ.java:132
↓ 3 callersMethodsize
()
3-Searching/3-5-Applications/SparseVector.java:41
↓ 3 callersMethodsize
Return the number of items on the priority queue.
2-Sorting/2-4-PriorityQueues/MaxPQ.java:98
↓ 3 callersMethodsphere
Draws a sphere at (x, y, z) with radius r.
StdLib/StdDraw3D.java:2152
↓ 3 callersMethodswim
Heap helper functions
2-Sorting/2-4-PriorityQueues/IndexMinPQ.java:127
↓ 3 callersMethodswim
Heap helper functions
2-Sorting/2-4-PriorityQueues/IndexMaxPQ.java:125
↓ 3 callersMethodtimes
(MyRational b)
1-Fundamentals/1-2-DataAbstraction/MyRational.java:62
↓ 3 callersMethodtimes
(Rational that)
1-Fundamentals/1-2-DataAbstraction/Rational.java:100
↓ 3 callersMethodtoChar
(int index)
5-Strings/5-5-DataCompression/Alphabet.java:96
↓ 3 callersMethodtoChars
(int[] indices)
5-Strings/5-5-DataCompression/Alphabet.java:104
↓ 3 callersMethodtoIndex
(char c)
5-Strings/5-5-DataCompression/Alphabet.java:79
↓ 3 callersMethodtoIndices
(String s)
5-Strings/5-5-DataCompression/Alphabet.java:87
↓ 3 callersMethodtriangles
Draws triangles which are defined by x1=points[i][0], y1=points[i][1], z1=points[i][2], x2=points[i][3], etc. All of the points will be the width and
StdLib/StdDraw3D.java:2696
↓ 3 callersMethoduserX
(double x)
StdLib/StdDraw.java:269
↓ 3 callersMethoduserY
(double y)
StdLib/StdDraw.java:270
↓ 3 callersMethodvar
Return sample variance of array, NaN if no such value.
StdLib/StdStats.java:147
↓ 3 callersMethodwireShape
Draws a wireframe Java 3D Shape3D object and fills it in. @param shape The Shape3D object to be drawn.
StdLib/StdDraw3D.java:3012
↓ 3 callersMethodx
()
1-Fundamentals/1-2-DataAbstraction/Point2D.java:30
↓ 3 callersMethody
()
1-Fundamentals/1-2-DataAbstraction/Point2D.java:33
↓ 2 callersMethodG
()
4-Graphs/4-2-DirectedGraphs/SymbolDigraph.java:69
↓ 2 callersMethodG
()
4-Graphs/4-1-UndirectedGraphs/SymbolGraph.java:88
↓ 2 callersMethodShuffleTest
(IShuffle shuffle, int m, int n)
1-Fundamentals/1-1-BasicProgModel/Ex_1_1_36.java:9
↓ 2 callersMethodaddEdge
Add the edge e to this graph.
4-Graphs/4-3-MinSpanningTrees/EdgeWeightedGraph.java:120
↓ 2 callersMethodangle
Returns the smallest angle between this and that vector, in DEGREES. @return Angle between the vectors, in DEGREES
StdLib/StdDraw3D.java:4264
↓ 2 callersMethodangleTo
(Point2D that)
1-Fundamentals/1-2-DataAbstraction/Point2D.java:44
↓ 2 callersMethodbernoulli
Return a boolean, which is true with probability p, and false otherwise.
StdLib/StdRandom.java:129
↓ 2 callersMethodbfs
(Digraph G, int s)
4-Graphs/4-2-DirectedGraphs/BreadthFirstDirectedPaths.java:51
↓ 2 callersMethodbfs
(Graph G, int s)
4-Graphs/4-1-UndirectedGraphs/BreadthFirstPaths.java:56
↓ 2 callersMethodcapacity
()
6-Context/6-4-Maxflow/FlowEdge.java:43
↓ 2 callersMethodcconvolve
(Complex[] x, Complex[] y)
Beyond/FFT.java:87
↓ 2 callersMethodchange
(int k, Key key)
2-Sorting/2-4-PriorityQueues/IndexMinPQ.java:87
↓ 2 callersMethodcharAt
(String s, int d)
5-Strings/5-1-StringSorts/Quick3string.java:36
↓ 2 callersMethodcheck
Check internal invariants
3-Searching/3-1-SymbolTables/BinarySearchST.java:218
↓ 2 callersMethodcheck
(String txt, int i)
5-Strings/5-3-SubstringSearch/RabinKarp.java:70
↓ 2 callersMethodclear
Clear the screen to the default color (white).
StdLib/StdDraw.java:276
↓ 2 callersMethodclearBuffer
()
StdLib/BinaryStdOut.java:72
↓ 2 callersMethodclearBuffer
()
StdLib/BinaryOut.java:111
↓ 2 callersMethodclose
Close the input stream.
StdLib/In.java:317
↓ 2 callersMethodcollect
(Node x, String key, Queue<String> queue)
5-Strings/5-2-Tries/TrieST.java:95
↓ 2 callersMethodcompareTo
(Transaction that)
1-Fundamentals/1-2-DataAbstraction/Transaction.java:42
↓ 2 callersMethodconnected
(int p, int q)
1-Fundamentals/1-5-UnionFind/QuickFindUF.java:33
↓ 2 callersMethodcontains
(Key key)
3-Searching/3-4-HashTables/SeparateChainingHashST.java:70
↓ 2 callersMethodcontains
(Key key)
3-Searching/3-1-SymbolTables/BinarySearchST.java:57
↓ 2 callersMethodcontains
Exercise 1.3.21 (Renamed from find() to contains())
1-Fundamentals/1-3-BagsQueuesStacks/List.java:176
↓ 2 callersMethodcreateBlankAppearance
()
StdLib/StdDraw3D.java:693
↓ 2 callersMethodcreateNode
(Item item)
1-Fundamentals/1-3-BagsQueuesStacks/List.java:266
↓ 2 callersMethodcreateTexture
Creates a texture from the given filename. @param imageURL Image file for creating texture. @return The created Texture. @throws RuntimeException if
StdLib/StdDraw3D.java:676
↓ 2 callersMethodcreateVector3d
Converts a Vector3D to a Vector3d.
StdLib/StdDraw3D.java:821
↓ 2 callersMethodcustomShape
(Shape3D shape)
StdLib/StdDraw3D.java:3016
← previousnext →301–400 of 1,619, ranked by callers