Ian Spiegel (Ianspiegz)

Ianspiegz

Geek Repo

0

followers

0

stars

Github PK Tool:Github PK Tool

Ian Spiegel's repositories

word_finder

Java program that finds word in a given matrix, it makes use of an imported digital dictionary which is used to identify words in the matrix. My code will find and locate any possible hidden words with a length of 2 characters or more in any matrix if provided dimensions of the matrix (dimensions provided before contents of the matrix on a separate line). Java code has been placed in Jar file.

Language:JavaStargazers:0Issues:0Issues:0

Networking-Project

In this project, we were given a sample code of 4 different nodes and a master file called prog3.c, and were told to use this code to create a distance vector routing algorithm for a given network.

Stargazers:0Issues:0Issues:0

Sudoku-Solution-Checker

This C program will take in a sudoku grid via a text file called "input", and when the main.c file is run with threading instruction 1 or 2, it will check to see if the given sudoku board is solvable or not.

Language:CStargazers:0Issues:0Issues:0

Local-Address-Translation

Takes local addresses and translates them into virtual addresses, physical addresses, and states their value. Uses FIFO based implementation and requires a txt file full of local addresses to be given so it is able to translate them

Language:CStargazers:0Issues:0Issues:0

Client-and-Server-Chat-Room

This program uses a server c code to start a chat room, and running the client c code from the terminal will allow a user to connect to the chat room with the correct IP address

Language:CStargazers:0Issues:0Issues:0

queue-and-stack

an implementation for queue and stack

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

AVL-Tree

A simple AVL tree implementation

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