A novel approach on the indexing a vector, via a cause & Effect model
- Currently Cleaning Utils.jl
(1) compareTriad
https://github.com/adamwillisMastery/CauseEffect/blob/09105102ef647c5ee108cdf458a8eb6f7c6235ac/Julia/src/testUtils.jl#L187
(2) compareQuartet
https://github.com/adamwillisMastery/CauseEffect/blob/09105102ef647c5ee108cdf458a8eb6f7c6235ac/Julia/src/testUtils.jl#L261
-
compareTriad
: for a 1 middle , compares boundsa
,b
with the middlem1
[3 ops] -
compareQuartet
: for 2 twin middles, compares boundsa
,b
with middlesm1
,m2
[4 ops] Note: both functions are of asymmetric
structure