Introduction-to-the-Theory-of-Computation-Solutions
Textbook solutions
Solutions to a theoretical computer science textbook, compiled from LaTeX files.
Solutions to Michael Sipser's Introduction to the Theory of Computation Book (3rd Edition).
350 stars
28 watching
140 forks
Language: TeX
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
allendowney/thinkpython | Jupyter notebooks and accompanying resources for teaching computer science fundamentals | 1,315 |
ccpalettes/the-c-programming-language-second-edition-solutions | Solutions to exercises in K&R book on C programming | 566 |
fangohr/introduction-to-python-for-computational-science-and-engineering | A comprehensive tutorial on using Python for computational science and engineering | 373 |
lechgrzelak/quantfinancebook | Provides solutions to mathematical modeling and computation problems in finance using Python | 516 |
xxyzz/ostep-hw | Solutions and implementations for a computer systems course covering operating system concepts, programming in C, and project-based learning | 786 |
erikrhanson/problem-solving-with-algorithms-and-data-structures-using-python | Solving problems with algorithms and data structures using Python | 324 |
ignacio-chiazzo/algorithms-leetcode-javascript | A collection of solutions to algorithmic problems using JavaScript. | 626 |
weisscharlesj/scicompforchemists | A comprehensive textbook and teaching resource on programming in Python with applications to chemistry | 236 |
yourtion/learningmasteringalgorithms-c | A comprehensive C programming project covering various algorithms and data structures | 749 |
careercup/ctci-6th-edition-swift | Swift solutions to problems in a popular coding interview book | 460 |
id1019/functional-programming | A collection of LaTeX sources and instructions for generating PDFs from exercises in a course on functional and concurrent programming. | 79 |
asmolich/algorithms | A collection of implementations and explanations of fundamental algorithms and data structures used in computer science | 15 |
vonzhou/csapp | A comprehensive study of computer systems through the implementation and analysis of system-level concepts in C | 1,312 |
indy256/codelibrary | A comprehensive collection of algorithms and data structures implemented in multiple programming languages | 1,944 |
guillaume-chevalier/how-to-grow-neat-software-architecture-out-of-jupyter-notebooks | Guiding principles and techniques for transitioning Jupyter Notebook code to a more organized software architecture. | 526 |