hacktoberfest icon indicating copy to clipboard operation
hacktoberfest copied to clipboard

Create your first PR! Don't forget to star if it helped!

Results 225 hacktoberfest issues
Sort by recently updated
recently updated
newest added

int bubble(int *arr, int n) { int i,j,temp=0,flag=0; for(i=0;i

Here's a attached screenshot of the output

This pull request adds a simple Java program `HelloWorld.java` as a beginner-friendly contribution for Hacktoberfest. The program prints a greeting message: "Hello Hacktoberfest from Gorlesunilkumar!" to the console. This contribution...

ML model to classify emails as spam or ham using kaggle dataset and simple logisitic regression.