Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Discrete Math for Computer Science SC/MATH 1019B - HOMEWORK 4 with Verified Solutions, Exams of Discrete Mathematics

SC/MATH 1019B - HOMEWORK 4 DUE DECEMBER 4, 2024 This assignment must uploaded to moodle by December 4, 2018. This assignment should be typed.

Typology: Exams

2024/2025

Available from 10/25/2024

star_score_grades
star_score_grades 🇺🇸

3.6

(19)

1.7K documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
SC/MATH 1019B - HOMEWORK 4
DUE DECEMBER 4, 2024
This assignment must uploaded to moodle by December 4, 2018. This assignment
should be typed.
This assignment asks you to write a short (1 - 2 page) report on how a topic from
the course can be applicable to computer science. You are encourage to choose any
topic of interest to you within discrete mathematics and computer science (broadly
interpreted). Below is a non-exhaustive list of potential topics along with some key
words to help you chose a topic.
Big-O is used in analysis of algorithms where “time complexity” is a helpful
keyword.
Strings are used in many data structures and algorithms. Some keywords
include: “string searching”, “string matching”, “formal languages”, ...
Relations show up in “relational databases” like SQL.
Graphs and trees are used to model many things; “networks” are often
encoded as graphs or directed graphs.
Recursion shows up in “dynamic programming” and many algorithms.
Sets are an important notion.
One option for the assignment would be
to figure out ways of representing sets and performing set operations on a
computer.
1

Partial preview of the text

Download Discrete Math for Computer Science SC/MATH 1019B - HOMEWORK 4 with Verified Solutions and more Exams Discrete Mathematics in PDF only on Docsity!

SC/MATH 1019B - HOMEWORK 4

DUE DECEMBER 4, 2024

This assignment must uploaded to moodle by December 4, 2018. This assignment should be typed. This assignment asks you to write a short (1 - 2 page) report on how a topic from the course can be applicable to computer science. You are encourage to choose any topic of interest to you within discrete mathematics and computer science (broadly interpreted). Below is a non-exhaustive list of potential topics along with some key words to help you chose a topic.

- Big-O is used in analysis of algorithms where “time complexity” is a helpful keyword. - Strings are used in many data structures and algorithms. Some keywords include: “string searching”, “string matching”, “formal languages”, ... - Relations show up in “relational databases” like SQL. - Graphs and trees are used to model many things; “networks” are often encoded as graphs or directed graphs. - Recursion shows up in “dynamic programming” and many algorithms. - Sets are an important notion. One option for the assignment would be to figure out ways of representing sets and performing set operations on a computer. 1