Visualization of a Radix Tree and Patricia Tree

Hi all,

I am trying to create trees, but are unsure if they are correct. Can you please take a look and correct me if there are any mistakes.
I want to visualize the data structure RadixTree and Patricia Trie using the following words: AAL, ARM, ART, ROH, ROT, TEE, TOR
But as you can see in the screenshot below, i get the same results for both data structures and don’t think, that this can be right.

Thanks!