From 95916f9ff864a1245110fe6ae3555f234e6ec417 Mon Sep 17 00:00:00 2001 From: s2-peng <siyang2.peng@live.uwe.ac.uk> Date: Sun, 10 Apr 2022 17:45:09 +0000 Subject: [PATCH] Upload New File --- README1.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README1.md diff --git a/README1.md b/README1.md new file mode 100644 index 0000000..b7f91be --- /dev/null +++ b/README1.md @@ -0,0 +1,4 @@ +First a complete binary tree structure is constructed with DOT and DASH distinguishing the left and right of the fork. +The initial node is empty, adding a dot when pushed to the left and a dash when pushed to the right. +When the end of a letter is reached, a space is used to indicate the end and to start checking for further letters to follow. +One space indicates a new letter, while two consecutive spaces indicate a new word. \ No newline at end of file -- GitLab