Java Games: Flashcards, matching, concentration, and word search.

Discrete Math

Chapter 6 Vocabulary

AB
algorithmset of mechanical rules used for solution
approximate algorithmproduces good solutions "most" of the time
brute force algorithmuses all HCs to find best solution
cheapest-link algorithmproduces one solution if weights not equal
complete graphall vertices have direct connection to each other
weighted grapheach edge is assigned a number
efficient algorithm# of steps grows in proportion to the input information
(n-1)!/2number of Hamiltonian subgraphs in a Kn graph
n(n-1)/2# of edges in a Kn graph
Hamiltonian Circuit(HC)start and finish in the same place and pass through each vertex once
nearest neighbor algorithmcan produce many solution for same Kn
(n-1)degree of each vertex in a Kn graph
optimal solutiongenerally requires brute force algorithm
TSPtraveling salesman problem
(n-1)!# HCs in a Kn graph
repetitive nearest-neighbor algorithmuses different starting points
Hamiltonian SubgraphA graph showing one circuit and its mirror image
inefficient algorithm# of steps needed for solution increases rapidly with additional vertices

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities