Solve problems with JavaScript, daily

Practicing is boring, but will come the feeling

Latest posts with tag "recursion"

LeetCode: Ugly Number

Jul 20, 2022

Recursively dividing

LeetCode: House Robber

Sep 25, 2021

Memoized recusion

LeetCode: Merge Two Binary Trees

Sep 21, 2021

"You know you don't get bonus points for squishing all your code into the least number of lines" - someone

LeetCode: Remove Duplicates from Sorted List

Aug 26, 2021

Keep jump over next node until values are not equal

LeetCode: Maximum Subarray

Aug 23, 2021

A classic DP problem

LeetCode: Remove Linked List Elements

Aug 15, 2021

Keep next next

LeetCode: Find Peak Element

Jul 14, 2021

Divide and conquer

LeetCode: Longest Increasing Subsequence

Jul 9, 2021

Dynamic programming, top-down approach

LeetCode: Maximum Length of Repeated Subarray

Jul 8, 2021

Memoized recursion, somewhat similar to "Longest common subsequence"

LeetCode: N Queens

May 23, 2021

Popular tags

leetcode

array

string

recursion

hash table

math

dynamic programming

codility

hackerrank

greedy

tree

css

cssbattle

linked list

adventofcode

dfs

sorting

two pointers

codewars

stack

matrix

binary search

binary tree

bfs

bit manipulation

backtracking

graph

sliding window

neetcode

heap

prefix sum

projecteuler

queue

binary search tree

career

cli

dev env

hash map

hashmap

interview

interviewbit

topological sort

trie

union find

yarn

HoningJS

Search Posts