choidk Posted May 14, 2012 Posted May 14, 2012 i need a script using the quicksort to Sort Aray. not use function in Array.au3 Thank.
stormbreaker Posted May 14, 2012 Posted May 14, 2012 i need a script using the quicksort to Sort Aray. not use function in Array.au3Thank.Welcome to the AutoIt forum. Please, don't expect the community to code for you. Still, consider a visit to vWorker.com or Rent-A-Coder. By the way, simply put as you say, how do you sort an array without even telling anyone (or yourself) what type of data it contains??Post some script of yours dealing with this problem or at least properly mention the problem itself, and we shall see if we can help you. ---------------------------------------- :bye: Hey there, was I helpful? ---------------------------------------- My Current OS: Win8 PRO (64-bit); Current AutoIt Version: v3.3.8.1
AlmarM Posted May 14, 2012 Posted May 14, 2012 The array sort used in Array.au3 is quicksort. Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
stormbreaker Posted May 14, 2012 Posted May 14, 2012 And this guy specifically mentioned not use that one... Well as for OP what problems are you facing that you don't wanna use array.au3? ---------------------------------------- :bye: Hey there, was I helpful? ---------------------------------------- My Current OS: Win8 PRO (64-bit); Current AutoIt Version: v3.3.8.1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now