April 29, 2024, 04:35:12 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


ArraySearch

Started by Ficko, July 04, 2009, 02:33:49 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Ficko

July 04, 2009, 02:33:49 PM Last Edit: July 20, 2009, 12:28:41 PM by Ficko
This is a small library providing fast search in not sorted ebasic arrays.

Full source +demo included.

Ficko

mrainey

Software For Metalworking
http://closetolerancesoftware.com

Ficko

July 05, 2009, 11:14:30 AM #2 Last Edit: July 14, 2009, 08:37:34 AM by Ficko
Added a Quick/Insertion sort hybrid algo.

Fixed "Ubounds" for highest index instead of the dimensions of the array.

P.S.

Quick/Insert sort req. SSE

Ficko

Added search in sorted arrays + makeshift "Help.txt" & demos.

Ficko

Added chaining different type of arrays.
Extended sorted search to search arrays sorted descending.
+"ArraysLib.chm"

Ficko

Added functions for sorting Listview control.


Ficko

Bugfix.
-Sorted search could wind up in dead lock if the value searched for wasn't in the array.

Numerous typo corrected in the "Help" file.
-Sorry for that I am not an english major- :D

ZeroDog

Looks like you' ve done a nice job so far  :)  Help file is easy enough to understand too.  Thanks!

Techno

Ficko,

Can you create an DLL library because I want to used this functions of array search in other languages such as pb, c++, c

Kind regards
Stephane