Redge ShepherdforTclTk Scriptstcltkpro.hashnode.net·Jun 18, 2022Multiset Combinations - Part 1What is a multiset? A Multiset contains one or more groups of like elements or items. For example, AAAA BBB CC D is a multiset comprised of four groups of letters. How many Unique Combinations? The number of unique combinations is the product of t...Discuss·32 readsTcl
Redge ShepherdforTclTk Scriptstcltkpro.hashnode.net·Jun 21, 2022Multiset Combinations - Part 2Multiset Combinations: Formula-Based Solution In Part 1 of this series, we presented a multiset and displayed all of the unique combinations on the console. We used an algorithm that worked like an odometer where the count of a given element served...Discuss·29 readsTcl
Redge ShepherdforTclTk Scriptstcltkpro.hashnode.net·Jul 18, 2022Multiset Combinations - Part 5Background Introduction Parts 2 (Tcl), 3 (GO), and 4 (Crystal) of this series presented a formula-based solution to calculate count sequences that comprise a unique data set based on a given index. To further develop our application, we calculate th...Discuss·39 readsMultiset CombinationsTcl
Redge ShepherdforTclTk Scriptstcltkpro.hashnode.net·Jul 18, 2022Multiset Combinations - Part 5Background Introduction Parts 2 (Tcl), 3 (GO), and 4 (Crystal) of this series presented a formula-based solution to calculate count sequences that comprise a unique data set based on a given index. To further develop our application, we calculate th...Discuss·39 readsMultiset CombinationsTcl
Redge ShepherdforTclTk Scriptstcltkpro.hashnode.net·Jun 21, 2022Multiset Combinations - Part 2Multiset Combinations: Formula-Based Solution In Part 1 of this series, we presented a multiset and displayed all of the unique combinations on the console. We used an algorithm that worked like an odometer where the count of a given element served...Discuss·29 readsTcl
Redge ShepherdforTclTk Scriptstcltkpro.hashnode.net·Jun 18, 2022Multiset Combinations - Part 1What is a multiset? A Multiset contains one or more groups of like elements or items. For example, AAAA BBB CC D is a multiset comprised of four groups of letters. How many Unique Combinations? The number of unique combinations is the product of t...Discuss·32 readsTcl