CSC 343 - Data Structures
Dr. R. M. Siegfried
407 Science (516)877-4482
siegfrie@adelphi.edu
For assignment submission:
siegfriedHW@gmail.com
Office hours:
MWF 10:00-10:50AM; F 1:00-2:00PM
Course Home Page
|
Announcements
|
Syllabus
|
Class notes
| Assignments
Below you will find links to the assignments assigned so far this term:
Assignment #1
- A Concordance Program
Assignment #2
- Page 115 Exercises 2.3.1, 2.3.2, 2.3.3
Assignment #3
- Page 85, Exercise 2.2.8 - The Bashemin Parking Garage
Assignment #4
- Page 139, Exercise 3.2.2 - The Greatest Common Divisor
Assignment #5
- Running the Recursive Fibonacci Program
Assignment #6
- Using A Linked List To Manage Inventory
A Hint
- A lists class that you can work with
Another Hint
- A lists class that uses structures
Assignment #7
- Traversing Binary Trees
Assignment #8
- Using A Binary Tree To Manage Inventory
A Hint
- A binary tree class that you can work with
Assignment #9
- Creating A Heap and Sorting It
Assignment #10
- Sorting an Array of Character Strings
Assignment #11
- Constructing a multiway search tree of order 3