Solve problems with JavaScript, daily

Practicing is boring, but will come the feeling

Latest posts with tag "hash table"

Advent of Code 2022 - Day 23: Unstable Diffusion

Dec 23, 2022

Read the problem description carefully, the rest is straigthforward implementation

Advent of Code 2022 - Day 18: Boiling Boulders

Dec 18, 2022

Flooding with breadth-first search

Advent of Code 2022 - Day 14: Regolith Reservoir

Dec 14, 2022

Move and tackle obstacles

Advent of Code 2022 - Day 9: Rope Bridge

Dec 9, 2022

Manipulate coordination

Advent of Code 2022 - Day 6: Tuning Trouble

Dec 6, 2022

Use a Set to check if all is different

LeetCode: Top K Frequent Words

Oct 19, 2022

Hash and sort

LeetCode: Word Pattern

Oct 4, 2022

2 hash tables

LeetCode: Happy Number

Aug 24, 2022

Use a Set to detect cycle

LeetCode: Longest Palindrome

Aug 18, 2022

Trim odds

LeetCode: Longest Substring Without Repeating Characters

Sep 18, 2021

Sliding window uses two pointers?

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