An open API service indexing awesome lists of open source software.

https://github.com/hygull/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.
https://github.com/hygull/ds

golang map slice

Last synced: 11 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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](https://github.com/hygull/ds/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.