/hackerrank

Hackerrank problems and solutions

Primary LanguageJavaScriptMIT LicenseMIT

HackerRank

Problems and solutions for HackerRank.

Priority Queue

Several problems require access to a priority queue; however, TypeScript itself does not have such a built-in data structure.

HackerRank

HackerRank has no official support for priority queues.

CoderPad

CoderPad has no official support for priority queues.

CodeSignal

CodeSignal's official documentation does not claim support for priority queues. However, there is documentation suggesting that heap-js is available.