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

Block or report caiozanatelli

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

Popular repositories

  1. Simplex Simplex Public

    An implementation for the Simplex algorithm for solving linear optimization problems. This approach covers both Primal and Dual Simplex.

    Python 8

  2. SymbolicRegression SymbolicRegression Public

    A Genetic Programming approach in order to solve the Symbolic Regression problem.

    Python 3

  3. DCCRIP-RouterSim DCCRIP-RouterSim Public

    A router simulator that implements a distance-vector routing protocol with network load balance, routing measures, and some optizations.

    Python 2 1

  4. MaxFlow MaxFlow Public

    Dinic's algorithm implementation for finding the maximum flow in a multi-source multi-sink flow network.

    C 1 2

  5. MiniSys MiniSys Public

    Implementation of a mini computing system, which is composed of four main modules: a macroprocessor, an assembler, a linker and a simulator, all of them implemented over a well-defined language nam…

    C 1

  6. RPNSolver RPNSolver Public

    A backtracking approach to find all the possible sets of operators that can be used to get a defined result from a Reverse Polish Notation (RPN) expression with missing operators.

    C