Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

[![MIT License][license-shield]][license-url]

Table of Contents



  1. About The Project


  2. Usage

  3. Contributing

  4. License

## 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.

(back to top)

### Built With

* [![Go][Go.com]][Go-url]

(back to top)

## Usage
1. ```cd [algorithm-folder]```
2. ```go run .```

(back to top)

## 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

(back to top)

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)

[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