Hacktoberfest-2021-Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Hacktoberfest-2021-Data-Structures-and-Algorithms copied to clipboard

This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2021 event. In this repository, you can add programs on Data Structures and some useful algorithms for Co...

Results 106 Hacktoberfest-2021-Data-Structures-and-Algorithms issues
Sort by recently updated
recently updated
newest added

This program is solution toward Leetcode problem number 66. Plus one.

**Added cpp solution to KMP String matching algorithm. It fixes the issue #293** Checks * [x] Indent Code * [x] Logic Explain * [x] Mentioned Time Complexity

I would like to contribute a C++ solution for KMP String matching algorithm. @Anishukla could you assign this issue to me?

@Anishukla Please merge my PR under Hacktoberfest'21.

Hi, I've added my solution for the Leetcode Easy problem 226. Invert Binary Tree. My PR is for the contributions mentioned in #154. Link to the problem: https://leetcode.com/problems/invert-binary-tree/ I've also...