Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.99 KB

README.md

File metadata and controls

46 lines (25 loc) · 1.99 KB

Excercises and (my) solutions

for Introduction to the Theory Of Computation

cover

homepage

Have other solutions or think mine are wrong? Share your thoughts (open an issue)!


Table of Contents

Hi! Main content of this repo are solutions to exercises from the book presented above.

But, it is also a good example of developer environment to using LaTeX to produce scientific documents with math expressions and graphs. You can check VS Code settings here.

Few examples of latex code you can found there:

  1. Math expressions:

math expressions example

  1. Math vectors/matrix

math vectors example

  1. Graphs

graphs example

  1. Colored graphs

colored graphs example

Along using LaTeX during content creation process I've prepared github actions example to automatic build and publish PDFs from LaTeX documents as well as publishing simple homepage on github pages: https://mharbuz.github.io/itttoc-exercises/

  • Simple homepage for this project, hosted on GitHub Pages. HERE
  • Visual Studio Code workspace settings for building Latex documents.
  • Quite a few examples how to use Latex. Especially for writing graphs.
  • Example of GitHub action to build Latex documents and deploy them to GitHub Pages.