improve a_(avl|rbt)(_|_pre_|_post_)(next|prev)
[liba.git] / README.md
blobf8834f80942422a0766676be4d07a0173d1c207e
1 # An algorithm library {#mainpage}
3 [![docs](https://github.com/tqfx/liba/actions/workflows/docs.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/docs.yml)
4 [![conan](https://github.com/tqfx/liba/actions/workflows/conan.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/conan.yml)
5 [![xmake](https://github.com/tqfx/liba/actions/workflows/xmake.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/xmake.yml)
6 [![meson](https://github.com/tqfx/liba/actions/workflows/meson.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/meson.yml)
7 [![wasm](https://github.com/tqfx/liba/actions/workflows/wasm.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/wasm.yml)
8 [![msvc](https://github.com/tqfx/liba/actions/workflows/msvc.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/msvc.yml)
9 [![linux](https://github.com/tqfx/liba/actions/workflows/linux.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/linux.yml)
10 [![macos](https://github.com/tqfx/liba/actions/workflows/macos.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/macos.yml)
11 [![mingw](https://github.com/tqfx/liba/actions/workflows/mingw.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/mingw.yml)
12 [![msys2](https://github.com/tqfx/liba/actions/workflows/msys2.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/msys2.yml)
13 [![freebsd](https://github.com/tqfx/liba/actions/workflows/freebsd.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/freebsd.yml)
15 ## [Getting started](https://github.com/tqfx/liba/wiki/Getting-started)
17 [C/C++](https://github.com/tqfx/liba/wiki/Getting-started#C)
18 [Java](https://github.com/tqfx/liba/wiki/Getting-started#Java)
19 [JavaScript](https://github.com/tqfx/liba/wiki/Getting-started#JavaScript)
20 [Lua](https://github.com/tqfx/liba/wiki/Getting-started#Lua)
21 [Python](https://github.com/tqfx/liba/wiki/Getting-started#Python)
22 [QuickJS](https://github.com/tqfx/liba/wiki/Getting-started#QuickJS)
23 [Rust](https://github.com/tqfx/liba/wiki/Getting-started#Rust)
25 ## Documentation
27 [C/C++](https://tqfx.org/liba/)
28 [Java](https://tqfx.org/liba/java/)
29 [Lua](https://tqfx.org/liba/lua/)
30 [Rust](https://tqfx.org/liba/rust/liba/)
32 ## Copyright {#copyright}
34 Copyright (C) 2020-2024 tqfx, All rights reserved.
36 This Source Code Form is subject to the terms of the Mozilla Public
37 License, v. 2.0. If a copy of the MPL was not distributed with this
38 file, You can obtain one at <https://mozilla.org/MPL/2.0/>.