How many possibilities does a navigation have with 5 different items.
I first though of 5x5 but that is not enough I think.
For example, these are some possibilities:
The letters represent simple navigation text items like Home, Users, Login ...
A
B
C
D
E
A B C D E
A B C D
A B C
A B
A
...
if I have for example this:
A B
and
B A
it is redundant in my case, the order is not important.