Skip to content
View crstnn's full-sized avatar
😀
😀

Highlights

  • Pro

Block or report crstnn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. BeveridgeNelsonFilter BeveridgeNelsonFilter Public

    An interface (frontend and backend) for an implementation of the Beveridge-Nelson filter. Contains the complete BN filter model R code.

    JavaScript 2 1

  2. GoldbachsWeakConjecture GoldbachsWeakConjecture Public

    Disprover for Goldbach's weak conjecture using the Miller-Rabin (probabilistic) primality test

    Python

  3. LZ77Compression LZ77Compression Public

    Lempel-Ziv (77) data compression algorithm. For files containing up to 8 bit ASCII chars. Using Huffman and Elias (omega) coding.

    Python 1

  4. UkkonensSuffixTree UkkonensSuffixTree Public

    Ukkonen's (linear time) suffix tree construction. Both containing the generalised and non-generalised version.

    Python 2

  5. MinimumSpanningTree MinimumSpanningTree Public

    Second best MST calculated based on the lowest common ancestor (LCA) approach. Best MST calculated using Kruskal's with disjoint set (with path compression).

    Python

  6. jsinspect-plus jsinspect-plus Public

    Forked from danielstjules/jsinspect

    Detect copy-pasted and structurally similar code. Supports ES2020 standard (and most proposed features), TS and TSX files. Using Babel 8's parser.

    JavaScript 2