- CANVAS_HEIGHT - Static variable in class support.convexhull.Constants
-
The height of the canvas background
- CANVAS_WIDTH - Static variable in class support.convexhull.Constants
-
The width of the canvas background
- CAPACITY - Static variable in class net.datastructures.ArrayStack
-
Default array capacity.
- children(Position<E>) - Method in class net.datastructures.ArrayListCompleteBinaryTree
-
Returns an iterable collection of the children of v.
- children(Position<E>) - Method in class net.datastructures.LinkedBinaryTree
-
Returns an iterable collection of the children of a node.
- children(Position<E>) - Method in class net.datastructures.LinkedTree
-
Returns an iterable collection of the children of a node.
- children(Position<E>) - Method in interface net.datastructures.Tree
-
Returns an iterable collection of the children of a given node.
- CircularTree<K,V> - Class in support.convexhull
-
This is a subclass of net.datastructures.RBTree with some additional
useful function for implementing Robot.
- CircularTree(Comparator<K>) - Constructor for class support.convexhull.CircularTree
-
Simple constructor with a Comparator C.
ex) CircularTree circTree = new CircularTree(new AngleComparator());
- clear() - Method in interface support.convexhull.ConvexHullFinder
-
When the user clicks on the "Clear" button, the
HullVisualizer
class will call this method.
- closeRead() - Method in class support.convexhull.FileIO
-
Calling this method closes the current file which is open for reading.
- closeWrite() - Method in class support.convexhull.FileIO
-
Calling this method closes the current file which is open for writing.
- compare(E, E) - Method in class net.datastructures.DefaultComparator
-
Compares two given elements
//end#fragment DefaultComparator
- compare(Angle, Angle) - Method in class support.convexhull.AngleComparator
-
- compareTo(Angle) - Method in class support.convexhull.Angle
-
Compares this angle to another angle, using the points that define the angles.
- CompleteBinaryTree<E> - Interface in net.datastructures
-
An interface for a complete binary tree.
- ComponentsDFS<V,E> - Class in net.datastructures
-
This class extends DFS to compute the connected components of a graph.
- ComponentsDFS() - Constructor for class net.datastructures.ComponentsDFS
-
- ConnectivityDFS<V,E> - Class in net.datastructures
-
This class specializes DFS to determine whether the graph is connected.
- ConnectivityDFS() - Constructor for class net.datastructures.ConnectivityDFS
-
- Constants - Class in support.convexhull
-
This is the Constants class for the support code.
- Constants() - Constructor for class support.convexhull.Constants
-
- ConvexHullFinder - Interface in support.convexhull
-
A class to perform incremental and static convex-hull computations.