From 70ec2fb2d7fdead0628d95eacee7a37a60c2d27b Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 9 Feb 2024 11:05:08 +0100 Subject: [PATCH] Don't mention string encoding; it's confusing as the "string" is stored in a list --- book.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.org b/book.org index b2a39d8..8ef7cf0 100644 --- a/book.org +++ b/book.org @@ -2506,7 +2506,7 @@ The full pseudocode for this algorithm can be seen in Listing\nbsp{}[[lst:feedba #+ATTR_LATEX: :float t #+CAPTION: Pseudocode for checking whether a pattern matches a subtree. -#+CAPTION: Note that both pattern and subtree are stored in the string encoding described by\nbsp{}[cite/t:@zakiEfficientlyMiningFrequent2005]. +#+CAPTION: Note that both pattern and subtree are stored in the encoding described by\nbsp{}[cite/t:@zakiEfficientlyMiningFrequent2005]. #+NAME: lst:feedbackmatchingpseudocode #+BEGIN_SRC python subtree_matches(subtree, pattern):