Skip to content
/ CS50x Public

Harvard's CS50x's Additional Practices, Labs and Problem Sets solutions.

Notifications You must be signed in to change notification settings

iz00/CS50x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS50x's Additional Practices, Labs and Problem Sets Solutions

CS50 Duck

About

  • CS50x is a Harvard University's introductory course to Computer Science and Programming. It includes fundamental concepts such as abstraction, algorithms and data structures, as well as practice with languages like C, Python, SQL, HTML, CSS and Javascript.

  • The course's content is divided in 10 weeks, each composed of a Lecture, a Problem Set, a Lab (2024 onwards Labs have become Problem Sets) and optionally, Additional Practices.

  • This repository contains my solutions for the Additional Practices, Labs and Problem Sets, organized by week. The Final Project is in a separate repository.

  • Since I began CS50x in 2023, but kept working on it in 2024, my work from the previous year was carried over. However, some assignments changed, and that is the reason some links take to the 2023 version.



Academic Honesty

As per the course's Policy:

The essence of all work that you submit to this course must be your own. Unless otherwise specified, collaboration on assessments (e.g., assignments, labs, problem sets, projects, quizzes, or tests) is not permitted except to the extent that you may ask classmates and others for help so long as that help does not reduce to another doing your work for you. Generally speaking, when asking for help, you may show your work to others, but you may not view theirs, so long as you and they respect this policy’s other constraints.



Languages and Tools

C icon  Python icon  SQLite icon  HTML icon  CSS icon  JavaScript icon  Bootstrap icon  Flask icon  VSCode icon  Linux icon 



Table of Contents

  • BirthdayHub: a web app that allows users to store and manage birthdays.



Others