Skip to content

Problem set solutions for the course MIT:6.00.1x Introduction to Computer Science and Programming Using Python

Notifications You must be signed in to change notification settings

Sikae/MIT6.00.1xSolutions

Repository files navigation

MIT6.00.1xSolutions

Problem set, quiz and final exam solutions for the course MITx:6.00.1x Introduction to Computer Science and Programming Using Python.

It is highly recommended to solve the problem sets, quiz and final exam by your own, and only use these solutions as a guide in case of having trouble.

Though the course uses Python 2, the solutions provided in this repository were written using Python 3. I strongly disagree using Python 2 because according to Guido van Rossum, the creator of Python, the future of this programming language is Python 3. The main reason for using Python 2 in the course is lacking enough scientific libraries for Python 3. However, Anaconda provides enough libraries fully compatible with Python 3.

Problem Set 1

  • Counting Vowels
  • Counting Bobs
  • Alphabetical Substrings

Problem Set 2

  • Paying the Minimum
  • Paying Debt off in a Year
  • Using Bisection Search to Make the Program Faster

Problem Set 3

  • Radiation Exposure
  • Hangman

Problem Set 4

  • A Word Game

Problem Set 6

  • Encryption
  • Recursion

Problem Set 7

  • Monitor news feeds over the Internet

Quiz

  • Problem 4
  • Problem 5
  • Problem 6
  • Problem 7
  • Problem 8

Final

  • Problem 4
  • Problem 5
  • Problem 7

About

Problem set solutions for the course MIT:6.00.1x Introduction to Computer Science and Programming Using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages