Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 232 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 232 Bytes

BINARY_CALCULATOR

Calculator for large numbers

#INTRODUCTION

Program which can apply arithmetic operations on very large numbers. It takes user input in an infix form to convert it into postfix stack using a stack structure.