DSA-Questions
DSA-Questions copied to clipboard
Collection of data structure and algorithms questions
Given an array of integers arr containing n + 1 integers where each integer is in the range [1, n] inclusive. There is only one repeated number in arr, return...
Hi Avinash I Would like to contribute binary search tree implementation in Python for Hacktoberfest fest in your repository. @avinash201199
C++ Program to delete an element in an array.
Hi, I can add the Aggressive Cows problem in C++ with in depth explanation using comments. Please assign this issue to me with the hacktoberFest tag.
Hey Avinash! Please approve this issue so that I can start working on it :) The question is to implement Backtracking using Bitmasking in C++. Regards, Yuvanna Bawa
WAP to represent a sparse matrix using linked list. 1. Find out the transpose of a sparse matrix. 2. Multiply the two sparse matrices.
Hi @avinash201199, I would like contribute this question. Can you please assign this to me?
Hi @avinash201199, I would like to contribute this question in Java. Can you please assign?
**Problem Description** We need to find the majority element if it exists in an array. Majority element is an element which occurs for more than n/2 times in an array...