Skip to content

ipuldev/algorithm-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License

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.

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

(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)

About

Basic algorithm & data structures implementation using go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages