Introduction to Data Structures: Fall 2019 (Instructor: Jan Verschelde)

Most of the information for this course is available on the Syllabus. Look at the Instructor's webpage here!

Teaching Schedule

T 11:00AM-11:50AM ERF 1083
R 11:00AM-11:50AM GH 304

Office Hours

TR 16:00 to 17:00 MSLC (SES 3rd Floor)

Stuff

Discussion 2b: Finding the minimum entry in an integer array, where the user is asked to input the size of the array, followed by the elements. CPP Code

Discussion 6b: Stacks. CPP Code

Discussion 8a: Lists and recursion. CPP Code

Discussion 9a: Calculating Fibonacchi numbers using recursion. CPP Code

Discussion 10a: Heap Sort. TXT File

Discussion 12a: Quick Sort + Quiz. TXT FILE

Discussion 14a: Red-black trees. PNG FILE

Back to home