Skip to content

Radix Revolution is a Java project that provides functionality for base number conversions & two's complement conversions.

License

Notifications You must be signed in to change notification settings

Filune/RadixRevolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Radix Revolution

Radix refers to the base or number system used to represent numbers. Revolution refers to the transformation of these numbers.

Hence, this should have been a simple number converter! However, I have also created a Two's complement converter as an optional challenge.

Features

  • Base Converter: Convert numbers between binary, decimal, octal, and hexadecimal representations.
  • Two's Complement Converter: Convert numbers between two's complement binary and decimal representations.

Project motivation

The reason for this proejct is to weave together some of the things that I have learnt this school year as part of my computer engineering studies. This mainly touches on implementations of algorithms and a bit of object-oriented programming, even if there is not a lot of it in here.

About

Radix Revolution is a Java project that provides functionality for base number conversions & two's complement conversions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages