Coders Packet

Packets submitted by Bhavesh Pant

Number system conversions in C++

A number system is a writing system for expressing numbers, i.e. mathematical notation for representing numbers of a given set using digits or other symbols in a consistent manner.

Number Series in C++

Number series are various types of sequences that exist in a specific pattern and/or are subjected to certain conditions.

Number Patterns using C++

There are 5 separate codes in this project: 1) Normal pyramid using numbers 2) Half pyramid using numbers 3) Inverted half pyramid using numbers 4) Pascal's triangle 5) Floyd's triangle