From 011fe781d5816da56e3e357e39631d4a895ef7dc Mon Sep 17 00:00:00 2001 From: james1694 Date: Tue, 16 Jul 2024 16:42:34 -0700 Subject: [PATCH] Create 0-welcome.md --- 0-welcome.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 0-welcome.md diff --git a/0-welcome.md b/0-welcome.md new file mode 100644 index 0000000..b1826bd --- /dev/null +++ b/0-welcome.md @@ -0,0 +1,20 @@ +Dear Students, + +Welcome to our course! This course is designed to deepen your understanding of fundamental data structures, such as stacks, sets, and trees. Throughout this journey, we will explore how these structures work, their applications, and how to implement them in various programming scenarios. Below, you will find links to modules that cover stacks, sets, and trees in detail. + +If you have any questions or need assistance, please feel free to reach out to me. + +Instructor Information +Name: James Leenue Kennedy +Class: CSE 212 +Section: A1 +Email Address: lee20012@byui.edu + +Module Links +Stack Module +Set Module +Tree Module +I am looking forward to a great semester with all of you! + +Best regards, +[Your Name]