Skip to main content

All Questions

6 votes
2 answers
408 views

Quadratic Expression Factorer and Solver

I have decided to create a program that can factor and solve quadratic expressions in micropython, where the standard library is limited, and i have no idea how to implement external modules onto it, ...
Eren Yaegar's user avatar
1 vote
1 answer
286 views

Python extended Euclidean algortihm + inverse modulo

I programmed the extended Euclidean algorithm together with the inverse modulo because I am making an RSA system from scratch. Any feedback regarding efficiency etc. is welcome :) ...
Chryfi's user avatar
  • 196
1 vote
2 answers
128 views

Binary exponentation with modulo

I have implemented binary exponentiation. Is this good? ...
MrFish's user avatar
  • 27
27 votes
7 answers
8k views

Python program to calculate GCD

...
Delfin Biju's user avatar