summaryrefslogtreecommitdiff
path: root/.idea/encodings.xml
diff options
context:
space:
mode:
authorHaidong Ji2019-03-22 18:02:48 -0500
committerHaidong Ji2019-03-22 18:02:48 -0500
commitacff8424e09a3531cae111a93fb0f6fce1d4404e (patch)
tree528578fd9f9c5843ab82dce71447730b1d849d01 /.idea/encodings.xml
parentb1aea90f00a4bf65253946b9f1017b6c9804535a (diff)
In-order and pre-order binary tree traversal done
I worked this out myself, using iterative approach instead of recursive to avoid stack overflow issues. Post-order traversal not done yet. I'll likely follow pseudo code from this wiki page to get that done: https://en.wikipedia.org/wiki/Tree_traversal
Diffstat (limited to '.idea/encodings.xml')
-rw-r--r--.idea/encodings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 0000000..15a15b2
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="Encoding" addBOMForNewFiles="with NO BOM" />
+</project> \ No newline at end of file