1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

New module 'array-mergesort'.

This commit is contained in:
Bruno Haible
2009-02-16 03:14:41 +01:00
parent f764cb166d
commit 45397c99f9
3 changed files with 301 additions and 0 deletions

21
modules/array-mergesort Normal file
View File

@@ -0,0 +1,21 @@
Description:
Merge-sort algorithm on arrays.
Files:
lib/array-mergesort.h
Depends-on:
configure.ac:
Makefile.am:
Include:
"array-mergesort.h"
License:
LGPL
Maintainer:
Bruno Haible