Skip to content

This project provides a collection of commonly used data structure which are not implemented by Go standard library, for usage in interview rounds.

License

Notifications You must be signed in to change notification settings

ShashankSinha252/interviewDSGolang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This project provides a collection of commonly used data structure which are not implemented by Go standard library, for usage in interview rounds.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages