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

This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2020 event. In this repository, you can add programs on some useful algorithms for Competitive Programmin...

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

Added a graph algorithm for shortest path(Djisktra's Algorithm) in a weighted tree in C++ as per issue #2

Added QuickSort algorithm in javascript.

- [ ] Code should be of graph related. - [ ] Code should be clean and well commented - [ ] File should be in the format mentioned in...

good first issue
hacktoberfest
Hacktoberfest-2020

I thought it'd be a good ideia do add mergesort 3way as well. Mergesort 3way works slightly different than a regular mergesort. It split the array into three pieces to...