Skip to content

"A compilation of projects completed during my time in Harvard's CS50 course, covering a range of topics from programming fundamentals to web development."

License

Notifications You must be signed in to change notification settings

Success1308/CS-50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS50 Projects

Welcome to my collection of projects completed during my time as a student in Harvard's CS50 course!

Introduction

This repository contains the projects I completed as part of CS50, Harvard University's introduction to computer science course. Each week, we explored different aspects of computer science through problem sets and projects, covering topics such as algorithms, data structures, web development, and more.

Projects

Week 0: Scratch

  • Description: Introduction to programming through Scratch, a visual programming language.
  • Folder: scratch/

Week 1: C - Cash

  • Description: A program that calculates the minimum number of coins required to give a user change.
  • Folder: cash/

Week 1: C - Credit

  • Description: A program that determines whether a provided credit card number is valid according to Luhn’s algorithm.
  • Folder: credit/

Week 1: C - Mario

  • Description: Recreating the half-pyramid scene from Super Mario Brothers using hashes (#) for blocks.
  • Folder: mario/

Week 1: C - Me

  • Description: A simple program that prints out a user's initials based on their name input.
  • Folder: me/

Week 1: C - World

  • Description: A program that prints out a simple greeting to the world.
  • Folder: world/

Week 2: Arrays - Caesar

  • Description: A program that encrypts messages using Caesar’s cipher.
  • Folder: caesar/

Week 2: Arrays - Readability

  • Description: A program that computes the approximate grade level needed to comprehend some text.
  • Folder: readability/

Week 2: Arrays - Scrabble

  • Description: A program that calculates the score of a Scrabble word.
  • Folder: scrabble/

Week 2: Arrays - Substitution

  • Description: A program that implements a substitution cipher to encrypt a message.
  • Folder: substitution/

Week 3: Algorithms - Plurality

  • Description: A program that simulates a plurality vote election.
  • Folder: plurality/

Week 3: Algorithms - Runoff

  • Description: A program that simulates a runoff election.
  • Folder: runoff/

Week 3: Algorithms - Sort

  • Description: Implementations of various sorting algorithms.
  • Folder: sort/

Week 3: Algorithms - Tideman

  • Description: A program that simulates a Tideman election (ranked pairs).
  • Folder: tideman/

Week 4: Memory - Filter-More

  • Description: Implementations of grayscale, sepia, and reflection filters in C.
  • Folder: filter-more/

Week 4: Memory - Recover

  • Description: A program that recovers JPEGs from a forensic image.
  • Folder: recover/

Week 4: Memory - Volume

  • Description: A program that adjusts the volume of an audio file.
  • Folder: volume/

Week 5: Data Structures - Inheritance

  • Description: A program that simulates the inheritance of genetic traits.
  • Folder: inheritance/

Week 5: Data Structures - Speller

  • Description: A program that spell-checks a file using a hash table.
  • Folder: speller/

Week 6: Python - DNA

  • Description: A program that identifies individuals based on their DNA sequences.
  • Folder: dna/

Week 6: Python - Sentimental

  • Description: A series of programs in Python including implementations of Caesar’s cipher, readability checker, and a Mario pyramid printer.
  • Folder: sentimental/

Week 7: SQL - Fiftyville

  • Description: Queries and database design for a fictional town called Fiftyville.
  • Folder: fiftyville/

Week 7: SQL - Movies

  • Description: SQL queries related to a database of movies and people.
  • Folder: movies/

Week 7: SQL - Songs

  • Description: SQL queries related to a database of songs and artists.
  • Folder: songs/

Week 8: Web - Homepage

  • Description: A simple personal webpage created using HTML, CSS, and Bootstrap.
  • Folder: homepage/

Week 8: Web - Trivia

  • Description: A trivia game web application using JavaScript for logic and Bootstrap for styling.
  • Folder: trivia/

Week 9: JavaScript - Birthdays

  • Description: A web application that displays the current date and calculates the days until the user's next birthday.
  • Folder: birthdays/

Week 9: JavaScript - Finance

Week 10:

Final Project

  • Description: Rock Paper Scissors Game
  • Folder: rock-paper-scissors/

Video Demo: Watch Video Demo

Description:

The Rock Paper Scissors Game is a simple web application that lets you play the traditional game against a computer opponent. The game interface consists of three buttons that depict rock, paper, and scissors, respectively. When a user hits one of these buttons, the game randomly selects one of the three alternatives for the computer, compares it against the user's selection, and judges the winner depending on the game's rules.


🏆 Certificate of Completion

CS50x


About

"A compilation of projects completed during my time in Harvard's CS50 course, covering a range of topics from programming fundamentals to web development."

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published