Skip to content
View pipesbj's full-sized avatar
  • Nacogdoches, TX

Block or report pipesbj

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pipesbookstore-dbexample pipesbookstore-dbexample Public

    A mock bookstore that demonstrates database design & its implementation into a GUI.

    PHP

  2. RSA-String-Encryptor RSA-String-Encryptor Public

    An implementation of the RSA encryption algorithm for short strings.

    Python

  3. GeneralGraph GeneralGraph Public

    A graph structure that can perform Bellman-Ford's shortest path, Traveling Salesman Problem, and transitive closure algorithms.

    Java

  4. Horspools-String-Matching Horspools-String-Matching Public

    This is a program to demonstrate string matching operations for various text files. Horspool works by parsing the requested pattern, and building a table to determine how many characters can safely…

    Java

  5. Huffman-Encoder Huffman-Encoder Public

    Builds a Huffman binary tree and generates an encoding for each character in a text file. Meant to assign fewer bits to the characters that occur more frequently, Huffman encoding is a compression …

    Java