hacktoberfest
hacktoberfest copied to clipboard
Create your first PR! Don't forget to star if it helped!
Improvements: Use of : This header includes all standard library headers, which can increase compilation time unnecessarily. It is better to include only the specific headers you need, in this...
Hello World message has been added
mandelbrot set fractals
Encapsulation: I wrapped the entire game logic into a TicTacToe class, which makes the code more organized and easier to maintain. Code duplication reduction: I used a loop to create...
Create pygame.py snake game
Thank you!
Improvements: Use of : This header includes all standard library headers, which can increase compilation time unnecessarily. It is better to include only the specific headers you need, in this...
this my first haktoberfest Repo
1.Class name violates Java naming conventions // issue 1 public class merge_sort { Problem: Java class names must start with a capital letter and follow PascalCase (e.g., MergeSort). This is...