leetcode

My LeetCode solutions.

Stars
6

LeetCode

# Title Solution Difficulty Data Structure
2 Add Two Numbers Python Medium Linked List
19 Remove Nth Node From End of List Python Medium Linked List
21 Merge Two Sorted Lists Python Easy Linked List
26 Remove Duplicates from Sorted Array Python Easy Array
27 Remove Element Python Easy Array
88 Merge Sorted Array Python Easy Array
94 Binary Tree Inorder Traversal Python Easy Binary Tree
101 Symmetric Tree Python Easy Binary Tree
102 Binary Tree Level Order Traversal Python Medium Binary Tree
104 Maximum Depth of Binary Tree Python Easy Binary Tree
141 Linked List Cycle Python Easy Linked List
142 Linked List Cycle II Python Medium Linked List
144 Binary Tree Preorder Traversal Python Easy Binary Tree
145 Binary Tree Postorder Traversal Python Easy Binary Tree
160 Intersection of Two Linked Lists Python Easy Linked List
203 Remove Linked List Elements Python Easy Linked List
206 Reverse Linked List Python Easy Linked List
234 Palindrome Linked List Python Easy Linked List
283 Move Zeroes Python Easy Array
328 Odd Even Linked List Python Medium Linked List
414 Third Maximum Number Python Easy Array
448 Find All Numbers Disappeared in an Array Python Easy Array
485 Max Consecutive Ones Python Easy Array
707 Design Linked List Python Medium Linked List
905 Sort Array By Parity Python Easy Array
941 Valid Mountain Array Python Easy Array
977 Squares of a Sorted Array Python Easy Array
1051 Height Checker Python Easy Array
1089 Duplicate Zeros Python Easy Array
1295 Find Numbers with Even Number of Digits Python Easy Array
1299 Replace Elements with Greatest Element on Right Side Python Easy Array
1346 Check If N and Its Double Exist Python Easy Array