/Python-Exercises

3 python exercises

Primary LanguageJupyter Notebook

Python-Exercises

#1: Primitive root calculation

#2: Manual RSA calculation()(except calculation of d, that was done in a higher python version d = pow(e, -1,phi) bc the present version in colab didn't supoort reverse power operations)

#3: Check if 2 strings are anagrams