Skip to content
View AKQuaternion's full-sized avatar
  • University of Alaska Fairbanks
  • Fairbanks, Alaska

Organizations

@uaf-cs

Block or report AKQuaternion

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. L-Systems-Expander L-Systems-Expander Public

    Fractal L-Systems

    C++ 2

  2. backtracking backtracking Public

    A general purpose backtracking template

    C++

  3. Best-Practices Best-Practices Public

    A place for me to keep notes, links, and attitudes about Software Construction best practices.

  4. Dancing-Links Dancing-Links Public

    My implementation of Knuth's DLX algorithm(s) for backtracking search for exact cover problems.

    C++

  5. My current .clang-tidy file My current .clang-tidy file
    1
    Checks: 'bugprone*,clang-analyzer*,cert*,cppcore*,misc*,modernize*,performance*,portability*,readability*,
    2
            google*,-google-runtime-references,
    3
            hicpp*,-hicpp-signed-bitwise,
    4
            llvm*,-llvm-header-guard,
    5
            -*-braces-around-statements'