Skip to content

telemachus/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms in Go

This repository implements several basic or well-known algorithms in Go.

Nothing here is really mine. In most cases, I’ve simply followed pseudocode from Introduction to Algorithms. Sometimes I adapted a program that I found in A Common-Sense Guide to Data Structures and Algorithms. (Those programs were originally written in Ruby, Python, or Javascript.) In one case, I’ve copied code from Stefan Nilsson.

I wrote this to learn about basic data structures and algorithms and to get more comfortable with Go. You shouldn’t use it for anything that matters, and nobody but me is to blame for the mistakes and bad ideas.

About

Some basic algorithms in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published