From c092f96d5f18cf10b08c5d62e243c8cb9ffb9a20 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Tue, 7 Jan 2025 17:01:36 +0530 Subject: [PATCH] Pruned old main branch & commits. Created a new one. --- README.md | 3 + git-commit-logs.txt | 134 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 137 insertions(+) create mode 100644 README.md create mode 100644 git-commit-logs.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..c5e4f2c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Theory of Computation (TOC) + +--- diff --git a/git-commit-logs.txt b/git-commit-logs.txt new file mode 100644 index 0000000..d50d391 --- /dev/null +++ b/git-commit-logs.txt @@ -0,0 +1,134 @@ +commit da89a167d4711bcd0ff2750f2cdce021698d903c +Author: Kshitij +Date: Tue Jan 7 16:54:21 2025 +0530 + + Added 2024 in-sem+end-sem question papers. + +commit 634e641c0845d4973a43adca20aa8001e5ccab2b +Author: Kshitij +Date: Tue Jan 7 16:53:59 2025 +0530 + + Added disclaimer file. + +commit e1842c3e20bb23228955b60bdd291d2f311f34f2 +Author: Kshitij +Date: Tue Jan 7 16:53:05 2025 +0530 + + Added motto file. + +commit 31c348277c5891664b84b69327ec3a3dd90c9263 +Author: Kshitij +Date: Tue Jan 7 16:52:51 2025 +0530 + + Added contribution tip and miscellaneous section in readme file. + +commit 79961782bfab434f95d06cdd44f3c157ec797815 +Author: Kshitij +Date: Fri Nov 22 22:38:37 2024 +0530 + + Added 2023 (may-june + november-december) and 2024 (may-june) question paper for toc. Thanks to Prathamesh for sharing them! + +commit d07297a5ba5dc7ee6b668e6f91fe57dd944f1a61 +Author: Kshitij +Date: Fri Nov 22 12:42:52 2024 +0530 + + Locally referencing links in readme instead of full urls. + +commit d8bd1dbd66c53741b1d62d12736579bdbac1d997 +Author: Kshitij +Date: Fri Nov 22 12:42:18 2024 +0530 + + Appended '(PDA)' to unit 4 folder name. + +commit b67f60d8c3f0cfb1360c9e4ccfa399a264366cc1 +Author: Kshitij +Date: Fri Nov 22 12:38:33 2024 +0530 + + Added class presentations and mcqs for unit 4 (pushdown automata). + +commit 52f132819317aa0458ae3f821018ec2c30db53c0 +Author: Kshitij +Date: Fri Nov 22 11:41:15 2024 +0530 + + Changed name for 2023 paper, it's actually solved paper of 2022. Apologize for the mistake. + +commit a4254c64c1ce16664047978027c13d3a23970535 +Author: Kshitij +Date: Wed Oct 2 15:14:45 2024 +0530 + + Added link for unit 3 notes. + +commit 4a8ce7d4afa72f372904e8ea570cf6d54c637218 +Author: Kshitij +Date: Wed Oct 2 15:11:53 2024 +0530 + + Added unit 3 notes. + +commit 04e08c438bd6cfef561b0a4984973e31f78ed521 +Author: Kshitij +Date: Sat Aug 24 11:48:49 2024 +0530 + + Removed turing machine notes since it's not a part of unit 1. Will be added back once it's been taught. + +commit 32e3c73d9ee2bf3e37e4302df214bbf7d96ea907 +Author: Kshitij +Date: Fri Aug 23 21:35:35 2024 +0530 + + Added handwritten notes from Kalaskar and Macho. + +commit bd1b0c54f53b913c9dbff2a70696ef3aa7aa05a0 +Author: Kshitij +Date: Thu Aug 22 19:45:25 2024 +0530 + + Added links for assignments + +commit 95d93e99356b9dbab29fe280bfce2c63fd7b3bad +Author: Kshitij +Date: Thu Aug 22 19:42:54 2024 +0530 + + Added assignment 1 & 2. + +commit b65971d0dc6920665c94baa312b811718a978f3c +Author: Kshitij +Date: Wed Aug 21 09:51:19 2024 +0530 + + Added turing machine, unit 1 notes. + +commit bf8054354c0703ba0fe2ea245b6c911a0b93cb55 +Author: Kshitij +Date: Wed Aug 21 02:46:20 2024 +0530 + + Made several changes to README. + - Added description + - Added links for unit 1 and unit 2 notes + - Added links for insem and endsem question paper folder + +commit 967641c79a6a8a19d3bd9915ebe76aff29e3fb34 +Author: Kshitij +Date: Wed Aug 21 02:44:49 2024 +0530 + + Added insem and endsem question papers. + +commit d4ea9c542327a2bc96e9a594b9b767ff4c563bf5 +Author: Kshitij +Date: Wed Aug 21 02:18:21 2024 +0530 + + Added unit 1 and unit 2 notes, along with class presentations for unit 1. + +commit ebf22035d6e9896711fc1762816463e3830c2447 +Author: Kshitij +Date: Tue Aug 20 16:08:45 2024 +0530 + + Added link for sample insem papers and added heading in readme. + +commit a3cd576f441212f75a042377948e0905c1e65b37 +Author: Kshitij +Date: Tue Aug 20 16:08:28 2024 +0530 + + Added sample insem unit test papers for toc. + +commit 49fe983477303d4a5dff9f04a8a32ffbbabc61f1 +Author: Kshitij +Date: Sun Jul 21 12:10:10 2024 +0530 + + Initial commit.