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

Printing Prime numbers till a given numbers

Hacktoberfest

Explained and provided the code for Dynamic Dispatch in java

to find the lowest common ancestor of a binary tree

Easy way to find Kth element of two sorted arrays with better time and space complexity

(DP Problem Using C++) Given two strings X and Y of lengths m and n respectively, PRINT smallest string which has both, X and Y as its sub-sequences. Example 1...

All the elements of a matrix are reversed and stored under a new matrix and displayed along with the original matrix using JAVA language