DSA-Questions
DSA-Questions copied to clipboard
Collection of data structure and algorithms questions
Hey, I'm participating in Hacktober fest and I want to add a question to the repository. Question: Given an array that is sorted such that some elements are moved to...
Hi @avinash201199 I would like to add a program -> **Longest Consecutive Sequence** ---- Given an unsorted array of integers nums, find the length of the longest sequence of consecutive...
Hi! I am participating in Hacktoberfest 2021! I would like to contribute by adding a Menu Driven Program for operations on Strings, in Python Language, like Reversing the string, alternating...
Hey there, I'm participating in #hactoberfest2k21, Please assign me the issue. Good day! Write a function to find the longest common prefix string amongst an array of strings. If there...
Hey there, I'm participating in #hactoberfest2k21, Please assign me the issue. Good day! Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an...
DSA - Number Theory in C++ Hi, I am Jisha and I am participating in Hactoberfest 2021. I would like to contribute the following question in C++ for number theory....
Reverse each word given in a string. Ex: INPUT: I like to work on this issue OUTPUT: issue this on work to like I Can I work on this issue...
Code in java to create implementation of LinkedList and method to check if given LinkedList is Cyclic in nature.
Find a length of longest substring in java
C++ code for selection sort