Skip to content

cattymelody/fundamentals

 
 

Repository files navigation

Algorithms

Building:

C#

Open the solution in Visual Studio 2015 update 3 (Community or Enterprise)

//TODO: a command line build script.

C++

Open the solution in Visual Studio 2015 update 3 (Community or Enterprise)

//TODO: a command line build script.

Go

  1. Install Go 1.3 or higher.
  2. set GOHOME
  3. set GOPATH="aboslute path to Go working directory"
  4. Go build datastructures.go

I'm still removing the github references.

The books I learned Data Structures and Algorigthms was "An Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein" From M.I.T. available here: https://mitpress.mit.edu/books/introduction-algorithms

and

"The Art of Computer Programming Volumes 1-4A Box Set". Fascicles 4A are is to me. https://www.amazon.com/Computer-Programming-Volumes-1-4A-Boxed/dp/0321751043

by Donald Knuth

Also the GNU MIX development kit http://www.gnu.org/software/mdk/mdk.html

You can build the MIX Builder with Lazarus http://www.lazarus-ide.org/

© Jonathan Moore 02016

About

a collection of generic algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 24.2%
  • Roff 15.8%
  • Shell 12.0%
  • Makefile 8.5%
  • C# 8.3%
  • C 7.9%
  • Other 23.3%