aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortojo-dot-tokyo <33104005+tojo-dot-tokyo@users.noreply.github.com>2017-10-26 07:05:54 +0900
committerGitHub <noreply@github.com>2017-10-26 07:05:54 +0900
commit59f244adb47cef388f77c921a477f1e11597f466 (patch)
tree342bd6452cef048454907c80b7c7e133377c70a5
parent548eaa2f5704967efe0b51ebce26bbece4061574 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fe29da7..afca483 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,2 @@
# map-avl
-R6RSによるAVL木の単純な実装
+Simple implementation of AVL tree with R6RS.