algs

algs

This is a library that implements the algorithms and datastructures described in Algorithms 4th ed. by Robert Sedgewick and Kevin Wayne.

Booksite: git remote add origin git@github.com:Lillevang/algs.git

ISBN-13: 978-0321573513

ISBN-10: 032157351X

Keep in mind that implementations are purely for training purposes and is not intended to be used for anything other than the exercises in the book. Many of the algorithms and datastructures provided here are already available in the standard library.

Contents

The library is build around the same structure a the book:

  1. Fundamentals
  2. Sorting
  3. Searching
  4. Graphs
  5. Strings
  6. Context

Additionally there's a utility module containing widely used classes and structs.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      algs:
        github: your-github-user/algs
    
  2. Run shards install

Usage

require "algs"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/algs/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

algs

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 0
  • over 2 years ago
  • January 27, 2022
License

MIT License

Links
Synced at

Thu, 07 Nov 2024 00:57:54 GMT

Languages