Skip to content
View gla7's full-sized avatar

Block or report gla7

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
  • Springboard Public

    Jupyter Notebook Updated Mar 7, 2020
  • Implement a handful of simple algorithms from scratch.

    Python MIT License Updated May 3, 2019
  • A node.js API that shortens URLs.

    JavaScript Updated Mar 21, 2019
  • Following deeplearning.ai course 2/4 in the Deep Learning Specialization: Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization

    Jupyter Notebook Updated Feb 20, 2019
  • Following deeplearning.ai course 1/4 in the Deep Learning Specialization: Neural Networks and Deep Learning

    Jupyter Notebook Updated Feb 1, 2019
  • Completed the Coursera Course: www.coursera.org/machine/learning

    MATLAB Updated Jan 13, 2019
  • Following the Udemy Course: https://www.udemy.com/the-data-science-course-complete-data-science-bootcamp/

    Jupyter Notebook 5 5 Updated Nov 20, 2018
  • Following the Udemy Course: https://www.udemy.com/machine-learning-with-javascript

    HTML Updated Nov 3, 2018
  • Following the Udemy Course: https://www.udemy.com/machine-learning-with-javascript

    JavaScript Updated Nov 3, 2018
  • As per the Udemy Course: https://www.udemy.com/machine-learning-with-javascript

    JavaScript Updated Oct 29, 2018
  • API for an escape room type game.

    JavaScript Updated Dec 22, 2017
  • JavaScript MIT License Updated Dec 5, 2017
  • Dice-Games Public

    This is an application that simulates codified dice expressions (e.g. 3 6-sided dice: 3d6). It supports literal values, single dice roll, multiple dice rolls, drop lowest, keep highest, and explosi…

    JavaScript Updated Mar 5, 2017
  • Retrieve 3 random users, display their info in cards, then if you click a card, it will give you 5 random posts by that user. Uses AngularJS.

    JavaScript Updated Feb 16, 2017
  • Damon's task manager front end app in Angular

    JavaScript Updated Oct 31, 2016
  • In this project, Binary Search Trees are implemented in Java. Here you will find a method that creates a new balanced Binary Tree from a given sorted array, a finder of the height of the tree, a le…

    Java Updated Sep 6, 2016
  • Some examples of recursion as well as merge sort in Java.

    Java Updated Sep 5, 2016
  • This final exercise builds (a) a stack using a linked list as underlying data structure and highlights the advantages, (b) implements a twoStack using a single array and highlights how the push and…

    Java Updated Sep 4, 2016
  • A series of exercises of adding methods to the linked lists object in Java including time complexities.

    Java Updated Aug 30, 2016
  • A demo of doubly linked lists in Java.

    Java Updated Aug 28, 2016
  • A demo of a method that adds elements in an ordered way in a linked list in Java.

    Java Updated Aug 28, 2016
  • A demo of the not so commonly used double linked lists in Java.

    Java Updated Aug 27, 2016
  • A tutorial in Linked Lists as well as generisizing parameters in object construction in Java.

    Java Updated Aug 27, 2016
  • This is an algorithm to detect if a string in Java has repeated characters.

    Java Updated Aug 27, 2016
  • An anagram detector algorithm has been created that assumes that only non-numbers are given written in Java.

    Java Updated Aug 27, 2016
  • In this project, a Java object constructor is created. Objects of this type are created and inserted into an array of this object type. Finally, said array is insertion sorted by the number attribu…

    Java Updated Aug 26, 2016
  • Using the ordered array search function, created two other functions to add and delete elements from arrays, both of which have time complexity of O(n)

    Java Updated Aug 24, 2016
  • An example and explanation of the Ordered Array Search Algorithm using Java as well as a rough explanation of its time complexity in big O notation.

    Java Updated Aug 24, 2016
  • An example and explanation of the Insertion Sort Algorithm using Java as well as a rough explanation of its time complexity in big O notation.

    Java Updated Aug 24, 2016
  • An example and explanation of the Selection Sort Algorithm using Java as well as a rough explanation of its time complexity in big O notation.

    Java Updated Aug 24, 2016