DSA icon indicating copy to clipboard operation
DSA copied to clipboard

Collection of DSA problems and solutions

Results 55 DSA issues
Sort by recently updated
recently updated
newest added

The spiral matrix problem, often referred to as "Spiral Order Matrix" or "Spiral Traversal of a Matrix," is a common coding interview question and a fundamental algorithm problem. The task...

Given an integer array nums and an integer k, return the kth largest element in the array. Note that it is the kth largest element in the sorted order, not...

Hacktoberfest

Using Dynamic programming. Given an integer array C where C[i] is the cost of ith step on a staircase. Once we pay the cost, we can either climb one or...

Hacktoberfest

Longest Common Subsequence using C++ (DP Problem)

Hacktoberfest

Submit any code related to Sorting and searching add under array/Sorting and Searching/

Hacktoberfest