DSA-Questions
DSA-Questions copied to clipboard
Collection of data structure and algorithms questions
Hey this side kushagra. I want to contribute by adding Kadens Algorithm. Please assign me the work and add hacktoberfest label. thanks a lot.
Hi sir! I am participating in Hacktoberfest 2021! I would like to contribute by adding Prime Sieve method. Please label it as hacktoberfest and assign it to me. Thanks in...
Hey! I am Mohamed ayaan and I am a participant registered in Hacktoberfest. This is my first issue in this repository. I would like to contribute on the topic:- Doubly...
Hi, I would like to contribute to the project by making a new folder for sliding window technique. I would also like to add a question on the same. Please...
You are given a string **_s_** and an integer **_k_**, a **_k_** duplicate removal consists of choosing **_k_** adjacent and equal letters from **_s_** and removing them, causing the left...
There are N points on the 2D plane, i-th of which is located on (xi,yi)(xi,yi). There can be multiple points that share the same coordinate. What is the maximum possible...
Implement the Fibonacci formula program in Java in O(1) time complexity!