Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/addy1997/al-go-rithms
algorithms implemented in golang
https://github.com/addy1997/al-go-rithms
algorithms-implemented data-structures golang golang-examples golang-package strings
Last synced: 3 months ago
JSON representation
algorithms implemented in golang
- Host: GitHub
- URL: https://github.com/addy1997/al-go-rithms
- Owner: addy1997
- License: mit
- Created: 2020-10-16T12:53:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-03T22:58:00.000Z (over 3 years ago)
- Last Synced: 2024-10-12T14:03:18.024Z (3 months ago)
- Topics: algorithms-implemented, data-structures, golang, golang-examples, golang-package, strings
- Language: Go
- Homepage:
- Size: 176 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# al-Go-rithms
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) [![Stars](https://img.shields.io/github/stars/addy1997/al-Go-rithms.svg?style=flat&label=Star&maxAge=86400)](STARS) [![GitHub open issues](https://img.shields.io/github/issues-raw/addy1997/al-Go-rithms.svg)](https://github.com/addy1997/al-Go-rithms/issues) [![GitHub open pull requests](https://img.shields.io/github/issues-pr-raw/addy1997/al-Go-rithms.svg)](https://github.com/addy1997/al-Go-rithms/pulls) ![](https://img.shields.io/github/repo-size/addy1997/al-Go-rithms.svg?label=Repo%20size&style=flat-square)
-----------------------------------------------------------------------------
## Overview
This repository has variety of algorithms based on strings, arrays, conversions, dynamic programming implemented for reference purpose. Although there are numerous resources for Go, this repository serves the purpose of most go-to resource for any beginner willing to dive deeper in the world of Golang.
Our motivation behind starting this project is to maintain a simple and a clean codebase to make the process of learning Go easier and fun.
## Contribution
All contributions are welcome. We strongly encourage new contributors to refer to the [Contributions Guidelines](https://github.com/addy1997/al-Go-rithms/blob/main/CONTRIBUTION_GUIDELINES.md) to make meaningful contributions.
## Topics
Almost every month we are adding new interesting topics to keep the repository updated. The list of all the topics can be found here [TOPICS.txt](https://github.com/addy1997/al-Go-rithms/blob/main/TOPICS.txt)
## Updates
A new branch by the name of "add-deprecated-codes" has been added to move codes with deprecated functions, packages.