/solutionss

Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)

Primary LanguageJava

solutionss

Collection of LeetCode questions to ace the coding interview! - Created using LeetHub

QNo Name Link
1 Two Sum https://leetcode.com/problems/two-sum/
4 Median of Two Sorted Arrays https://leetcode.com/problems/median-of-two-sorted-arrays/
17 Letter Combinations https://leetcode.com/problems/letter-combinations-of-a-phone-number/
34 Find First and Last Position of Element in Sorted Array https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/
37 Sudoku Solver https://leetcode.com/problems/sudoku-solver/
41 First Missing Positive https://leetcode.com/problems/first-missing-positive/
52 N-Queens II https://leetcode.com/problems/n-queens-ii/
58 Length of Last Word https://leetcode.com/problems/length-of-last-word/
100 Same Tree https://leetcode.com/problems/same-tree/
258 Add Digits https://leetcode.com/problems/add-digits/
278 First Bad Version https://leetcode.com/problems/first-bad-version/
1295 Find Numbers with Even Number of Digits https://leetcode.com/problems/find-numbers-with-even-number-of-digits/
1672 Richest Customer Wealth https://leetcode.com/problems/richest-customer-wealth/
2278 Percent of letter in a String https://leetcode.com/problems/percentage-of-letter-in-string/

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/