The Scribblings of a
Monkey!!! 📝🐒
Contains Duplicate
•Posted: Aug 6, 2021 •Updated: Jul 3, 2024
Given an integer array nums, return true if any value appears at least twice, and return false if every...
![LeetCode - Contains Duplicate Post Picture](/images/leetcode/06-contains-duplicate/leetcode-contains-duplicate-post-90w.png)
Remove Duplicates from Sorted Array
•Posted: Jul 3, 2021 •Updated: Jul 3, 2024
Given an integer array nums sorted in non-decreasing order, remove the duplicates in-place such that each...
![LeetCode - Remove Duplicates from Sorted Array Post Picture](/images/leetcode/05-remove-duplicates-from-sorted-array/leetcode-remove-duplicates-from-sorted-array-post-90w.png)
Valid Anagram
•Posted: Jul 2, 2021 •Updated: Jul 3, 2024
Given two strings s and t, return true if t is an anagram of s, and false otherwise. Ex 1) Input...
![LeetCode - Valid Anagram Post Picture](/images/leetcode/04-valid-anagram/leetcode-valid-anagram-post-90w.png)
Climbing Stairs Solution 2
•Posted: Jul 1, 2021 •Updated: Jul 3, 2024
You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps...
![LeetCode - Climbing Stairs Solution 2 Post Picture](/images/leetcode/03-climbing-stairs-solution-2/leetcode-climbing-stairs-solution-2-post-90w.png)
Climbing Stairs Solution 1
•Posted: Jun 30, 2021 •Updated: Jul 3, 2024
You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps...
![LeetCode - Climbing Stairs Solution 1 Post Picture](/images/leetcode/02-climbing-stairs-solution-1/leetcode-climbing-stairs-solution-1-post-90w.png)