Hacktoberfest is a month-long event of open-source with various software developers from all over the world participating in it, bringing their ideas to life through various projects. It encompasses a month-long jam of skill enhancement, contribution to numerous projects and broadening of the developers’ community. Coding enthusiasts and even beginners to open-source can contribute to these projects by preparing and sharing the project for collaboration and by contributing to the betterment of the project via pull requests.
main
-
Register anytime between September 26 and October 31.
-
Pull requests can be made in any GITHUB or GITLAB hosted project that’s participating in Hacktoberfest (look for the “hacktoberfest” topic).
-
Project maintainers must accept your pull/merge requests for them to count toward your total.
-
Have 4 pull/merge requests accepted between October 1 and October 31 to complete Hacktoberfest.
-
The first 40,000 participants (maintainers and contributors) who complete Hacktoberfest can elect to receive one of two prizes: a tree planted in their name, or the Hacktoberfest 2022 t-shirt.
-
More rules can ve viewed in the official website of Hacktoberfest.
main
Clone the repository:
git clone https://github.com/Abraarkhan/Java_Algorithms.git
And run the algorithm you want to test out.
- BMI Calculator
- Binary Search
- Binary Exponentiation
- Binary Search Iterative
- Binary to Decimal
- Bubble Sort
- Clock
- Convert Binary to Hex
- Cycle Sort
- Dijkstra Algorithm
- Dutch National Flag
- Examination Map
- Factorial Trailing Zeroes
- Factors
- Fibonacci
- Kruskals Algorithm
- Largest Rectangular Area in Histogram
- Last Digit Of Fibonacci
- Longest Common Subsequence
- No Duplicate Array
- Nth power of a Number
- Palindrome
- Quick Sort
- Rock Paper Scissor
- Substring
- Armstrong Number
- Automorphic
- Bellman Ford
- Convert To Capital
- Diamond Shape
- First And Last Digit
- GUI Calculator
- Infix To Postfix
- Left View BT
- Linkedlist addele
- Linkedlist basic
- Linkedlist changeele
- Linklist Intersection
- Magic
- Maximum Number Of 1's
- Memorization
- Maximum Number Of Vowels
- Perfect Numbers
- Postfix To Infix
- Prime
- Pythagoran Triplet
- Rotate 90
- Size of Array
- Stack Using Array
- Stack Using Q
- String Reverse
- Subsets of Array
- Topological Sort
- Trie Node
- Disjoint Set Union
Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.