Update README.md

This commit is contained in:
NehaKeshan
2024-03-29 12:02:57 -04:00
committed by GitHub
parent aafc757ace
commit 142dd0400d

View File

@@ -82,5 +82,6 @@ class Node {
Node* right; Node* right;
}; };
``` ```
![alt text](Trinary_trees.png "Trinary Trees example")