Skip to content
View cgalo's full-sized avatar
  • Google
  • Mountain View, CA

Organizations

@UToledoACM @MyGlucoPal
Block or Report

Block or report cgalo

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

  1. Conga-AI Conga-AI Public

    Final project for Artificial Intelligence class. AI agent that plays Conga Board game by implementing MiniMax algorithm with Alpha-Beta pruning.

    C++

  2. Placestragam Placestragam Public

    Web App that allows you to keep track of places you've visited!

    TypeScript

  3. DatingApp DatingApp Public

    Dating Web Application using .NET & Angular

    C#

  4. Compression-Program Compression-Program Public

    Lossless data compression program utilizing Huffman compression algorithm

    C++

  5. SPAN SPAN Public

    CLI App that returns Minimum Spanning Tree for a given graph

    C++

  6. CNGF Link Prediction algorithm utili... CNGF Link Prediction algorithm utilizing NetworkX
    1
    # -*- coding: utf-8 -*-
    2
    """
    3
    @author: Yash Walankar, Carlos Galo
    4
    5
    Script compares CNGF accuracy to common neighbor accuracy utilizing networkX.