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

I want to add code for trie as it is an important concept while dealing with competitive programming and solving problems with a better approach.

I want to provide the intuition behind Longest Bitonic Subarray Problem along with its implementation. I would like to work on this issue under GSSOC 2023. @aaryahjolia Please assign this...

I want to add the Activity Selection Problem and its code to illustrate the concept of Greedy Algorithms with a short proof of correctness. I would like to work on...

I will like to add a solution folder showing solution in different languages and making a GUI and downloadable app for this project I will also add a checklist for...

PS: Given a string S. Write a program to find the first non-repeating character C in S.(Case sensitive) i want to contribute algorithm explanation and code for this question

I want to add prims and Kruskal shortest path algorithm

If anyone is in college they might have solved this famous dp problem. Where a number of size of matrixes will be given and you need to find out the...

I'm in my sophomore year and would love to work on the same! I'm super thrilled to be a part of GSSOC and have immense experience in DSA and where...

I want to add **Standard algorithms of graphs** like **BFS, DFS, Topological Sort, Dijkstra's Algo** and many more with complete approach and explaination. It will be a part of **GSSOC'23**...

![image](https://github.com/aaryahjolia/dsa_competitive-coding/assets/87111197/7b02d66e-a047-4256-af5a-fad30dfeb6bc) # Task description : - Given the head of a linked list, determine if the linked list has a cycle in it. There is a cycle in a linked...