| Sat, 26 Oct 2024 13:52:25 +0200 |
Franz Glasner |
farray.sh: Implement Heapsort in the "bottom-up" implementation.
|
| Fri, 25 Oct 2024 20:29:04 +0200 |
Franz Glasner |
farray.sh: Implement Heapsort in the "standard" implementation.
|
| Wed, 23 Oct 2024 22:52:14 +0200 |
Franz Glasner |
farray.sh: Implement Shell sort using Ciura gaps (A102549)
|
| Wed, 23 Oct 2024 18:33:38 +0200 |
Franz Glasner |
farray.sh: More tests for sorting: using a random array
|
| Wed, 23 Oct 2024 01:00:33 +0200 |
Franz Glasner |
farray.sh: Add public functions to check whether a given value refers to a object (array, alist).
|
| Mon, 21 Oct 2024 16:26:49 +0200 |
Franz Glasner |
farray.sh: Implement "farray_pop()"
|
| Mon, 21 Oct 2024 15:38:01 +0200 |
Franz Glasner |
farray.sh: Implement farray_insert()
|
| Sun, 20 Oct 2024 14:43:50 +0200 |
Franz Glasner |
farray.sh: Check for typos in local variable names or missing "local" declarations for variables
|
| Thu, 10 Oct 2024 16:43:52 +0200 |
Franz Glasner |
farray.sh: Implement a variant of the exact binary search: "leftmost search" in "farray_binsearch_leftmost()"
|
| Thu, 10 Oct 2024 14:04:16 +0200 |
Franz Glasner |
farray.sh: extra tests for falist_find/farray_find in empty collections
|
| Thu, 10 Oct 2024 13:27:50 +0200 |
Franz Glasner |
farray.sh: Implement binary lexicographical search in "farray_binsearch()".
|
| Wed, 09 Oct 2024 22:29:46 +0200 |
Franz Glasner |
farray.sh: Implement the first simple sorting algorithm using Gnome Sort
|
| Tue, 08 Oct 2024 09:52:29 +0200 |
Franz Glasner |
farray.sh: FIX: allow proper token value usage for farray_splice(), farray_merge(), falist_keys(), falist_values() and falist_items()
|
| Tue, 08 Oct 2024 09:04:42 +0200 |
Franz Glasner |
farray.sh: implement "farray_merge()" to merge two sorted arrays
|
| Mon, 07 Oct 2024 14:08:29 +0200 |
Franz Glasner |
farray.sh: Unified the output of farray_debug() and falist_debug()
|