CP-Codes-HackOctober-Fest-2023 icon indicating copy to clipboard operation
CP-Codes-HackOctober-Fest-2023 copied to clipboard

This repository is for beginners who want to contribution in open source HackOctober Fest 2023

Results 76 CP-Codes-HackOctober-Fest-2023 issues
Sort by recently updated
recently updated
newest added

Hi, i have added a folder named **some general dp problems** with solution in c++....i will be pushing more files in the upcoming time...kindly merge the file @tanus786 #hackoctober Happy...

Hi Sir, the Problem MINIMUM WINDOW SUBSTRING is a hard problem from leetcode It includes topics of HASHMAP , and SLIDING WINDOW Can you please assign this issue to me...

good first issue
hackoctoberfest accepted
HackOctober
HackOctober 2022
HackOctober Fest
Hacktoberfest 2022
Hacktoberfest Accepted
hacktoberfest-accepted

Adding a solution to the problem statement Q234. Question brief: One has to find out whether a linked-list contains a palindrome or not. The solution is provided in the C++...

Sub Array Sum problem of LeetCode

Program to calculate number of divisors of a number from 1 to n , here n is given number, using sieve aproch

Longest Substring Problem of leetCode solution with sliding window.