Skip to content

Commit

Permalink
Add release badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaines committed Nov 2, 2020
1 parent 90ee07c commit 0826b43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Splay Tree Map

[![GitHub release](https://img.shields.io/github/release/wyhaines/splay_tree_map.cr.svg)](https://github.com/wyhaines/splay_tree_map.cr/releases)

A splay tree is a type of binary search tree that self organizes so that the
most frequently accessed items tend to be towards the root of the tree, where
they can be accessed more quickly.
Expand Down

0 comments on commit 0826b43

Please sign in to comment.