Solve problems with JavaScript
Practicing is boring, but will come the feelingLatest posts with tag "leetcode"
Recursive approach
Divide and conquer
Use 2 hash tables
Insert and keep the array sorted
Dynamic programming, top-down approach
Memoized recursion, somewhat similar to "Longest common subsequence"
Hash table, sort by occurences then greedily remove
Flatten and sort
Flat, reverse, and pop
Memoized recursion
Sort with custom comparator
Find the longest contiguos subsequences with K zeros at most
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