Solve problems with JavaScript

Practicing is boring, but will come the feeling

Latest posts with tag "recursion"

LeetCode: Ugly Number

Recursively dividing

LeetCode: House Robber

Memoized recusion

LeetCode: Merge Two Binary Trees

"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

Keep jump over next node until values are not equal

LeetCode: Maximum Subarray

A classic DP problem

LeetCode: Find Peak Element

Divide and conquer

LeetCode: Longest Increasing Subsequence

Dynamic programming, top-down approach

LeetCode: Maximum Length of Repeated Subarray

Memoized recursion, somewhat similar to "Longest common subsequence"

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