From dabf7295bddf0dbd90d623add5c9d70e6dbbd5a6 Mon Sep 17 00:00:00 2001 From: Atishay <46414836+Atishay-jn@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:06:13 +0530 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md 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 +