Skip to content
View JTEXLab's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report JTEXLab

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

Popular repositories Loading

  1. playlistcreator playlistcreator Public

    A program that manages a music playlist. The program should have the following functionality: For each song it stores the title, singer/band, and release year (you may add additional fields, rating…

    C++

  2. searchandsort searchandsort Public

    For this assignment we will implement a sorting algorithm on an array of integers and test the efficiency of the sorting algorithm. You may implement any sorting algorithm, but you must code it you…

    C++

  3. linkedlistsandstacks linkedlistsandstacks Public

    Program with a reverseprint() function that prints the linked list in the reverse direction an enqueue() function that adds a new node to the tail of the linked list a dequeue() function that remov…

    C++

  4. postfixcalc postfixcalc Public

    The calculator should be able to do calculations on integers, using the operators +, -, *, /. With an ='s sign used to return the answer. It should return an error message if an expression is malfo…

    C++