'------------------------------------- 'Author: NJE 'Email: NE94252@netscape.net 'Added: 12-July-2000 '------------------------------------- 'Program: PERMUTATION.ZIP '------------------------------------- 'Description: I was writing some code 'to show all the permutations of a string 'for a project I was looking at and 'thought others might be interested. 'The attached zip file has two modules 'containing the two ways I coded to do this 'encapsulated in a small demo project. 'The main form just asks for a string and 'module1 and module 2 hold the code to list 'the possible permutations in the Recursive 'or Lexicographic ways. Module3 is just used 'for the demo project and I've commented the code 'to highlight the code also used by the demo 'project. '------------------------------------- 'Burt Abreu 'http://www.VBExplorer.com '-------------------------------------
Downloads In IE right-click and select 'Save Target As...' or in Netscape
right-click and select 'Save Link As...' View Plain Text
Download Demo Project
Not Available
|