/PythonBitwisePrototype

Prototype for adding and subtracting without arithmetic operators

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

PythonBitwisePrototype

This program is an attempt at adding and subtracting without arithmetic operators. There are two known limitations:

  1. Can only use positive integers
  2. The second integer must be higher than the first