click below
click below
Normal Size Small Size show me how
algo strategies
Strategy to determine type of algorithm to use
| Term | Definition |
|---|---|
| arrangement, tour, ordering, sequence | permutation |
| cluster, collection, committee, group, packaging, selection | subset |
| hierarchy, dominance, relationship, ancestor/descendant relationship, taxonomy | tree |
| network, circuit, web, relationship | graph |
| sites, position, data records, locations | points |
| shapes, regions, configurations, boundaries | polygons |
| text, character, patterns, labels | strings |
| {4,1,5,2,3}-->4+{1,4,2,3} | permutations |
| arrangement | permutation |
| tour | permutation |
| ordering | permutation |
| sequence | permutation |
| cluster | subset |
| collection | subset |
| committee | subset |
| group | subset |
| packaging | subset |
| selection | subset |
| hierarchy | tree |
| dominance | tree |
| relationship | graph or tree |
| ancestor/descendant relationship | tree |
| taxonomy | tree |
| network | graph |
| circuit | graph |
| web | graph |
| sites | points |
| position | points |
| data records | points |
| locations | points |
| shapes | polygon |
| regions | polygon |
| configurations | polygon |
| boundaries | polygon |
| text | string |
| character | string |
| patterns | string |
| labels | string |