Algorithms-Hacktoberfest icon indicating copy to clipboard operation
Algorithms-Hacktoberfest copied to clipboard

This repository is a part of HacktoberFest, an event organised by DigitalOcean.

Results 66 Algorithms-Hacktoberfest issues
Sort by recently updated
recently updated
newest added

Trying to contribute with the project. I added a new sorting algorithm, odd even sort (or brick sort) in C#.

Java sorting program using bubble sort

Hey Please merge my pull request

This adds Rabin-Karp algorithm used for pattern searching in String. This algorithm used hash function to find the given pattern in the Input String. Directory: /pattern_searching/RabinKarpAlgo.java

Algorithm for finding the length of the Longest Increasing Subsequence in O(NlogN)

added dynamic star pattern printing program

Using array ,deque and linkedlist