Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: irkartik/codebook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: t3nsor/codebook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 5, 2018

  1. Fixes to FFT, KMP, and Suffix Array

    FFT: Fixed initialization issue and compiler error, made it easier to
    set the underlying double type, and added a wrapper function for
    convolutions
    
    KMP: Added a special case to make it work for |w|=1
    
    Suffix Array: Added a special case to make it work for L=1
    SourSpinach committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    340a7e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Prevent memory leak in FFT

    Freeing the allocated temporary arrays.
    SourSpinach committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    88754cc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Merge pull request t3nsor#4 from SourSpinach/master

    Fixes to FFT, KMP, and Suffix Array
    t3nsor authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    cdcf83a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Fixed CRT

    prakhar17252 authored Dec 27, 2018
    Configuration menu
    Copy the full SHA
    2b63161 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

  1. Merge pull request t3nsor#5 from prakhar17252/patch-1

    Fixed CRT
    t3nsor authored Mar 24, 2019
    Configuration menu
    Copy the full SHA
    277c7a5 View commit details
    Browse the repository at this point in the history
Loading