Skip to content
View maxgoren's full-sized avatar
Block or Report

Block or report maxgoren

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
maxgoren/README.md
  • Hi, I’m @maxgoren thanks for stopping by!
  • I’m interested in compilers and programming language design and development.
  • I'm also keenly interested data structures and algorithms, in particular high performance search structures and balanced search trees.
  • I work as a Backend Software Engineer in Boston, MA developing mostly Java Springboot applications.
  • I maintain a blog for all things software engineering at http://www.maxgcoding.com and much of what is hosted here is originally discussed there.
  • Any code shared here in my personal repo's, or as a Gist are made available under the MIT License, and if used should be attributed as such with respect to the author.

Pinned

  1. owlscript owlscript Public

    Owlscript

    C++

  2. RedBlackTrees RedBlackTrees Public

    Simplifying Bottom Up Red/Black Trees

    C++

  3. CellularAutomata CellularAutomata Public

    Java Swing implementation of Langtons Ant's and other Automatons

    Java

  4. TreeVisualizer TreeVisualizer Public

    A simple C++ utility to generate images of binary search trees.

    C++ 1

  5. TilePuzzle TilePuzzle Public

    Solving tile puzzles with searching algorithms

    C++

  6. EvalExpressions EvalExpressions Public

    Expression evaluation algorithms

    C++