Categorygithub.com/mikejlong60/algorithms
repository
0.0.0-20241212133454-9786d7e40918
Repository: https://github.com/mikejlong60/algorithms.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Project containing exercises from book Algorithm Design by Kleinberg and Tardos.1

And after 1/1/2024 I began the exercises from Steven Skiena: The Algorithm Design Manual, 3rd Edition 8/16/2024 - began doing the exercises in C as well This project requires Golang 1.18

Initializing Project

  • go mod init
  • go mod tidy
  • go test -v -count=1 ./...