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

https://github.com/snhilde/dsa

Data Structures and Algorithms
https://github.com/snhilde/dsa

algorithms data-structures golang

Last synced: 21 days ago
JSON representation

Data Structures and Algorithms

Awesome Lists containing this project

README

          

![Maintenance Badge](https://img.shields.io/badge/Maintained-yes-success)
![Class Badge](https://img.shields.io/badge/Status-experimental-yellow)
[![PkgGoDev Doc](https://pkg.go.dev/badge/github.com/snhilde/dsa)](https://pkg.go.dev/github.com/snhilde/dsa)
[![GoReportCard](https://goreportcard.com/badge/github.com/snhilde/dsa)](https://goreportcard.com/report/github.com/snhilde/dsa)
[![Build Status](https://travis-ci.com/snhilde/dsa.svg?branch=master)](https://travis-ci.com/snhilde/dsa)

# dsa

Data Structures and Algorithms

These are example modules for learning and practicing.

## Current Packages

* Data Structures
* [Binary Buffer (hbit)](https://pkg.go.dev/github.com/snhilde/dsa/data_structures/hbit)
* [Linked List (hlist)](https://pkg.go.dev/github.com/snhilde/dsa/data_structures/hlist)
* [Stack (hstack)](https://pkg.go.dev/github.com/snhilde/dsa/data_structures/hstack)
* [Data Table (htable)](https://pkg.go.dev/github.com/snhilde/dsa/data_structures/htable)
* [Binary Tree (htree)](https://pkg.go.dev/github.com/snhilde/dsa/data_structures/htree)
* Algorithms
* [Search (hsearch)](https://pkg.go.dev/github.com/snhilde/dsa/algorithms/hsearch)
* [Sort (hsort)](https://pkg.go.dev/github.com/snhilde/dsa/algorithms/hsort)

## License ##

This project is licensed under the MIT License. Do whatever you want with it.
See the [LICENSE](LICENSE) file for details