Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipuldev/algorithm-go
Basic algorithm & data structures implementation using go
https://github.com/ipuldev/algorithm-go
algorithms data-structures go
Last synced: 7 days ago
JSON representation
Basic algorithm & data structures implementation using go
- Host: GitHub
- URL: https://github.com/ipuldev/algorithm-go
- Owner: ipuldev
- License: mit
- Created: 2022-10-17T15:51:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T16:28:28.000Z (about 2 years ago)
- Last Synced: 2024-04-17T21:14:18.619Z (10 months ago)
- Topics: algorithms, data-structures, go
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![MIT License][license-shield]][license-url]
Table of Contents
## About The Project
In mathematics and computer science, an algorithm is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation.Algorithms are used as specifications for performing calculations and data processing. [wikipedia][wikipedia-algorithm].
This project is just to implement algorithms in simple cases the aim is to make it easier to understand code & process, help other coders see how our code actually works.
### Built With
* [![Go][Go.com]][Go-url]
## Usage
1. ```cd [algorithm-folder]```
2. ```go run .```## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/[FEATURE]`)
3. Commit your Changes (`git commit -m 'Add some [FEATURE]'`)
4. Push to the Branch (`git push origin feature/[FEATURE]`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
[GO.com]:https://img.shields.io/badge/GO%20-0769AD?style=flat&logo=go&logoColor=white
[GO-Url]:https://go.dev/
[license-shield]: https://img.shields.io/github/license/briankliwon/algorithm-go
[license-url]: https://github.com/briankliwon/algorithm-go/blob/main/LICENSE
[wikipedia-algorithm]:https://en.wikipedia.org/wiki/Algorithm