ritikpillai / FestAgain_2024

6 stars 37 forks source link

Contribute DSA questions in any language #15

Open ritikpillai opened 3 weeks ago

ayushisingla commented 3 weeks ago

Hi, I can add linkedlist related problems like reverse a linked list and find middle of linkedlist. Let me know it's open.

ritikpillai commented 3 weeks ago

Its open to all, you can add!!

skanarul8002 commented 2 weeks ago

DSA Question: Find Maximum Element in Every Sliding Window of Size K Description: Implement a solution to find the maximum element in every sliding window of size K for a given array of integers. This is a commonly asked interview problem in coding assessments and competitive programming, aimed at testing proficiency with data structures like queues or deques.

Moumita-08 commented 4 days ago

Hii @ritikpillai , I'm interested in solving this issue. I can add problems like 'Tower of Hanoi' in C language. Can you assign me?