Pastebin
API
tools
faq
paste
Login
Sign up
Nathanwailes's Pastebin
USA
3,015
77,475
0
2 years ago
Name / Title
Added
Expires
Hits
Comments
Syntax
System design interview framework
Sep 25th, 2024
Never
71
0
None
-
Basic system design patterns to rehearse daily
Sep 25th, 2024
Never
28
0
None
-
Binary tree - Are two trees the same
Sep 9th, 2024
Never
99
0
Python
-
Linked List - Merge two sorted lists
Aug 21st, 2024
Never
140
0
Python
-
Linked List - Reverse a linked list
Aug 21st, 2024
Never
83
0
Python
-
Linked List - Get middle node
Aug 21st, 2024
Never
85
0
Python
-
range()
Jun 18th, 2024
Never
587
0
Python
-
Fibonacci - Dynamic Programming
Jun 18th, 2024
Never
559
0
Python
-
Fibonacci - Recursive
Jun 18th, 2024
Never
581
0
Python
-
Fibonacci - Iterative
Jun 18th, 2024
Never
486
0
Python
-
Knapsack - Unbounded - DP - v1
Jun 15th, 2024
Never
453
0
Python
-
Binary trees
Jun 10th, 2024
Never
457
0
Python
-
Binary tree - Get height
Jun 10th, 2024
Never
330
0
Python
-
Top k most-frequent elements
Jun 10th, 2024
Never
331
0
Python
-
Merge k sorted lists
Jun 10th, 2024
Never
318
0
Python
-
Find kth largest (using heapq)
Jun 10th, 2024
Never
328
0
Python
-
Heap sort (using heapq)
Jun 10th, 2024
Never
369
0
Python
-
TreeMaps / SortedDicts
Jun 9th, 2024
Never
524
0
Python
-
Defaultdicts
Jun 9th, 2024
Never
373
0
Python
-
Namedtuple
Jun 9th, 2024
Never
451
0
Python
-
Heapq
Jun 9th, 2024
Never
482
0
Python
-
Deques
Jun 9th, 2024
Never
345
0
Python
-
Sets
Jun 9th, 2024
Never
406
0
Python
-
Dicts
Jun 9th, 2024
Never
450
0
Python
-
Recursion
Jun 9th, 2024
Never
407
0
Python
-
Lists
Jun 9th, 2024
Never
484
0
Python
-
Coin change - DP
Jun 9th, 2024
Never
489
0
Python
-
0/1 Knapsack - Recursive
Jun 8th, 2024
Never
430
0
Python
-
0/1 Knapsack - DP
Jun 8th, 2024
Never
396
0
Python
-
QuickSelect
May 18th, 2024
Never
1,030
0
Python
-
Radix sort
May 18th, 2024
Never
912
0
Python
-
Heap sort
May 18th, 2024
Never
839
0
Python
-
QuickSort
May 18th, 2024
Never
856
0
Python
-
Merge sort
May 18th, 2024
Never
726
0
Python
-
Insertion sort
May 18th, 2024
Never
690
0
Python
-
Selection sort
May 18th, 2024
Never
556
0
Python
-
Bubble sort
May 18th, 2024
Never
592
0
Python
-
Partition algorithm
May 18th, 2024
Never
585
0
Python
-
A* algorithm
Apr 14th, 2024
Never
835
0
Python
-
Dijkstra's algorithm
Apr 14th, 2024
Never
877
0
Python
-
Heap
Apr 5th, 2024
Never
696
0
Python
-
Topological sort
Apr 5th, 2024
Never
691
0
Python
-
Coming up with edge cases
Apr 3rd, 2024
Never
88
0
None
-
Binary tree - Mirror/Invert
Apr 1st, 2024
Never
1,058
0
Python
-
Binary search (iterative)
Mar 29th, 2024
Never
160
0
None
-
Breadth-first search (recursive)
Mar 29th, 2024
Never
1,115
0
Python
-
Depth-first search (iterative)
Mar 29th, 2024
Never
854
0
Python
-
Basic algorithms/techniques to rehearse daily
Mar 28th, 2024
Never
742
0
None
-
Divide and Conquer
Mar 26th, 2024
Never
774
0
Python
-
Backtracking
Mar 26th, 2024
Never
708
0
Python
-
Dynamic Programming - Fibonacci Sequence
Mar 26th, 2024
Never
851
0
Python
-
Two pointers
Mar 26th, 2024
Never
630
0
Python
-
Binary search (recursive)
Mar 26th, 2024
Never
560
0
Python
-
Depth-first search (recursive)
Mar 24th, 2024
Never
713
0
Python
-
Breadth-first search (iterative)
Mar 24th, 2024
Never
632
0
Python
-
LeetCode 1249 - Minimum Remove to Make Valid Parentheses - 53ms solution
Mar 9th, 2024
Never
902
0
Python
-
LeetCode 314 - Binary Tree Vertical Order Traversal - 2024.03.09 solution
Mar 9th, 2024
Never
1,058
0
Python
-
LeetCode 84 - Largest Rectangle in Histogram - 2023.11.09 solution
Nov 8th, 2023
Never
957
0
Python
-
LeetCode 739 - Daily Temperatures - 2023.10.31 solution
Oct 31st, 2023
Never
981
0
Python
-
LeetCode 22 - Generate Parentheses - NeetCode solution
Oct 30th, 2023
Never
1,014
0
Python
-
LeetCode 150 - Evaluate Reverse Polish Notation - 2023.10.29 solution
Oct 29th, 2023
Never
1,008
0
Python
-
LeetCode 155 - Min Stack - 2023.10.28 solution
Oct 28th, 2023
Never
1,040
0
Python
-
LeetCode 20 - Valid Parentheses - 2023.10.27 solution
Oct 27th, 2023
Never
1,013
0
Python
-
LeetCode 239 - Sliding Window Maximum - NeetCode solution
Oct 20th, 2023
Never
812
0
Python
-
LeetCode 76 - Minimum Window Substring - NeetCode solution
Oct 16th, 2023
Never
804
0
Python
-
LeetCode 76 - Minimum Window Substring - 2023.10.16 solution
Oct 16th, 2023
Never
712
0
Python
-
LeetCode 567 - Permutation in String - NeetCode solution
Oct 14th, 2023
Never
1,495
0
Python
-
LeetCode 567 - Permutation in String - 2023.10.15 solution
Oct 14th, 2023
Never
1,772
0
Python
-
LeetCode 424 - Longest Repeating Character Replacement - Rewritten NeetCode solution
Oct 14th, 2023
Never
1,263
0
Python
-
LeetCode 424 - Longest Repeating Character Replacement - 2023.1014 solution
Oct 14th, 2023
Never
668
0
Python
-
LeetCode 424 - Longest Repeating Character Replacement - NeetCode solution
Oct 14th, 2023
Never
679
0
Python
-
LeetCode 3 - Longest Substring Without Repeating Characters - 2023.10.13 solution
Oct 13th, 2023
Never
833
0
Python
-
LeetCode 121 - Best Time to Buy and Sell Stock - 2023.10.12 solution
Oct 11th, 2023
Never
1,133
0
Python
-
LeetCode 42 - Trapping Rain Water - NeetCode solution
Oct 10th, 2023
Never
1,206
0
Python
-
LeetCode 42 - Trapping Rain Water - 2023.10.11 solution
Oct 10th, 2023
Never
1,251
0
Python
-
LeetCode 11 - Container With Most Water - 2023.10.10 solution
Oct 9th, 2023
Never
1,213
0
Python
-
LeetCode 15 - 3Sum - NeetCode solution
Oct 9th, 2023
Never
811
0
Python
-
LeetCode 15 - 3Sum - 2023.10.09 solution
Oct 8th, 2023
Never
853
0
Python
-
LeetCode 167 - Two Sum II - NeetCode solution
Oct 7th, 2023
Never
1,077
0
Python
-
LeetCode 167 - Two Sum II - 2023.10.08 solution
Oct 7th, 2023
Never
1,228
0
Python
-
LeetCode 125 - Valid Palindrome - NeetCode solution
Oct 6th, 2023
Never
1,403
0
Python
-
LeetCode 125 - Valid Palindrome - 2023.10.07 solution
Oct 6th, 2023
Never
1,084
0
Python
-
LeetCode 238 - Product of Array Except Self - NeetCode solution
Oct 5th, 2023
Never
841
0
Python
-
LeetCode 238 - Product of Array Except Self - 2023.10.06 solution
Oct 5th, 2023
Never
910
0
Python
-
LeetCode 217 - Contains Duplicate - NeetCode solution
Oct 5th, 2023
Never
1,064
0
Python
-
LeetCode 217 - Contains Duplicate - 2023.10.05 solution
Oct 5th, 2023
Never
1,321
0
Python
-
LeetCode 347 - Top K Frequent Elements - 2023.10.04 solution
Oct 3rd, 2023
Never
1,307
0
Python
-
LeetCode 36 - Valid Sudoku - NeetCode solution
Oct 2nd, 2023
Never
989
0
Python
-
LeetCode 36 - Valid Sudoku - 2023.10.03 solution
Oct 2nd, 2023
Never
993
0
Python
-
LeetCode 128 - Longest Consecutive Sequence - 2023.10.02 solution
Oct 1st, 2023
Never
966
0
Python
-
LeetCode 49 - Group Anagrams - 2023.09.30 solution
Sep 30th, 2023
Never
859
0
Python
-
LeetCode 49 - Group Anagrams - 2022.12.19 solution
Sep 30th, 2023
Never
1,110
0
Python
-
LeetCode 49 - Group Anagrams - NeetCode solution
Sep 30th, 2023
Never
771
0
Python
-
LeetCode 242 - Valid Anagram - 2023.09.29 solution
Sep 29th, 2023
Never
1,027
0
Python
-
LeetCode 1 - Two Sum - 2023.09.29 solution
Sep 28th, 2023
Never
1,246
0
Python
-
LeetCode 271 - Encode and Decode Strings - 2023.09.28 solution
Sep 28th, 2023
Never
976
0
Python
-
LeetCode 42 - Trapping Rain Water - 2023.04.02 solution
Apr 2nd, 2023
Never
175
0
Python
-
LeetCode 125 - Valid Palindrome - 2023.04.01 solution
Apr 1st, 2023
Never
213
0
Python
-
LeetCode 242 - Valid Anagram - 2023.03.31 solution from ChatGPT
Mar 31st, 2023
Never
141
0
Python
-
LeetCode 238 - 2022.03.28 solution
Mar 29th, 2023
Never
123
0
Python
-
1
2
Oldest
Public Pastes
⭐️Make 2000$+ daily together BI
JavaScript | 2 min ago | 0.24 KB
UIAspectRatioConstraint Plugin
Lua | 3 min ago | 0.66 KB
⭐️500£ ANY SITE BALANCE INSTANTLY 2025 3J
JavaScript | 6 min ago | 0.24 KB
⭐️Earn $2000 a Month From Home UC
JavaScript | 9 min ago | 0.24 KB
⭐️Make 2000$+ daily together BI
JavaScript | 13 min ago | 0.24 KB
⭐️500£ ANY SITE BALANCE INSTANTLY 2025 3J
JavaScript | 16 min ago | 0.24 KB
⭐️Make $3000 in 24 hours W7
JavaScript | 20 min ago | 0.24 KB
⭐️Earn $2000 a Month From Home UC
JavaScript | 23 min ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!