Skip to content

rusheb/cs50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My solutions to the problem sets from the CS50 Introduction to Computer Science course.

Part 1: C

Problem Set 1

  • Implement some basic programs in C:
    • hello world
    • mario prints out a pyramid of # symbols
    • credit identifies a credit card provider by the card number

Problem Set 2

Problem Set 3

Problem Set 4

Problem Set 5

  • Implement spell checker
    • Load dictionary data from text file into hash table
    • Perform case-insensitive spelling checks on strings
    • Optimise load, check and unload times

Part 2: Python

Problem Set 6

Problem Set 7

  • Build Flask app that simulates stock exchange
    • Allows buying and selling of shares using real (historical) stock data

Problem Set 8

  • Build Flask app which pins news stories to a map

About

My problem set solutions for CS50 2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published