Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 397 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 397 Bytes

Introduction

This module serves as a collection of commonly used data structure which are not implemented by Go standard library. It is intended for usage in interview scenarios. This prevents scenarios where one needs to implement a data structure in an interview round.

Supported data structures

  • Heap : An int heap is implemented, which takes a comparator method and capacity for heap