At Southwestern, we are always striving to improve our commitment to diversity and inclusion, and that includes promoting the most inclusive learning environmennt possible. I view diversity as a resource and a strength of our community, and I want to make this course work for students of all identities. It is my intent to teach in a way that is as respectful and inclusive as possible with regard to: race, gender/gender identity, sexual orientation, socioeconomic status, age, cultural background, as well as any other identities that I have unintentionally missed. I am always open to your suggestions, comments, concerns, and constructive criticism on how I carry out this ethos.
At Southwestern we have stringent community standards for the treatment of others. I will not tolerate any hate speech, bullying, or harassment of any kind, and I will report any violations of our code of conduct to the Title IX office.
Please feel free to let me know what name and pronouns you prefer to go by, and/or how you want your name to be pronounced, and I will make sure to address you how you want to be addressed.
Southwestern University recognizes that it has students from a variety of religious and cultural traditions that have special days of observance or celebration that may take students out of their regular activities on certain days during the school year. Since the academic calendar does not always coincide with these days, the following policy is to be followed in order to facilitate student absences due to cultural and religious observances: As far in advance as possible, the student is expected to notify the professor(s) or instructor(s) of the class(es) to be missed. The student is expected to learn what assignments or exams are due or will be assigned on those dates and negotiate with the professor(s) or instructor(s) alternate times for fulfilling those requirements. Students should be prepared to fulfill the requirements prior to the class(es) to be missed.
The Center for Academic Success coordinates reasonable, individualized accommodations for students with documented disabilities (medical, learning and/or psychological). To receive formal accommodations, students must be registered with the Assistant Director of Academic Success, Prothro Suite 120, (512) 863-1536. If you have a disability for which you are or may be requesting an accommodation, the CAS will verify your disability and determine what reasonable accommodation(s) for this course are warranted, and then you should notify me of any required accommodations as soon as possible. Accommodations cannot be applied retroactively. It is the responsibility of any student seeking accommodation(s) for this course to present any necessary documentation to the instructor as early as possible.
Courses in the curriculum of the University are expressed in terms of credits. For courses that have a minimum class time of 150 minutes per week, students should expect to work outside of class a minimum of 2 and 1/2 hours per credit per week. For courses that have a minimum class time of 200 minutes per week, students should expect to work outside of class a minimum of 2 hours per credit per week. Class time and out-of-class work for courses yielding fewer than four credits will be expressed as some proportion of a four-credit course.
This course assumes that you have received a C- or better in Computer Science I, or that you have equivalent transfer credit. In particular, I assume that you are proficient with fundamentals of java programming syntax, including variables, conditional executtion, loops and iteration, object-oriented programming concepts (including classes, constructors, and instance methods), and recursion.
We will be using the following software in this course.
At Southwestern our learning management system is Moodle. You will submit all of your programming assignments on Moodle. I will use Moodle to keep track of grades, and you can use Moodle to see your current grade in the course. Finally, I will be using Moodle to make announcements. It is your responsibility to check your Southwestern email frequently and pay attention to announcements.
You will be writing and testing all of your code on Github Codespaces. This is a cloud-based service that has a built-in text editor and Unix shell.
zyBooks is the online learning platform that will host the textbook for this class. This is not a traditional textbook. "Reading" it involves reading text, but it also involves watching video animations as well as answering questions to check your understanding of the material. To access the textbook, please use the following instructions:
Discord is an instant-messaging platform that we will be using for communication. I have created a Discord server dedicated to this class. You can use Discord to communicate and collaborate with your fellow classmates. If you ask a question on Discord, you may well get a response from one of your classmates faster than you would get a response if you were to email me. You can also message me privately on Discord if you like using Discord better than email. The Discord server can also serve as a space for informal communication and simply getting to know your classmates better. Note that there are some guidelines about asking for coding help through Discord - please review the academic integrity section carefully.
To encourage students to collaborate on Discord as much as possible, I will be giving extra credit for posting questions on Discord and for answering other students' questions on Discord (see below).
My grading scheme is designed to grade you based on what/how much you learned. It is not designed to grade you based on...
By default I will use the following standard scale:
Attending class is very important for many reasons. When I lecture I will add explanations and details that cannot be captured by slides alone. Much of class time will be dedicated to solving problems in groups, but this will not work well if there is not a critical mass of people. Even if you think you know the material well, you will benefit from comparing answers with others and explaining your thought process. That said, I understand that not everyone can attend every lecture, and not every student necessarily needs to attend lecture. Thus, while I will track attendance and use it to help both me and you assess your effort and engagement, but I will only use it for a very small part of your grade calculation.
I will use Moodle to track lecture attendance. At the start of every class, I will write an attendance code on the whiteboard. You will then to the attendance tab on Moodle, enter the code, and mark yourself present. I will also show a QR code on screen that you can use to go straight to the attendance block on Moodle and have the code filled in automatically. If you mark yourself present before start of class, you will earn one (1) attendance point for that day. If you come to class late, you will receive 0.5 points. Othwerwise, you will receive 0 points. I also reserve the right to give you 0 points if you leave class unexcused.
If you have 5 or more unexcused absences you may receive an involuntary withdrawal from the course. If you need to miss class for a University-sponsored event you should let me know as far in advance as possible so that I know not to count it as an unexcused absence.
This will not be a traditional lecture class - instead it will be a (partially) flipped class. This means that class will not be solely focused me lecturing material to you. Instead, before every week (except the first one) you will have assigned reading, and you will be graded on completing the reading. In particular, zyBooks will track whether you completed all of the assessment questions that were part of the reading. When you come to class, I will still spend some time lecturing on the material, but I will try to dedicate as much lecture as possible solving practice problems to solidify your understanding. By completing a reading quiz ahead of time, you will be prepared to go through the introductory material more efficiently, which will allow us to focus more time on problem solving. You will have to work hard in preparation for lectures, but the payoff is that reading the material on your own and solving problems in class are a more active form of learning than simply listening to me talk.
The textbook includes zyLabs, which special textbook sections designed to extend your understanding of the data structures. Each zyLab section contains a browser-based coding assignment. You will write, run, test, and submit your code through a code editor in the browser. The zyLabs section will automatically grade your work.
During this course you will complete 10 programming projects in which you will apply the skills and concepts that you learned about and practiced in the readings, practice coding problems.
The first project is an individual project. You should be able to complete it using your CS 1 knowledge. This project will be a good way to get an early temperature check on how prepared you are for this course, and how much time you will need to devote towards catching up. All of the other programming projects are partner projects. For these projects, you must work with one other student. If we have an odd number of people then one student will have to work alone on each project. I will assign proejct partners manually. You should be a curteous and engaged project partner; don't ghost your partner. You should use the pair programming technique to ensure that you are both contributing and learning. I reserve the right to deduct points if either partner refuses to participate in the collaborative process.
In addition to writing code, each programming project includes writing a report. In the report you will answer questions to make sure that you understand the code that you wrote and the concepts that we are learning. You may NOT collaborate with ANYONE (including your programming partner) on the assignment report in ANY capacity. This would defeat the purpose of the report. When you submit your work, only one of you will need to submit the code on Moodle, but each of you will need to submit separate reports on Moodle.
Each programming project has two deadlines: one for the initial submission, and one for the re-work. Here is how it works:
As intimidating as exams are, we need some way to evaluate how well you yourself can understand the course material without the help of your peers and/or the instructional staff. There will be two 75 minute in-class exams, and one 3-hour final exam. The two in-class exams will take place on the following dates:
At the end of the semester you will be tasked with coming up with your own exam problem to assign to future students. This is a chance for you to add an element of creativity to this course, and explore connections between the course material and your personal passions. You will propose a problem that would work well as an exam problem. You'll be given feedback, and then you'll resubmit a polished problem (including your own solution). The one catch is that your problem must have a connection to a topic that is not related to math or computer science. This is a chance for you to share your interests with me, show me what course materials interest you the most, and help future students get excited about data structures and algorithms!
Throughout the semester you will have opportunities to receive extra credit for active engagement that goes beyond coming to class and completing assignments. You can receive extra engagement points for the following activities:
If you are taking the course for pass/fail credit instead of a grade, then you must meet the following criteria to earn a passing grade:
We want you to succeed in this course, but we also want you to succeed with integrity. We want to make sure that you actually learn the material, so that the impact of the course doesn't disappear once the semester ends. We also want to make sure that every student has a fair chance to succeed, and isn't being taken advantage of by his or her peers. You worked very hard to get into a prestigious school like Southwestern, and without enforcing academic integrity that very prestige would quickly crumble.
In this course we expect students to adhere to Southwestern University's honor code. This means that you will complete your work honestly, with integrity, and support and environment of integrity within the class.
The first thing I will note is that because timed exams are such a big part of your grade, cheating will not help you as much as you expect. Even if you manage to cheat your way through an assignment, if you don't actually learn the material then you will not succeed on exams. I still intend to monitor for and punish cheating, but the real punishment will be your lack of preparedness for the exams.
In general, I expect that whenever you submit anything, you would be able to reproduce your solution without referring to the original submission. If you submit work that you are not able to explain or reproduce, then you will be considered in violation of the honor code. Additionally, there are strict limits on how much you may collaborate with students in other groups. Here are some guidelines on what is and is not allowed:
In general I will not be accepting late submissions this semester. The deadlines are ironclad. The only way I may make exceptions is if you have a truly extenuating circumstance (such as a family or medical emergency), but I will need a note from a parent or doctor.
Grades can be appealed up to two weeks after they have been posted; no appeals will be considered after that time. Please note that the entire assignment will be regraded upon appeal.
To ensure the free and open discussion of ideas, students may not record classroom lectures, discussion and/or activities without the advance written permission of the instructor, and any such recording properly approved in advance can be used solely for the student's own private use.
All material provided through course websites is subject to copyright. This applies to class/recitation notes, slides, assignments, solutions, project descriptions, etc. You are allowed (and expected!) to use all of the provided material for personal use. However, you are strictly prohibited from sharing the material with others in general and from posting the material on the web or other file sharing venues in particular.
Southwestern has adopted a proactive advising approach, and in order to support this faculty and staff submit concerns about students to our retention management system. This alerts the student’s advisor who then reaches out to the student to offer support and resources. I will submit a concern for you if you fail to submit more than one assignment or have more than two unexcused absences. This safety net is in place because our community prioritizes student welfare and wants to do everything possible to support students when they are having difficulty.
At Southwestern, we are committed to providing instruction in the safest and most responsible manner possible. Beginning July 22, 2022, we will no longer require the use of face coverings in indoor spaces on campus, with the following exceptions:
I have been fortunate enough to be able to borrow course materials from Dr. Thumrongsak Kosiyatrakul, Dr. Kevin Wayne, Dr. Ana Paula Centeno, Jeremy Hui, Vian Miranda, and Yashas Ravi (the last for of whom developed their projects as a part of the Assignment Guru team at Rutgers). Addtionally, Dr. Jacob Schrum, Dr. Barbara Anthony, and Dr. Michael Shindler have provided invaluable advice on the development of course materials.