dsa_competitive-coding icon indicating copy to clipboard operation
dsa_competitive-coding copied to clipboard

A repository to learn deep competitive coding algorithms along with DSA.

Results 100 dsa_competitive-coding issues
Sort by recently updated
recently updated
newest added

Hi, I am Aditya Jethani. I can implement travelling salesman problem which comes under approximation algorithms and is tedious to work upon. I have already coded the program in c++...

Hi @aaryahjolia , I want to contribute this problem from very basic , i.e., recursion technique to the most optimized solution with well documented code plus some problems for practice...

I want to add the Maximum Subarray Problem and its implementation using both brute force approach and efficient way to solve it. I would like to work on this issue...

Can you assign me this project under GSSOC'23?

I would like to work on this issue under GSSoC. Can u please assign this issue to me?

I want to add code to explain kadane algorithm as it is a very important concept. Can you pls assign this to me.

Please assign this issue to me under GSSoC. I will add some DP problems - 1. Longest common subsequence 2. Longest palindromic substring 3. Minimum path sum in grid I...

I would like to update the readme file for Queue It will include: Explanation of Queue data structure how it works how to create code snippets, pictures & gif's explaining...

Adding Gssoc' 23 in The Part of Open Source programs as the users reading can stay updated with the project

Given the head of a linked list, remove the nth node from the end of the list and return its head. Example 1: Input: head = [1,2,3,4,5], n = 2...