Skip to content
View Luke735's full-sized avatar

Block or report Luke735

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. Group3_Project2 Group3_Project2 Public

    Converts infix mathematical expressions to postfix and evaluates them.

    Java 1

  2. Group3_Project3 Group3_Project3 Public

    Builds a morse code binary tree that stores the alphabet branching left for '.' and right for '-'. Allows the user to encode or decode strings to/from morse code using this tree.

    Java

  3. divine-software divine-software Public

    Divine Software is a software development company, designing programs, websites, and much more to its clients, divinely.

    HTML

  4. Team_1_Project_1 Team_1_Project_1 Public

    A movie management system that maintains two lists of movies: movies "showing" in the theater and movies "coming" to the theater. Uses two doubly linked lists with iterators and stores them in date…

    C++

  5. Team_1_Project_2 Team_1_Project_2 Public

    Takes infix mathmatical expressions from an input file and converts them into postfix expressions. The postfix expressions are then evaluated and the infix, postfix, and integer results are ouptut …

    C++

  6. Team_3_Project_3 Team_3_Project_3 Public

    Builds a morse code binary tree from an input file that stores the lowercase alphabet branching left for - and right for . Allows the user to encode or decode basic strings to/from morse code using…

    C++ 1