LeetCode_Algorithms
LeetCode_Algorithms copied to clipboard
A collection of solutions for Medium/Hard LeetCode problems. Educational resource
Added the solution for Closest subsequence sum problem in C++. All test cases passed. Issue No - #1058
Solution to leetcode problem 1877 is added in JAVA Folder. Kindly review it and merge it. Thank you..
Problem name: Minimize Maximum Pair Sum in Array Difficulty: Medium Language: JAVA
Added solution to question in issue #1060
Problem name : Last Day Where You Can Still Cross Difficulty : Hard Language : Python
Problem name: Stock Price Fluctuation Difficulty: Medium Language: Java
Problem name: Closest Subsequence Sum Difficulty: Hard Language: C++
Problem name: Longest Substring Without Repeating Characters Difficulty: Medium Language: Javascript