From 6895c3c99464d4b97023b270cb8a382b62e62358 Mon Sep 17 00:00:00 2001 From: Ankush Soni Date: Sat, 27 Oct 2018 09:21:58 +0530 Subject: [PATCH] update the entered changes (#19987) --- guide/english/computer-science/data-structures/trees/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/computer-science/data-structures/trees/index.md b/guide/english/computer-science/data-structures/trees/index.md index 79175780fd..916169952e 100644 --- a/guide/english/computer-science/data-structures/trees/index.md +++ b/guide/english/computer-science/data-structures/trees/index.md @@ -70,6 +70,7 @@ A forest is a set of n ≥ 0 disjoint trees. * Red Black Tree * Splay Tree * Huffmann Tree +* M-Way Search Tree (used for huge amounts of data) ### Common uses