Booth's Algorithm Web App
A web-based implementation of Booth's Algorithm for binary multiplication. This project includes a responsive frontend built with HTML, CSS (Tailwind), and JavaScript, and a backend powered by Flask. Users can input two decimal numbers, and the website will display the binary multiplication result along with step-by-step calculations.
Features
- Binary Multiplication: Input two decimal numbers and get the binary result.
- Step-by-Step Explanation: Click "Show Steps" to see how Booth's Algorithm works.
- Responsive Design: Works on all devices (desktop, tablet, mobile).
- Modern UI: Built with Tailwind CSS for a sleek and polished look.
Technologies Used
- Backend: Flask (Python)
- Frontend: HTML, CSS (Tailwind), JavaScript
- Version Control: Git