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

I have added a file that explains how to develop a function that explains how to check the palindrome linked list.

Can I add a New folder to the repo Hackerrank SQL Problems ?

C++ program to merge a linked list into another at alternate positions added

I have added the solution for the famous interview problem- the longest palindrome substring.

Check whether the given string is Palindrome or not

Added N-Queen II from LeetCode(hard)