Don't mention string encoding; it's confusing as the "string" is stored in a list

This commit is contained in:
Charlotte Van Petegem 2024-02-09 11:05:08 +01:00
parent 93bfb89451
commit 70ec2fb2d7
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -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):