Question d’entretien chez Primer AI

given json string, return top k bigrams

Réponse à la question d'entretien

Utilisateur anonyme

30 oct. 2019

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