Skip to content

Instantly share code, notes, and snippets.

View TuyenGa's full-sized avatar

Vuong Quang Tuyên TuyenGa

View GitHub Profile
@TuyenGa
TuyenGa / ChatClient.java
Created September 28, 2015 02:49 — forked from kaushiktiwari/ChatClient.java
A JAVA chat client
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.Image;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.awt.image.BufferedImage;
//Kristofer Hult
//Algorithms Project 4
package sudokuSolver;
import java.util.*;
import java.io.*;
public class sudokuSolver {
private static int[][] board;