Skip to content

This repository contains some utility functions that can directly be used in some Competitive Programming Questions

Notifications You must be signed in to change notification settings

anksank/CPP-Utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Utility Functions

The Repository contains few utility functions that can be used in competitive programming questions.

1. stringMath.cpp -

To add and subtract 2 strings and to divide a string by 2 that exceed the range of integers. In such cases the string only contains integers.

2. nBitGrayCode.cpp -

Given a number n, it generates the n-bit gray codes as the output.

About

This repository contains some utility functions that can directly be used in some Competitive Programming Questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages