Competitive-Programming_problems icon indicating copy to clipboard operation
Competitive-Programming_problems copied to clipboard

This repository contains a collection of problems from platforms like CodeChef, LeetCode, HackerRank, etc, which are solved by our contributors.

Results 14 Competitive-Programming_problems issues
Sort by recently updated
recently updated
newest added

Hey @JenilGajjar20 , I would like to add problem 1143. Longest Common Subsequence. I have done this problem in C++. Please allow me to add it here

hacktoberfest
hacktoberfest-accepted

The Josephus Problem is a well-known theoretical problem related to a certain elimination game. People are arranged in a circle and every kth person is eliminated until only one person...

hacktoberfest
hacktoberfest-accepted

i want to work on this issue through hacktoberfest2024

Problem statement - You are given an integer array prices where prices[i] is the price of a given stock on the ith day. On each day, you may decide to...