close
The Wayback Machine - https://web.archive.org/web/20201017204455/https://github.com/rajatgupta310198/algos
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

algos - Getting started with Go

Build Status Go Report Card

I created this repository just to learn go. One of the best way to learn a new language is to implement basic Data structure & Algorithms. This gives basic idea of the language.

Project Setup

Basic go project must be setup under $GOPATH. If you are new, just create projects inside GOPATH. I use mac, I set it up inside my $HOME/go which is my $GOPATH.

.
algos
|---|__binary
    |__graph
    |__jump
    |__other
    |__tree
 |_ main.go
You can’t perform that action at this time.