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

Given an integer rowIndex, return the rowIndexth (0-indexed) row of the Pascal's triangle. In Pascal's triangle, each number is the sum of the two numbers directly above it as shown:...

Hacktoberfest

LC. 45. Jump game II Given an array of non-negative integers nums, you are initially positioned at the first index of the array. Each element in the array represents your...

Hacktoberfest

I want to add Kruskals algorithm in python Please assign me the issue

Hacktoberfest

I would like to add wave sort in c++. Please assign me.

Hacktoberfest

A has an array of N non-negative integers. A wants to calculate maximum length of contiguous arithmetic subarray. Arithmetic Subarray is an array that contains at least two integers and...

Hacktoberfest