From d2b28c1f14935b242dc2142beeb5f227f979a317 Mon Sep 17 00:00:00 2001 From: Tomasz Ciborski Date: Thu, 1 Feb 2018 05:17:05 +0100 Subject: [PATCH] Add BSTreeKV info --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a84ef57..4b3738c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Included data structures - Linked Dictionary - Default Dictionary - [Info](#default-dictionary) - Binary Search Tree +- Binary Search Tree for Key-Value pairs - Stack - Queue - Set - [Example](#example)