Skip to main content

C S 236

Discrete Structures

Computer Science College of Physical and Mathematical Sciences

Course Description

Introduction to grammars and parsing; predicate and propositional logic; proof techniques; sets, functions, relations, relational data model; graphs and graph algorithms.

When Taught

Fall, Winter, Spring

Grade Rule

Grade Rule 8: A, B, C, D, E, I (Standard grade rule)

Min

3

Fixed

3

Fixed

3

Fixed

0

Title

Write Code From Diverse Program Components

Learning Outcome

Demonstrate ability to build large programs by writing and integrating code from a diverse spectrum of program components.

Title

Use Mathematical Structures to Solve Programming Problems

Learning Outcome

Understand and be conversant with basic discrete mathematical structures (finite state machines, regular expressions, grammars, propositional calculus, proof techniques, predicate calculus, sets, relations, functions, graphs).Write complex programs by using mathematical concepts as the basis for solving programming problems (finite state machines for lexical analysis; grammars for parsing; propositional and predicate calculus for logic programming; sets and algebras for relational databases; algebras, graphs, and topological sorting for optimizing datalog query processing).Incrementally build sophisticated programs by a systematic design process based on discrete mathematics.Design a solution for a programming problem and justify the design as one that is maintainable and extendable by other programmers who understand and are conversant with discrete mathematical structures.