Course Syllabus

 

Note: Some links on this page may only be accessible to registered students.

 banner_home.png

Welcome to CS 261: Data Structures (Online)

The purpose of this course is to develop your knowledge and understanding of data structures. The course was intentionally designed so that, at the end of the term, you will be able to do the following:

  • Describe the properties, interfaces, and behaviors of basic abstract data types, such as collection, bag, indexed collection, sorted collection, stack, and queue.
  • State the asymptotic time complexity of the fundamental operations associated with a variety of data structures, such as vector, linked list, tree, and heap.
  • Recall the space utilization of common data structures in terms of the long-term storage needed to maintain the structure, as well as the short-term memory requirements of fundamental operations, such as sorting.
  • Design and implement general-purpose, reusable data structures that implement one or more abstractions.
  • Compare and contrast the operations of common data structures (such as linear structures, priority queues, tree structures, hash tables, maps, and graphs) in terms of time complexity, space utilization, and the abstract data types they implement.
  • Read an algorithm or program code segment that contains iterative constructs and analyze the asymptotic time complexity of the algorithm or code segment.

We call this list the Course Learning Objectives. We recommend that you periodically revisit this list throughout the term to check your progress on developing your knowledge and these skills.

 

Course Structure

We structured the course around the Course Learning Objectives above. We will present the material and assess your learning in multiple ways, including the following:

  • Weekly readings
  • Explorations and Video lectures
  • Written and Programming assignments (completed individually)
  • Quizzes

Note: There will be no exams in this course that need to be proctored.

 

Your Instructional Team

InstructorNauman Chaudhry

Note: Some links on this page may only be accessible to registered students.

 

Course Syllabus

Course Schedule

 

Take the Syllabus Quiz.


 

Note: Some links on this page may only be accessible to registered students.

 

Ed Discussion Board

Ed Discussion is the best place to get help with course-related questions.

Office Hours - MS Teams

MS Teams is where to look for real-time help from peers and the instructional team.

  • The official MS Teams workspace name is: 

    CS 261 - Spring 23 - Chaudhry

CoE Peer Tutoring

Schedule free personalized tutoring with our College of Engineering student tutors.  You can get more information and make an appointment here:  CoE Peer Tutoring (also linked in the navigation panel on the left).

Course Resources

There is no required textbook for this course. Reading and learning materials are provided via Canvas.

 

Instructor Contact Information

  • Office Hours Information

The Instructor will hold fixed weekly office hours. Office hours are held via the official MS Teams channel (Office Hours). The contact and office hours information of the Instructor are provided as follows -

    • Nauman Chaudhry chaudhrn@oregonstate.edu
    • Office hours
      • Monday 10am - Noon Pacific Time
      • Thursday 10 am - Noon Pacific Time

  • Communication Policy
    • Please post all course-related questions in the Ed Discussion forum so that the whole class may benefit from your conversation. Not all posts require a reply from the instructor/TA, and often it is better for students to hash out an answer to a question.
    • Office hours will be held online through Microsoft Teams. You can use an app (desktop/mobile), or click https://teams.microsoft.com/. You do not need to do anything to join, you are automagically enrolled and can participate via app or browser.
      • If you wish to use the link on the left side, you may need to adjust your browser settings.  If the team does not appear after clicking that link, visit this link or use one of the apps (desktop/mobile) instead.
    • Please email your instructor only for matters of a personal or private (grading) nature. The instructor or a TA will reply to most course-related questions within 48 hours, though this may vary on weekends. (Please use email, not Canvas Messaging).
    • Any email sent to the instructor about this course must originate with an OSU supplied email account and contain the tag [CS261] at the beginning of the subject. Failure to comply with this will result in a delayed (or possibly nonexistent) response to your email.

ULA Contact and Office Hours Information

The ULAs will hold fixed weekly office hours . Office hours are held via the official MS Teams channel (Office Hours). The office hours of the ULAs are as follows

 

Listing by Day (all times U.S. Pacific Time, UTC-08:00): 

Day Office Hour Time and Person
Monday 10 AM - Noon Nauman Chaudhry
12:00 PM-2:00 PM Kristen Eberman
2:00 PM-4:00 PM Kathleen Gundran
4:00 PM-6:00 PM Alex McLeod
6:00 PM-8:00 PM Monika Marek
8:00 PM-10:00 PM Em Rickrode
Tuesday 12:00 PM-2:00 PM Alex McLeod
4:00 PM-6:00 PM Kenny Tran
6:00 PM-8:00 PM Austin Webber
8:00 PM-10:00 PM Em Rickrode
Wednesday 12:00 PM-2:00 PM Meagan Welch
4:00 PM-6:00 PM Amanda Dohring
6:00 PM-8:00 PM Austin Webber
Thursday 10 AM - Noon Nauman Chaudhry
12:00 PM-2:00 PM Leila Finn
2:00 PM-4:00 PM Kayti Martens
4:00 PM-6:00 PM Elliott Larsen
6:00 PM-8:00 PM Sebastian Suarez
Friday 2:00 PM-4:00 PM Kathleen Gundran
4:00 PM-6:00 PM Lisa Fink
6:00 PM-8:00 PM Joe Witte
Saturday 10:00 AM-12:00 PM Lisa Fink
12:00 PM-2:00 PM Elliott Larsen
2:00 PM-4:00 PM Amanda Dohring
Sunday 2:00 PM-4:00 PM Meagan Welch
4:00 PM-6:00 PM Leila Finn
6:00 PM-8:00 PM Joe Witte

 *** NO OFFICE HOURS ON SCHOOL HOLIDAYS (including weekends where applicable) ***

This schedule may be adjusted during the term to adjust for demand, or lack thereof.

The College of Engineering (COE) offers a variety of academic support resources for students. There are remote tutoring services available through the COE by appointment and drop-in. There are also tutoring services available through the College of Science. More information about these and other academic support services can be found on the COE’s Academic Support website.

For writing assistance, the Oregon State Online Writing Suite is a great resource for students enrolled in Ecampus courses. If you have additional tutoring needs, or have questions about these services, please contact Casey Patterson at casey.patterson@oregonstate.edu .

Note: Some links on this page may only be accessible to registered students.

 

Now that you've read the syllabus, here's what to do next:

  1. Read over the important information in this module: Start Here
  2. Take the Syllabus Quiz
  3. If you are looking for a Python overview or refresher, take a look at the Python - Bonus Review Module - OPTIONAL
  4. Become familiar with the helpful information in the Coding Guides and Tips - Style and Debugging module
  5. Look over the Week 1 Learning Module
  6. Begin working on the tasks in the Week 1 Overview

 

 

Course Summary:

Date Details Due