hacktoberfest
hacktoberfest copied to clipboard
Create your first PR! Don't forget to star if it helped!
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.