Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 442 Bytes

File metadata and controls

11 lines (6 loc) · 442 Bytes

ds

A Go package containing the functions for operations on various data structures like stack, queue, linked list(singly & doubly), tree, graph, array, slice & map etc.

How to use?

Visit wiki that I have created for the users of ds package.

Note

The package is in development, it will be updated sonn with excellent functions to perform opeartions on simple & complex data structures.