Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 277 Bytes

File metadata and controls

8 lines (4 loc) · 277 Bytes

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