tree

tree data structures
git clone https://noulin.net/git/tree.git
Log | Files | Refs | README | LICENSE

commit e96d9b3d6d5ceebea96ff482691c643364e449ab
parent ebb5aef76cc773b22f7e4198e467705d8532c3bd
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:44:15 +0200

update links

Diffstat:
MREADME.md | 4++--
Mpackage.yml | 25+++++--------------------
2 files changed, 7 insertions(+), 22 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Sheepy -This is a sheepy package for [sheepy](https://github.com/RemyNoulin/sheepy) and using [libsheepy](https://github.com/RemyNoulin/libsheepy) +This is a sheepy package for [sheepy](https://spartatek.se/r/sheepy/file/README.md.html) and using [libsheepy](https://spartatek.se/r/libsheepy/file/README.md.html) # Tree data structures @@ -7,7 +7,7 @@ All the trees in this package are type-safe. The types are selected when the tre ## WAVL Tree -`wavl.h` implements a weak AVL tree, see [wavlTree](https://github.com/RemyNoulin/wavlTree). +`wavl.h` implements a weak AVL tree, see [wavlTree](https://noulin.net/wavlTree/file/README.md.html). The nodes are stored in a vector for better performance. diff --git a/package.yml b/package.yml @@ -1,31 +1,16 @@ --- name: tree - version: 0.0.1 + version: 0.0.2 description: "tree data stuctures: WAVL (weak AVL) tree" bin: ./tree.h - #cflags: -DA -ggdb -std=gnu11 -fPIC -pipe - #lflags: -lpcre repository: type: git - url: git+https://github.com/RemyNoulin/tree.git + url: "git+https://noulin.net/git/tree.git" keywords: - data stucture author: Remy license: MIT bugs: - url: https://github.com/USER/RemyNoulin/issues - homepage: https://github.com/RemyNoulin/tree#readme - #compileHelp: # text displayed when there is a compilation error - #dependencies: - # md4c: - # Test configuration: - #testBin: ./testTree.c - #testCflags: -ggdb -std=gnu11 -fPIC -pipe -fprofile-arcs -ftest-coverage -Wall -Wextra - #testLflags: -lcheck_pic -lrt -lm -lsubunit -fprofile-arcs -ftest-coverage -rdynamic - # Memcheck configuration: - #memcheckBin: ./memcheckTree.c - #memcheckCmd: valgrind --leak-check=full --show-leak-kinds=all - #memcheckCflags: -ggdb -std=gnu11 -fPIC -pipe - #memcheckLflags: -rdynamic - #documentationCmd: # command for generating the documentation with spm doc - private: false # true for private package + url: "https://noulin.net/tree/log.html" + homepage: "https://noulin.net/tree/file/README.md.html" + private: false