Skip to content

enesbuyuk/benfords-law

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Benford's Law in C

Overview

This C project explores Benford's Law, a statistical phenomenon that describes the distribution of leading digits in many sets of numerical data. According to Benford's Law, the digit '1' tends to appear as the leading digit more frequently than other digits.

How to use?

1. Clone the Repository:

git clone https://github.com/enesbuyuk/benfords-law.git

2. Compile the Code:

gcc main.c -o benfords_law -lm

3. Run the Program:

./benfords_law

Example

License

This project is licensed under the MIT License.

About

Benford's Law in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages