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

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

good first issue
hacktoberfest
Hacktoberfest-2020

Added three c files having menu driven programs performing the creation, insertion, deletion(at beginning, end and at a specific location) and traversal in singly linked list, circular singly linked list...

Dynamic Programming based C++ program for LPS problem

Strassens algorithm for matrix multiplication

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

good first issue
hacktoberfest
Hacktoberfest-2020

A program to find fibonacci series.

Added Recursive as well as iterative codes for Binary Exponentiation and Modular Exponentiation in C++ language.

…e and postorder, and top, bottom, left, right views of tree, print tree by level and also by spiral and also a function of finding depth

This algorithm allows you to find the kth smallest/largest element efficiently.