Skip to content

Latest commit

 

History

History
108 lines (38 loc) · 4.7 KB

README.md

File metadata and controls

108 lines (38 loc) · 4.7 KB

Leetcode

Leet-code interview questions solution (Python), Algorithms and Data Structers.

These questions include problem solving skills, linked list questions, tree questions, graph theory questions, hashtable questions, ranking questions. Here, only the titles of the questions, the solutions of the questions and explanations about how they were solved are available. If you want to see the question content of the questions, you can reach the questions by searching the titles on leetcode.

DS

Average Salary Excluding the Minimum and Maximum Salary

Best Time to Buy and Sell Stock

Binary Tree Inorder Traversal

Binary Tree Postorder Traversal

Binary Tree Preorder Traversal

Brick Wall

Can Make Arithmetic Progression From Sequence

Contains Duplicate

Daily Temperatures

Encode and Decode TinyURL

Find Pivot Index

First Unique Character in a String

Implement Queue using Stacks

Intersection of Two Arrays II

Is Subsequence

K Closest Points to Origin

Majority Element

Maximum Subarray

Merge Sorted Array

Number of Arithmetic Triplets

Number of Islands

Pascal's Triangle

Ransom Note

Remove Linked List Elements

Reshape the Matrix

Reverse String

Running Sum of 1d Array

Search a 2D Matrix

Sign of the Product of an Array

Single Number

Squares of a Sorted Array

Two Sum

Valid Anagram

Valid Parentheses