Skip to content

ARYANSINGH0611/Biginteger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

BigInteger Library

A simple C library for handling large integers using linked lists.

Features

  • Supports large number operations
  • Addition, subtraction, multiplication, division, and modulo
  • Comparison and display functions

Usage

Include biginteger.h in your project and use the provided functions to perform operations on large integers.

Compilation

Compile with biginteger.c alongside your source code.

About

Biginteger implementation using Linked Lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages