File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/smfi5r38ihtn9gom?svg=true )] [ appveyor ]
6
6
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/32d2351f6c349a58d8da/maintainability )] [ codeclimate ]
7
7
[ ![ Coverage Status] ( https://coveralls.io/repos/github/piotrmurach/splay_tree/badge.svg?branch=master )] [ coverage ]
8
- [ ![ Inline docs] ( http ://inch-ci.org/github/piotrmurach/splay_tree.svg)] [ inchpages ]
8
+ [ ![ Inline docs] ( https ://inch-ci.org/github/piotrmurach/splay_tree.svg)] [ inchpages ]
9
9
10
- [ gem ] : http ://badge.fury.io/rb/splay_tree
10
+ [ gem ] : https ://badge.fury.io/rb/splay_tree
11
11
[ gh_actions_ci ] : https://github.com/piotrmurach/splay_tree/actions?query=workflow%3ACI
12
12
[ appveyor ] : https://ci.appveyor.com/project/piotrmurach/splay-tree
13
13
[ codeclimate ] : https://codeclimate.com/github/piotrmurach/splay_tree/maintainability
14
14
[ coverage ] : https://coveralls.io/github/piotrmurach/splay_tree
15
- [ inchpages ] : http ://inch-ci.org/github/piotrmurach/splay_tree
15
+ [ inchpages ] : https ://inch-ci.org/github/piotrmurach/splay_tree
16
16
17
17
> A self-balancing binary tree optimised for fast access to frequently used nodes. Useful for implementing caches and garbage collection algorithms.
18
18
You can’t perform that action at this time.
0 commit comments