Git Product home page Git Product logo

algogo's Introduction

Algorithms in Go

Package algogo provides basic algorithms not in the Go standard library.

  • Array utilities (e.g. Copy, Reverse, Different, Same) for integer array
  • Combinations for integer array
  • Permutations for integer array

Subdirectories

  • bit: Package bit implements a bit array (extends math/big.Int). Package bit provides bit operations (implemented by math/big.Int) and a bit count method for counting the number of set bits. Using an integer array decreases run time by an order of magnitude compared to using an boolean array.

  • unionfind: Package unionfind implements quick-union and find with path compression for integer set. Additional algorithms and data structures will be implemented in the future.

Most functions are implemented for integer arrays, which are likely the most useful in a world without generics. Each data structure can contain integer values serving as indices into an array in which the actual data are stored. The interface{} type will not be used, it subverts the type system and requires runtime checks.

algogo's People

Contributors

djhshih avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.