Skip to content

Conversation

manushi0304
Copy link

added 3 javascript codes

abinayagoudjandhyala and others added 30 commits October 9, 2025 10:48
…Zeroes, RearrangeArray, LongestSubseqwithXOR)
Added solution for Leaders in an Array problem in C++
Implemented efficient right-to-left traversal with O(1) space complexity
Included problem description, comments, and example test case
Verified with: g++ LeadersInArray.cpp -o leaders && ./leaders
Added solution for Rotate Array by K Steps in C++
Used reversal algorithm for O(1) space and linear time rotation
Included problem statement, dry-run example, and comments
Verified with: g++ RotateArray.cpp -o rotate && ./rotate
Added RotateArray.cpp under arrays
Added LeadersInArray.cpp under arrays
Implement Regular Expression Matching using Dynamic Programming
Added DSA Python Code #hactoberfest2025
Best Time to Buy and Sell Stock.cpp
Number of Islands - II - Online Queries - DSU : G - 51
ghostmkg and others added 10 commits October 10, 2025 11:05
added DSA Code in Java Arrays Folder
Added Queue Sort (Ascending Order)
…ySum

Add Maximum Subarray Sum using Kadane’s Algorithm in Python
…name

Added solution for Longest Subarray with Sum K  in c++
…-practice-problems

Add 5 advanced SQL practice problems with solutions
…-repeated-char

Improve FirstNonRepeatedChar.java: Add authoritative references, input validation, and more test cases
…-sql-questions

Add 5 new SQL practice problems with solutions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.