diff --git a/README.md b/README.md index b088ef2..9763878 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The following topics will be elaborated: * Looping * For Loop * While Loop + * do While Loop * Sorting Algorithms * Bubble Sort * Selection Sort @@ -61,6 +62,7 @@ The following topics will be elaborated: * Preorder Tree Traversal * Postorder Tree Traversal * Binary Tree Max Path + * Morris Traversal * Graph Data Structure * Breadth First Search * Depth First Search