Skip to content

dougweltman/CS50-items

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code samples written in Python and C

Samples of my assignments for CS50, written in Python and C

Speller (written in C)


Implements a Dictionary in C. Includes memory management, file reading and hash tables. | Source code

Readability: Calculating a passage's readability (written in Python)


Short exercise that takes as input a sentence and outputs the approxmate reading level using the Coleman-Liau index. | Source code

DNA: Identifying matching genomes using short tandem repeats (written in Python)


Compares a snippet of DNA and matches it to a .csv file that gives individuals and the counts of their short tandem repeats (STRs). | Source code

Final Project: Quadratic Voting (written in Python / Flask)


Early version of my project Quadratick, which I submitted as my final project for CS50. This does reuse some Flask code from CS50's Finance, so any shortcomings are entirely the fault of CS50's staff. | Source code

About

Samples from CS50 in Python and C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published