All Posts

Search Tags

Setting up multiple github accounts on the same computer (without having to change the repo url)

Measuring a changing DOM element

Typescript Notes

Coronavirus Quarantine Survival Essential - a Whiteboard

Generate All Possible Expressions That Evaluate To The Given Target Value

909. Snakes and Ladders

886. Possible Bipartition

785. Is Graph Bipartite?

733. Flood Fill

695. Max Area of Island

323. Number of Connected Components in an Undirected Graph

261. Graph Valid Tree

210. Course Schedule II

207. Course Schedule

200. Number of Islands

1192. Critical Connections in a Network

94. Binary Tree Inorder Traversal

543. Diameter of Binary Tree

429. N-ary Tree Level Order Traversal

426. Convert Binary Search Tree to Sorted Doubly Linked List

250. Count Univalue Subtrees

145. Binary Tree Postorder Traversal

144. Binary Tree Preorder Traversal

113. Path Sum II

112. Path Sum

108. Convert Sorted Array to Binary Search Tree

107. Binary Tree Level Order Traversal II

106. Construct Binary Tree from Inorder and Postorder Traversal

105. Construct Binary Tree from Preorder and Inorder Traversal

103. Binary Tree Zigzag Level Order Traversal

1008. Construct Binary Search Tree from Preorder Traversal

Binary Search Tree

199. Binary Tree Right Side View

N-Queens - Solving a leetcode "hard" problem

77. Combinations

40. Combination Sum II

22. Generate Parentheses

17. Letter Combinations of a Phone Number

90. Subsets II

784. Letter Case Permutation

78. Subsets

47. Permutations II

46. Permutations

Print Permutations Without Repetitions

Enumerate All Subsets of a Set

Enumerate All Possible Decimal Strings Length n

Enumerate All Possible Binary Strings of Length n

Tower of Hanoi

Raise Int to Power

Number of Subsets of a Set

Number of Subsets of Size K

Fibonacci

88. Merge Sorted Array

75. Sort Colors

15. 3Sum

1213. Intersection of Three Sorted Arrays

Lexicographical Order

Top k in Stream

Merge k sorted arrays

Group the Numbers

Count Sort

Heap Sort

215. Kth Largest Element in an Array

Quick Sort

Merge Sort

Selection Sort

Insertion Sort

Bubble Sort

03-05 - In-Place Shuffle [Interview Cake] [Hashing and hash tables]

03-03 - Product of All Other Numbers [Interview Cake] [Hashing and hash tables]

03-02 - Highest Product of 3 [Interview Cake] [Hashing and hash tables]

03-01 - Apple Stocks [Interview Cake] [Hashing and hash tables]

02-04 - Top Scores [Interview Cake] [Hashing and hash tables]

02-03 - Word Cloud Data [Interview Cake] [Hashing and hash tables]

02-02 - Permutation Palindrome [Interview Cake] [Hashing and hash tables]

02-01 - Inflight Entertainment [Interview Cake] [Hashing and hash tables]

01-05 - Cafe Order Checker [Interview Cake] [Array and string manipulation]

01-04 - Merge Sorted Arrays [Interview Cake] [Array and string manipulation]

01-03 - Reverse Words [Interview Cake] [Array and string manipulation]

01-02 - Reverse String in Place [Interview Cake] [Array and string manipulation]

01-01 - Merge Meeting Times [Interview Cake] [Array and string manipulation]

Implementing Tic-tac-toe in javascript

Trie

Stack

Queue

Linked List

Hash Tables

Graph

Dynamic/Resizable Arrays and ArrayList

Binary Heap

04-05 - Validate BST [Cracking the Coding Interview]

04-04 - Check Balanced [Cracking the Coding Interview]

04-03 - List of Depths [Cracking the Coding Interview]

04-02 - Minimal Tree [Cracking the Coding Interview]

04-01 - Route Between Nodes [Cracking the Coding Interview]

03-06 - Animal Shelter [Cracking the Coding Interview]

03-05 - Sort Stack [Cracking the Coding Interview]

03-04 - Queue Via Stacks [Cracking the Coding Interview]

03-03 - Stack of Plates [Cracking the Coding Interview]

03-02 - Three in One [Cracking the Coding Interview]

03-02 - Stack Min [Cracking the Coding Interview]

02-08 - Loop Detection [Cracking the Coding Interview]

02-07 - Intersection [Cracking the Coding Interview]

02-06 - Palindrome [Cracking the Coding Interview]

02-05 - Sum Lists [Cracking the Coding Interview]

02-04 - Partition [Cracking the Coding Interview]

02-03 - Delete Middle Node [Cracking the Coding Interview]

02-02 - Return Kth To Last [Cracking the Coding Interview]

02-01 - Remove Dups [Cracking the Coding Interview]

01-09 - String Rotation [Cracking the Coding Interview]

01-08 - Zero Matrix [Cracking the Coding Interview]

01-07 - Rotate Matrix [Cracking the Coding Interview]

01-06 - String Compression [Cracking the Coding Interview]

01-05 - One Away [Cracking the Coding Interview]

01-04 - Palindrome Permutation [Cracking the Coding Interview]

01-03 - Urlify [Cracking the Coding Interview]

01-02 - Check Permutation [Cracking the Coding Interview]

01-01 - Is Unique [Cracking the Coding Interview]

Css: Box Alignment — Justify vs Align

Html: Anchor Tags and Pseudo classes

Css: Transform, Transition, Animation and Keyframes

98. Validate Binary Search Tree

977. Squares of a Sorted Array

974. Subarray Sums Divisible by K

973. k Closest Points

91. Decode Ways

881. Boats to Save People

875. Koko Eating Bananas

865. Smallest Subtree with all the Deepest Nodes

863. All Nodes Distance K in Binary Tree

826. Most Profit Assigning Work

807. Max Increase to Keep City Skyline

79. Word Search

739. Daily Temperatures

701. Insert into a Binary Search Tree

700. Search in a Binary Search Tree

70. Climbing Stairs

6. ZigZag Conversion

560. Subarray Sum Equals K

56. Merge Intervals

547. Friend Circles

544. Output Contest Matches

53. Maximum Subarray

49. Group Anagrams

394. Decode String

36. Valid Sudoku

3. Longest Substring Without Repeating Characters

29. Divide Two Integers

289. Game of Life

277. Find the Celebrity

24. Swap Nodes in Pairs

21. Merge Two Sorted Lists

208. Implement Trie (Prefix Tree)

20. Valid Parentheses

2. Add Two Numbers

179. Largest Number

17. Letter Combinations of a Phone Number

138. Copy List with Random Pointer

133. Clone Graph

121. Best Time to Buy and Sell Stock

1171. Remove Zero Sum Consecutive Nodes from Linked List

1110. Delete Nodes And Return Forest

1091. Shortest Path in Binary Matrix

109. Convert Sorted List to Binary Search Tree

1057. Campus Bikes

102. Binary Tree Level Order Traversal

1007. Minimum Domino Rotations For Equal Row

1. Two Sum