Skip to content
View hbakbak's full-sized avatar

Block or report hbakbak

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. vue-authenticate vue-authenticate Public

    Forked from dgrubelic/vue-authenticate

    Simple Vue.js authentication library

    JavaScript

  2. HoF-Decision-Tree-Classifier HoF-Decision-Tree-Classifier Public

    Programmed a decision tree classifier using SQL to extract features and python scikit-learn library that predicts the probability a baseball player is nominated into the Hall of Fame

    Python

  3. Pattern-Recognition-Lab-1 Pattern-Recognition-Lab-1 Public

    This lab was created as a group lab project for SYDE 572, Pattern Recognition, that investigates three related areas: calculating orthonormal transformations, creating decision boundaries, and asse…

    MATLAB

  4. Model-Estimation Model-Estimation Public

    SYDE 572 Lab 2

    MATLAB 1

  5. Resizable-Deque Resizable-Deque Public

    This is an implementation of a resizable deque using an array. A deque stores elements in an ordered list and allows insertions and deletions at both ends of the list in O(1) time.

    C++

  6. AVL-Tree AVL-Tree Public

    This is an implementation of an AVL tree that uses an iterator which stores a reference to a node within the tree.

    C++