Git Product home page Git Product logo

algorithms's People

Contributors

anandwana0011 avatar ashisinha18 avatar gauthamzz avatar govinddixit avatar lordfahrenheit avatar marshallkr7 avatar mubaris avatar nityanandagohain avatar siddhant-k-code avatar surasnayak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

algorithms's Issues

Add Greedy Algorithms in Go

Comment on the algo you want to do and go ahead. No need to be assigned. Send pr. But comment the algo you are doing ,to make sure no duplication. One algo at a time.

Update Readme file

I would like to update the readme file with following points-

Download and Install

Binary Distributions

Official binary distributions are available at https://golang.org/dl/.

After downloading a binary release, visit https://golang.org/doc/install
or load doc/install.html in your web browser for installation
instructions.

Install From Source

If a binary distribution is not available for your combination of
operating system and architecture, visit
https://golang.org/doc/install/source or load doc/install-source.html
in your web browser for source installation instructions.

Learn

Learn Go Online

Learning resources for specific topics:

Further reading:

  • Newspaper is a topic based newsfeed for slack. Built on Go

CONTRIBUTING!

Contributing to this repo

Implementing new File/Directory Structure

  • Try to keep things as modular as possible, the new file/directory structure should be:
/DataStructures/file
ex: /DataStructures/Stack.go
/algorithms/algorithm/file
ex: /algorithms/bubble_sort/bubble_sort.go

How To:

  1. Fork Repo on Web Page
  2. git clone https://github.com/{your-username}/Algorithms
  3. Code your files in the proper directory based on the instructions above
  4. add all your files git add your/directory/path/to/file/ (see new directory structure above)
  5. commit your file changes git commit -m "Whatever you did here, e.g. created Stack"
  6. push your changes git push
  7. Create a Pull Request to master on Web Page

Alternate via Web

  1. Fork Repo on Web Page
  2. Make your changes to your forked repo
  3. Make Pull Request to master

Go is the work of hundreds of contributors. We appreciate your help!
To contribute, please read the contribution guidelines:
https://golang.org/doc/contribute.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.