codemistic / Data-Structures-and-Algorithms

A repository to help the open-source community with DSA related contributions
MIT License
345 stars 341 forks source link

Add pandigital_num.cpp #520

Closed ghost closed 1 year ago

ghost commented 1 year ago

A number is said to be pandigital if it contains each of the digits from 0 to 9 (and whose leading digit must be nonzero). code is of Problem statement: https://projecteuler.net/problem=43