Skip to content
View ro-stack's full-sized avatar
📈
📈

Block or report ro-stack

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 Loading

  1. SmartStock SmartStock Public

    CI301 Individual Project - SmartStock is a Dash application which plots various technical indicators and allows the user to test different machine learning models to predict tomorrows closing price…

    Jupyter Notebook 1

  2. SwiftFix SwiftFix Public

    Android application which connects local tradesman to customers based off Geo-graphical location. Similar to how Uber functions.

    Java

  3. TicketSystem_PriorityQueue TicketSystem_PriorityQueue Public

    This is a priority queue implemented using a linked list without any collections. It includes all the operations of a priority queue except implemtned using my own linked list. It is being used for…

    Java

  4. numberSorting numberSorting Public

    This is a C project for Arduino, whereby...

    C

  5. trafficLightSimmulation trafficLightSimmulation Public

    traffic light C

    C++

  6. nQueens_Backtracking nQueens_Backtracking Public

    I used backtracking for this 8queens problem. The user enters the size of the board/number of queens. They then enter the row/column for the first queen. It then prints a representation of a chess …

    Java