Skip to content

niubipluss/algorithm-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Algorithm and Utility Toolkit

This Go project provides a collection of algorithm libraries and utility classes commonly used in daily development tasks. It is open-sourced under the Apache License 2.0.

Features

  • Algorithms: Various algorithms for common tasks such as sorting, searching, and graph traversal.

  • Data Structures: Implementations of fundamental data structures like linked lists, trees, stacks, and queues.

  • Utilities: Handy utility functions and classes for tasks such as file handling, string manipulation, and error handling.

  • Concurrency: Tools and patterns for managing concurrency and parallelism, including goroutines and channels.

  • Testing Utilities: Utilities for writing comprehensive tests, including mocks and assertions.

Installation

To use this toolkit in your Go project, you can simply import it using the go get command:

go get github.com/niubipluss/algorithm-lib

License

This project is licensed under the Apache-2.0 license.

Contact Us

If you have any questions, suggestions, or feedback, feel free to reach out to us at ydhmkpsryk321@gmail.com.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages