diff --git a/README.md b/README.md new file mode 100644 index 0000000..b3aa9c8 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Booths-Algorithm + +Booth's Algorithm implementation for Computer Organisation's second project + +* Multiplication.py implements multiplication for integers like it in done on the circuit level + +* Division.py implements division for integers like it in done on the circuit level +