I made this repository to post my solutions to Harvard University's 2020 CS50 intro course assignments and document my progress during the course.
You can find the materials for the course here or look at the assignments specifications linked at right of every section in the table of contents.
Hope this is helpful to other students, if you don't mind please leave a star!
Every exercise in this repository scored 100% on submission.
- Problem Set 1: C - Assignments 1
- Problem Set 2: Crypto - Assignments 2
- Problem Set3: Elections - Assignments 3
- Problem Set 4: Forensics - Assignments 4
- Problem Set 5: Speller - Speller assignment
- Problem Set 6: Python - Assignments 6
- Problem Set 7: SQL - Assignments 7
- Problem Set 8: Web - Web Tracks
- Final Project: Lispy
- An interpreted, functional programming language based on Lisp and written in C.
Follow the instructions to try it in your ide!
- An interpreted, functional programming language based on Lisp and written in C.
Please don't just copy the code mindlessly without trying to solve the problems yourself, it's totally pointless if you actually wanna learn how to write software and a blatant violation of the Academic Honesty policy of the course.