Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slides to create #1

Open
6 of 9 tasks
JakubKoralewski opened this issue May 11, 2020 · 3 comments
Open
6 of 9 tasks

Slides to create #1

JakubKoralewski opened this issue May 11, 2020 · 3 comments
Labels
good first issue Good for newcomers new-slide This issue proposes to create a new slide

Comments

@JakubKoralewski
Copy link
Owner

JakubKoralewski commented May 11, 2020

  • intro
  • definition of a karnaugh map
  • Brief information about the history of karnaugh map
  • formula -> parse tree -> truth table -> karnaugh
  • Description of DNF
    I put this, and the following two after the above, since it relates more to DNF generation than the above, making a smoother segue.
  • how to find DNF using karnaugh map
  • formula -> karnaugh -> DNF [Dnf slide #20]
    Create text input, parse into truth table, transform into Karnaugh Map, and display DNF
  • other methods to find DNF [Add other methods slide #65]
  • Technical details of the presentation (JS, NodeJS, ReactJS, NextJS and so on) [[SLIDE] technical implementation #52]

EDIT: Updated with below suggestions

@hasanhur
Copy link
Collaborator

hasanhur commented Jun 1, 2020

(after definition of a karnaugh map and before formula -> parse tree -> truth table -> karnaugh)
Brief information about the history of karnaugh map
Description of DNF
Methods to find DNF
How to find DNF using a Karnaugh Map
Technical details of the presentation (JS, NodeJS, ReactJS, NextJS and so on)

@JakubKoralewski JakubKoralewski added good first issue Good for newcomers new-slide This issue proposes to create a new slide labels Jun 5, 2020
@JakubKoralewski
Copy link
Owner Author

Should we add like a Problems slide where we discuss what we struggled with?

@JakubKoralewski JakubKoralewski pinned this issue Jun 9, 2020
@hasanhur
Copy link
Collaborator

I don't think it's necessary as long as we explain the Karnaugh map rules clearly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers new-slide This issue proposes to create a new slide
Projects
None yet
Development

No branches or pull requests

2 participants