User profile: ak281378

User info
User name:ak281378
History
Joined:
Number of posts:6
Latest posts:

A Pizza Slice
how to find alpha i.e.,the first angle

heap algo modification
how can i access each permutation of an array individually found by heap algo? i.e.,permutations of...

heap algo
actually the heap algo works for suppose an array {1,2,3} and prints permutations as 1 2 3 2 1 3 3...

heap algo
how do i generate all permutations of an array when a no can repeat in that array with the help of ...

what is optimistic(less time complexity) way to solve this problem?
plz provide a pseudo code @repeater