Jack Robbins (jackr276)

jackr276

Geek Repo

Company:Learner Education | NJIT CS

Location:Newark, NJ

Github PK Tool:Github PK Tool

Jack Robbins's repositories

N-Puzzle-Solver

An implementation of an A* Informed Search Algorithm for solving the N-Puzzle problem, using several heuristic functions, written in C

Language:CLicense:GPL-3.0Stargazers:0Issues:0Issues:0

Context-Free-Language-Recognition-with-a-PDA

Implementation of a Pushdown Automaton that recognizes strings belonging to a language valid arithmetic expressions over floating point numbers

Language:C++Stargazers:0Issues:0Issues:0

Simple-Memory-Examiner

A simple program that examines the memory addresses of passed through command line arguments

Language:CStargazers:0Issues:0Issues:0

Simple-Pascal-Like-Language-Interpreter

An interpreter for a custom-made, Pascal-Like Programming Language

Language:C++Stargazers:0Issues:0Issues:0

Radix-Sort-of-Signed-Floats

An implementation of a hexadecimal radix sort of signed floating point numbers, written in C

Language:CStargazers:0Issues:0Issues:0

Radix-Sort-of-Signed-Integers

An implementation of a hexadecimal radix sort of signed integers, written in C

Language:CStargazers:0Issues:0Issues:0

Sparse-Matrix-Utilities

A collection of C programs for creating, displaying and converting sparse matrices into efficient formats

Language:CStargazers:0Issues:0Issues:0

Email-Address-Recognition-with-a-DFA

Implementation of a Deterministic Finite Automaton for email address recognition

Language:C++Stargazers:0Issues:0Issues:0

Traversing-Directories-in-C

A simple program that uses a recursive depth-first algorithm to traverse directories in C

Language:CStargazers:0Issues:0Issues:0

Time-Complexity-of-Sorting-Algorithms

An implementation of various sorting algorithms as well as a Binary Search Tree.

Language:JavaStargazers:0Issues:0Issues:0

Recreation-of-java.util.ArrayList-2-ways

This project provides rebuilt implementations of a Linked-List ArrayList(LList) and an Array built ArrayList(Alist).

Language:JavaStargazers:0Issues:0Issues:0

Tents-and-Trees-with-Backtracking

This project attempts to solve the "tents and trees" riddle with a backtracking approach

Language:JavaStargazers:0Issues:0Issues:0

Regular-Expressions-in-Bash-Scripts

This repository contains two scripts that make use of grep and regular expressions(regex) in bash scripts.

Language:ShellStargazers:0Issues:0Issues:0

Linux-File-Manipulation-with-Bash-Scripts

This repository contains 5 bash scripts that perform file manipulation in Linux

Language:ShellStargazers:0Issues:0Issues:0

BlackCat

This project is the beginnings of a personal password managing app for Linux.

Language:C++Stargazers:0Issues:0Issues:0

Maximum-Increasing-Subarray

Solution to a theoretical problem in which the longest increasing subarray of an array is sought

Language:C++Stargazers:0Issues:0Issues:0

Minimum-Array-Removal-Cost

This project finds the least "costly" way to reduce an array to 1 element in length, removing 2 elements at a time

Language:PythonStargazers:0Issues:0Issues:0

Value-Class-Testing

Testing for the value class, which is itself a part of the intrepreter in the Simple Pascal-Like Interpreter

Language:C++Stargazers:0Issues:0Issues:0

Christmas-Tree-In-Rust

This is a simple ASCII Christmas tree, written in Rust

Language:RustStargazers:0Issues:0Issues:0

Worm-Game

An implementation of a game similar to slither.io in Python, using Position Based Dynamics(PBD)

Language:PythonStargazers:0Issues:0Issues:0

Position-Based-Dynamics

A demonstration of Position Based Dynamics through 4 unique graphics simulations

Language:PythonStargazers:0Issues:0Issues:0

Force-Based-Avoidance-Crowd-Simulation

Crowd Simulation using a Force Based Avoidance Algorithm

Language:PythonStargazers:0Issues:0Issues:0

Simple-Language-Recognizer

A recognization algorithm based on a very simple language rule

Language:C++Stargazers:0Issues:0Issues:0

Implementation-of-a-recursive-descent-parser

This project contains the syntax-analysis part of the larger project: Simple Pascal-Like Language Interpreter

Language:C++Stargazers:0Issues:0Issues:0

Data-Analysis-of-Malignant-Benign-Tumors

Data Analysis of Malignant/Benign Tumors

Language:HTMLStargazers:0Issues:0Issues:0

Sentiment-Analysis-of-Elon-Musk-Tweets

Sentiment Analysis using NLP of Elon Musk's tweets

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Analysis-of-Wesbscraped-Box-Office-Data

Webscraped Data Analysis This project uses webscraping to perform data analysis on the IMDB movies datasets

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Final-Project-CMP-262

CMP 262 Final Project

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Project-2---Data-Anaylsis-with-Python

Data Cleaning with Python

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Finding-Palindromes

Finding Palindroms

Language:Jupyter NotebookStargazers:0Issues:0Issues:0