Skip to content

for (;;) { code(); }

Notifications You must be signed in to change notification settings

zmattis/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 

Repository files navigation

LeetCode

# Title Solution
36 Valid Sudoku C++
41 First Missing Positive Python
70 Climbing Stairs C++, Python
79 Word Search C++
94 Binary Tree Inorder Traversal Python
124 Binary Tree Maximum Path Sum C++
134 Gas Station C++
139 Word Break Python
150 Evaluate Reverse Polish Notation C++
198 House Robber C++, Python
232 Implement Queue using Stacks C++
242 Valid Anagram Python
279 Perfect Squares C++
290 Word Pattern C++
300 Longest Increasing Subsequence C++, Python
322 Coin Change C++
328 Odd Even Linked List C++
376 Wiggle Subsequence C++, Python
380 Insert Delete GetRandom O(1) C++, Python
435 Non-overlapping Intervals C++
446 Arithmetic Slices II - Subsequence C++, Python
451 Sort Characters By Frequency C++
452 Minimum Number of Arrows to Burst Balloons C++
455 Assign Cookies Python
468 Validate IP Address Python
513 Find Bottom Left Tree Value Python
518 Coin Change II Python
520 Detect Capital C++
606 Construct String from Binary Tree Python
645 Set Mismatch Python
661 Image Smoother Python
739 Daily Temperatures C++
834 Sum of Distances in Tree C++
841 Keys and Rooms C++
867 Transpose Matrix Python
872 Leaf-Similar Trees C++, Python
876 Middle of the Linked List C++
883 Projection Area of 3D Shapes C++
886 Possible Bipartition C++
907 Sum of Subarray Minimums C++, Python
931 Minimum Falling Path Sum C++, Python
938 Range Sum of BST C++, Python
944 Delete Columns to Make Sorted C++
1026 Maximum Difference Between Node and Ancestor C++, Python
1143 Longest Common Subsequence C++, Python
1160 Find Words That Can Be Formed by Characters Python
1207 Unique Number of Occurrences C++, Python
1235 Maximum Profit in Job Scheduling C++, Python
1239 Maximum Length of a Concatenated String with Unique Characters Python
1266 Minimum Time Visiting All Points Python
1287 Element Appearing More Than 25% In Sorted Array Python
1339 Maximum Product of Splitted Binary Tree C++
1347 Minimum Number of Steps to Make Two Strings Anagram C++, Python
1422 Maximum Score After Splitting a String Python
1436 Destination City C++
1457 Pseudo-Palindromic Paths in a Binary Tree Python
1464 Maximum Product of Two Elements in an Array Python
1582 Special Positions in a Binary Matrix Python
1637 Widest Vertical Area Between Two Points Containing No Points Python
1657 Determine if Two Strings Are Close C++, Python
1662 Determine if Two Strings Are Equivalent Python
1688 Count of Matches in Tournament Python
1704 Determine if String Halves Are Alike C++, Python
1716 Calculate Money in Leetcode Bank Python
1833 Maximum Ice Cream Bars C++
1903 Largest Odd Number in String Python
1913 Maximum Product Difference Between Two Pairs Python
1926 Nearest Exit from Entrance in Maze C++
1971 Find if Path Exists in Graph C++
2225 Find Players With Zero or One Losses C++, Python
2244 Minimum Rounds to Complete All Tasks C++
2256 Minimum Average Difference C++
2264 Largest 3-Same-Digit Number in String Python
2353 Design a Food Rating System C++
2363 Merge Similar Items Python
2385 Amount of Time for Binary Tree to Be Infected Python
2482 Difference Between Ones and Zeros in Row and Column Python
2125 Number of Laser Beams in a Bank Python
2610 Convert an Array Into a 2D Array With Conditions Python
2706 Buy Two Chocolates Python
2870 Minimum Number of Operations to Make Array Empty Python

About

for (;;) { code(); }

Resources

Stars

Watchers

Forks