TheAlgorithms / Ruby

All algorithms implemented in Ruby
MIT License
1.18k stars 292 forks source link

rename project_euler problem directory names to match the README #189

Closed voski closed 1 year ago

voski commented 2 years ago

Adjusting the directory names to match the specification in the project Euler README

Specifically states that the problem directory should have padding 0s to make the problem 3 digits long. For example problem_1 should be problem_001

See https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/README.md#coding-style

stale[bot] commented 1 year ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.