Skip to content

A collection of the code I wrote for Harvard's CS50

License

Notifications You must be signed in to change notification settings

ElioDiNino/CS50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CS50 Code

This is a collection of the code I wrote for Harvard's CS50 that I am proud of and that was of interest to me. This was made during the Spring 2021 session.

Using My Code

Please refer to the LICENSE if you would like to use any of my code

Running the Code

Much of the code unfortunately contains specific functions that can only be run in CS50's own IDE. If you would like to run it though, simply click “Sign in with GitHub” to access the CS50 IDE and upload my code. Specific running instructions will depend on each problem/lab, but can be easily found in the instructions for each week's lab/problem set. E.g. week 1 problem set instructions.

A majority of the C programs follow these general instructions though:

  1. Open the IDE and cd (change directory) to the folder of the program you want to run.
    • E.g. For credit.c in pset1 you would do cd pset1
  2. Compile the program with make program_name.c
    • E.g. make credit.c
  3. Run the program with ./compiled_name
    • E.g. ./credit.c

About

A collection of the code I wrote for Harvard's CS50

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published