Data Structures and Algorithms are very important for Interviews. Most of the top companies prefer to ask question related to DSA. Leetcode is a great platform to practice newer problems of DSA. It has many features like sorting questions based on difficulty level, different companies, etc. Practicing Questions are very important to get a strong hold on DSA. But what will happen if you stuck in the middle of a question?! That's where our solutions come to rescue :) We have tried to curate solutions for majority questions so that you could ace your interview rounds! ** KEEP PRACTICING, KEEP LEARNING!! **
Collection of LeetCode questions to ace the coding interview! - Created using LeetHub
This repository consists of all leetcode solutions keep contributing to this project
Leetcode Questions link:
1: Running Sum 1d Array- Leetcode(1480)
https://leetcode.com/problems/running-sum-of-1d-array/
2: Two Sum( Leetcode(1)
https://leetcode.com/problems/two-sum/
3: Find First and Last Position of Element in Sorted Array
https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/
4: Median of Two Sorted Arrays
https://leetcode.com/problems/median-of-two-sorted-arrays/
5: Longest Palindromic Substring
https://leetcode.com/problems/longest-palindromic-substring/
9: Palindrome Number
https://leetcode.com/problems/palindrome-number/
11: Container With Most Water
https://leetcode.com/problems/container-with-most-water/
13: Roman to Integer
https://leetcode.com/problems/roman-to-integer/
23: Merge K sorted Linked Lists
https://leetcode.com/problems/merge-k-sorted-lists/
450: Delete Node In A BST
https://leetcode.com/problems/delete-node-in-a-bst/
297: Serialize And Deserialize Binary Tree
https://leetcode.com/problems/serialize-and-deserialize-binary-tree/
543: Diameter of Binary Tree
https://leetcode.com/problems/diameter-of-binary-tree/
21: Merge Two Sorted Lists https://leetcode.com/problems/merge-two-sorted-lists/
43: Multiply Strings https://leetcode.com/problems/multiply-strings/
1838: Frequency of the most frequent element https://leetcode.com/problems/frequency-of-the-most-frequent-element/
1854: Maximum population year https://leetcode.com/problems/maximum-population-year/
1903: Largest odd number in string https://leetcode.com/problems/largest-odd-number-in-string/#:~:text=Return%20the%20largest%2Dvalued%20odd,%22%2C%20and%20%2252%22.