Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Binary to Decimal Conversion

This repository contains a website that converts binary numbers to decimal using two methods: Brute Force and Divide and Conquer.

Features

  • Divide and Conquer: This method breaks the conversion process into smaller sub-problems, then combines the results to get the final solution. This method is more efficient in terms of computational time, especially for large-scale inputs.
  • Brute Force: A traditional method that iteratively converts binary numbers into decimal through direct calculations.

How to Use

  1. Open the conversion website.
  2. Enter the binary number you want to convert.
  3. The conversion result will be displayed in decimal format.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Website Link

Access the web application here: Binary to Decimal Converter

About

This repository contains a web-based tool for converting binary numbers to decimal using two distinct methods: Brute Force and Divide and Conquer

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages