Skip to content

Latest commit

 

History

History
111 lines (94 loc) · 6.2 KB

README.md

File metadata and controls

111 lines (94 loc) · 6.2 KB

<- Back to main


CS50’s Introduction to Computing Science


Free HarvardX course on cs50.harvard.edu/x/2022

Certificate key: 8166d756-6d6c-415e-a048-72f658c432d3


Problem sets (P) & Labs (L):

Type # Name Description Technology
Pset 1 Hello Says Hello to you. C
Pset 1 Mario (More) Creates a Mario pyramid in terminal. C
Pset 1 Credit Checks a given creditcard if is valid. C
Lab 2 Scrabble Compares letters used by two players, and their value C
Pset 2 Readability Grades the readability of a text. C
Pset 2 Substitution Substitution cipher. C
Lab 3 Sort Anwsers of what sorting algorthm was used
Pset 3 Plurality Plurality election. C
Pset 3 Tideman Tideman election. C
Lab 4 Volume Modifies the volume of an .wav audio file C
Pset 4 Filter (More) Filters for .bmp images. C
Pset 4 Recover Recovers JPEGs from forensic images. C
Lab 5 Inheritance Simulates the inheritance of blood types for each member of a family C
Pset 5 Speller Checks spellings in text. C
Lab 6 World Cup Simulates multiple FIFA World Cups Python
Pset 6 Hello Says Hello to you. Python
Pset 6 Mario (More) Creates a Mario pyramid in terminal. Python
Pset 6 Credit Checks a given creditcard if is valid. Python
Pset 6 Readability Grades the readability of a text. Python
Pset 6 DNA Person identification based on their DNA. Python
Lab 7 Songs Answer questions about a database of songs SQL
Pset 7 Movies Anwser questions about a DB of movies SQL
Pset 7 Fiftyville Solve a mystery SQL
Lab 8 Trivia A webpage that lets users answer trivia questions HTMLCSS
Pset 8 Homepage Simple homepage. JavaScriptHTMLCSS
Lab 9 Birthdays A web application to keep track of friends’ birthdays PythonHTMLCSS
Pset 9 Finance A website via wich users can "buy" and "sell" stocks. PythonHTML
Proj fp MyICV My Interactive CV - Create and read interactive resumes. C++QT