hactoberfest2022 icon indicating copy to clipboard operation
hactoberfest2022 copied to clipboard

Make your first/new pull request in GitHub. [(Java/Python/Dart/Flutter/Android/Other)-acceptable] Star_this_repo___Fork_this_repo___Add_a_file___Commit_the _code___Make_pull_request

Results 103 hactoberfest2022 issues
Sort by recently updated
recently updated
newest added

Variable Naming: Changed variable names to be more descriptive. For instance, nst (number of stars) is changed to row directly in the loop, making it clearer. Simplified Loop: The inner...

CSS Variables: Added variables for common colors to promote reusability and easier updates. Consolidation of Styles: Combined similar styles to reduce redundancy (e.g., #contact-box styling). Use of Flexbox: Used align-items:...

Hey, I want to contribute to this repo by adding one of the most famous name programs 'Josephus Problem'. Problem Statement: Given a group of n people standing in a...