Domanda di colloquio di Primer AI

given json string, return top k bigrams

Risposta di colloquio

Anonimo

30 ott 2019

using python standard library to parse json, count bigrams with a hashmap, get top k using a max heap