Skip to main content

DATA STRUCTURES


buX
Enrollment is Closed

About This Course

CSE220 covers the design, analysis, and implementation of data structures to solve engineering problems. Topics include elementary data structures such as arrays, linked lists, stacks, queues and advanced data structures such as trees and graphs,and the algorithms used to manipulate these structures such as various sorting and searching algorithms and their application to solving practical engineering problems and performance analaysis by determining computational complexity.

Technical Requirements

Basic programming skills such as array manipulation, loops, conditional logic, classes and objects.

Prerequisite Courses

CSE 111

CSE 230

Frequently Asked Questions

What web browser should I use?

The Open edX platform works best with current versions of Chrome, Edge, Firefox, Internet Explorer, or Safari.

See our list of supported browsers for the most up-to-date information.

Which programming language should I use?

Even though you can use any programming language as a tool for this course, mainly the lecture series is going to be using JAVA.

Which IDE should I use?

Netbeans, Eclipse, Dr.Java whichever works for you. You can also use online IDE such as ideone.com.