Skip to content

crvlwanek/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Problems

This is a collection of solutions I have written to various LeetCode problems. Below you can find a listing of each problem with links to the problem description, as well the solutions.

Problems

35. Search Insert Position 36. Valid Sudoku -- Python
91. Decode Ways -- Python, C++
151. Reverse Words in a String -- Python, Typescript
153. Find Minimum in Rotated Sorted Array -- Python
155. Min Stack -- Python
206. Reverse Linked List -- Python
208. Implement Trie (Prefix Tree) - Python
278. First Bad Version -- Python
331. Verify Preorder Serialization of a Binary Tree -- Python
350. Intersection of Two Arrays II -- Python
404. Sum of Left Leaves -- Python
485. Max Consecutive Ones -- Python
496. Next Greater Element I -- Python
522. Longest Uncommon Subsequence II -- Python
537. Complex Number Multiplication -- Python, TypeScript
565. Array Nesting -- Python
598. Range Addition II -- Python
633. Sum of Square Numbers -- Python, TypeScript, C++
653. Two Sum IV - Input is a BST -- Python
668. Kth Smallest Number in Multiplication Table -- Python
704. Binary Search - Python
764. Largest Plus Sign -- Python
848. Shifting Letters -- Python, TypeScript
917. Reverse Only Letters -- Python
929. Unique Email Addresses -- Python
977. Squares of a Sorted Array -- Python
978. Longest Turbulent Subarray -- Python
1189. Maximum Number of Balloons -- Python
1339. Maximum Product of Splitted Binary Tree -- Python
1413. Minimum Value to Get Positive Step by Step Sum -- Python, C++