diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -14,8 +14,16 @@ Most were easy to update, but a few I couldn't figure out. Improving organization of these day by so apologies if it's not up to snuff! The binaries included were compiled on Debian so sorry, Windows users. +I extensively use libgmp in the C examples, because handling large integers as I've +found out, is a pretty difficult task. It wouldn't make sense for me to try and re-invent +the wheel! + +The docs aren't too bad, you can find them here: + +https://gmplib.org/manual/index.html + *PLEASE* do not use these solutions to cheat through the site! These are only provided -as resource for you to learn when you get stuck, you do not need to copy my solutions. +as resource for you to *read* when you get stuck, you do not need to copy my solutions. Please re-write my solutions in another language. Or if you can't, at least go and retype each line, renaming the variables so they make sense to you (I was kind of deliberately cryptic). Or even better, write a prettier solution! Some these are kind of |