Skip to content
View C-Collamar's full-sized avatar
  • Philippines

Block or report C-Collamar

Report abuse

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

Report abuse

Popular repositories Loading

  1. 8-Puzzle-Solver 8-Puzzle-Solver Public

    A BFS and A* implementation to the classic 8-puzzle problem

    C 19 8

  2. 2D-Graphics-Programming 2D-Graphics-Programming Public

    This repository contains source codes of the mini-programs I've created while learning 2D graphics programming

    C 1

  3. brainfuck-transpiler brainfuck-transpiler Public

    Compiles Brainfuck source code to C.

    C 1

  4. json-tools json-tools Public

    Basic prettifier, validator, treeview navigator and converter for JSON data

    JavaScript 1

  5. Tic-Tac-Toe Tic-Tac-Toe Public

    A console-based implementation using the minimax algorithm.

    C

  6. Calculator Calculator Public

    This calculator program inputs infix expressions, parses them into their equivalent postfix expressions, and evaluates the parsed expression

    Java