cs50 / problems

Checks for check50
134 stars 227 forks source link

Fix a number of bugs. Resolves #174, #211, #215, and #181. #210

Closed Makaze closed 1 month ago

Makaze commented 9 months ago

Replaced re.match() with re.findall() and finds the last group, avoiding the numbers in the prompt problem. Resolves #174.

Makaze commented 8 months ago

Added various fixes, including issues importing main in game and bitcoin. Resolves #211.

Makaze commented 8 months ago

Added a solve for #215 by checking if the functions contain something.

Makaze commented 8 months ago

Added a solve for #181.