Skip to content

Materials that might help studying for introduction to theoretical CS

License

Notifications You must be signed in to change notification settings

parion/theoretical-cs-studymaterials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE 355 Final Study Materials

Materials and sources that might help with studying for the ASU CSE 355 Summer 2017 Final Exam. This page will continually be updated with new content.

Introduction

Materials in this repo are included for the sole purpose to study with in preparation for the ASU CSE 355 Final Exam for the Summer 2017 semester. I have no idea if these will be useful or helpful. I just want to do good on the final, man.

There are six chapters from the book Introduction to the Theory of Computation (3rd Edition) that were covered in lecture and will be covered in the final exam. Each chapter is broken down into three sections:

  • Lectures: Lectures are PDFs of Ryan Dougherty's notes for the Summer 2017 CSE 355 course. These notes should be considered the ASU gold standard and are the most important resource on this page. Along with the PDFs are Ryan's YouTube videos for each set of notes, some sectioned off by breaks, which he has graciously provided us.
  • Resources: Resources are external sites or documents that cover the same topics in class. These external resources may teach concepts in different ways that may help you understand the material better. However, as they are taught differently, these resources' content must be taken with a grain of salt and you must make sure to refer to Ryan's lecture notes for proper notes.
  • Sample Problems: Sample problems consist of problems that were found on external sites. All problem sets contain solutions along with the problems. However, even though these solutions may be mostly correct, their formatting or procedures may differ than what is actually expected on the exam.

The problem sets and midterm solutions from the 355 class were purposely left out of this repository as their solutions will not be made public. However, it is recommended that you go back and check these documents out for yourselves and retry these problems yourselves for optimal studying.

If you wish to make a suggestion or contribute to the repository, please see Contributing.

Chapter 1: Regular Languages

The first chapter covers regular languages including topics like DFAs, NFAs, Product & Powerset Construction, Regular Expressions, Pumping Lemma, and Regular Grammar.

Lectures

Resources

Sample Problems

Chapter 2: Context-Free Languages

Lectures

Chapter 3: The Church Turning Thesis

Lectures

Chapter 4: Decidability

Lectures

Chapter 5: Undecidability/Reducibility

Lectures

Chapter 6: Advanced Topics in Computability Theory

While there is a section in the book for Chapter 6, there appears to be no lecture notes for this content, leading me to believe this will not be covered on the final.

Chapter 7: Time Complexity

Lectures


Recitations

There were four recitations over the course of the semester. You can find the PDFs of the worksheets to these recitations in the Recitations folder on the 355 page. These PDFs don't have the solutions to the problems and there's no known video source of the recitations.

However, Ryan Dougherty has a YouTube playlist of all his recordings for his Spring 2017 CSE 355 recitations. Most videos will look identical to others since Ryan had multiple recitations every week.

Previous Final Exam Review Session

For the Spring 2017 CSE 355 class, Ryan held a final exam review session during class. The video can be seen here. Do note that some of the content may have changed since.

Contributing

If you wish to help mantain, update, or fix the information in this repository, great! Please feel free to suggest external resources and sample problems, suggest typo fixes, etc. There are two ways you can contribute.

Create a new issue

Create a new issue and assign the appropriate label to it. I will get around to looking at your suggestion/fix and implement any changes if needed.

Submit a pull request

If you want to dive into the repo itself, awesome! Clone this repository, make any edits, and submit a pull request. I'll review the request and merge if I approve.

About

Materials that might help studying for introduction to theoretical CS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published