[LeetCode] Index Pairs of a String

1065. Index Pairs of a String

Given a string text and an array of strings words, return an array of all index pairs [i, j] so that the substring text[i...j] is in words.

Return the pairs [i, j] in sorted order (i.e., sort them by their first coordinate, and in case of ties sort them by their second coordinate).

Read more
[System Design] Raft consensus algorithm

What is Raft?

Read more
[System Design] Rsync Algorithm

Rsync Algorithm

Read more
[Codewars] Simple Pig LatinRead more
[Codewars] Josephus SurvivorRead more
[Codewars] Greed is GoodRead more
[Codewars] Josephus PermutationRead more
[Codewars] Formula 1 RaceRead more
[Hacker Rank] Goodland ElectricityRead more
[Hacker Rank] Max MinRead more