CS46: Theory of ComputationSpring 2019
Exploring the limits of what computers can do
Course GoalsBy the end of this course, you will have developed the following knowledge and skills:
Student ResponsibilitiesCS46 is different from most other computer science courses, in that the course focuses on abstract thinking about problems, and does not ask you to implement solutions in code. To succeed in this course, you should consistently do the following:
Academic IntegrityLimited collaboration in planning and thinking through solutions to homework problems is allowed and encouraged, but no collaboration is allowed in writing up solutions. Your submitted write-up is your own. Please list your discussion partners and the extent of your discussions in your README file. If you used any resources beyond the textbook and professor, you MUST cite them in your README file. Note: in the following paragraphs, "code" refers to all homework solutions, including written programs but also proofs, analysis, written reports, etc. Academic honesty is required in all your work. Under no circumstances may you hand in work done with (or by) someone else under your own name. Your code should never be shared with anyone; you may not examine or use code belonging to someone else, nor may you let anyone else look at or make a copy of your code. This includes, but is not limited to, obtaining solutions from students who previously took the course or code that can be found online. You may not share solutions after the due date of the assignment. Discussing ideas and approaches to problems with others on a general level is fine (in fact, we encourage you to discuss general strategies with each other), but you should never read anyone else's code or let anyone else read your code. But when you are through talking with others, you must write up your code independently and may not check them against each other. All code you submit must be your own with the following permissible exceptions: code distributed in class, code found in the course text book, and code worked on with an assigned partner. In these cases, you should always include detailed comments that indicates on which parts of the assignment you received help, and what your sources were. Failure to abide by these rules constitutes academic dishonesty and will lead to a hearing of the College Judiciary Committee. According to the Faculty Handbook: "Because plagiarism is considered to be so serious a transgression, it is the opinion of the faculty that for the first offense, failure in the course and, as appropriate, suspension for a semester or deprivation of the degree in that year is suitable; for a second offense, the penalty should normally be expulsion." Please contact me if you have any questions about what is permissible in this course. |