Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. V.E.R.A. -- Virtual Entity of Relevant Acronyms (February 2016)
TSP
       Texture and Shading Processor (IC, graphics)
       

2. V.E.R.A. -- Virtual Entity of Relevant Acronyms (February 2016)
TSP
       Time Synchronization Protocol
       

3. V.E.R.A. -- Virtual Entity of Relevant Acronyms (February 2016)
TSP
       Travelling Salesman Problem
       

4. The Free On-line Dictionary of Computing (30 December 2018)
travelling salesman problem
travelling salesman
TSP

    (TSP or "shortest path", US:
   "traveling") Given a set of towns and the distances between
   them, determine the shortest path starting from a given town,
   passing through all the other towns and returning to the first
   town.

   This is a famous problem with a variety of solutions of
   varying complexity and efficiency.  The simplest solution (the
   brute force approach) generates all possible routes and
   takes the shortest.  This becomes impractical as the number of
   towns, N, increases since the number of possible routes is
   !(N-1).  A more intelligent algorithm (similar to iterative
   deepening) considers the shortest path to each town which can
   be reached in one hop, then two hops, and so on until all
   towns have been visited.  At each stage the algorithm
   maintains a "frontier" of reachable towns along with the
   shortest route to each.  It then expands this frontier by one
   hop each time.

   <Pablo Moscato's TSP bibliography>.
   <Fractals and the TSP>.

   (1998-03-24)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy