Competitive-Programming_problems
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.
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
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...
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...