/CSE4006

Software Engineering (소프트웨어공학) @ hanyang.univ

Primary LanguageHTML

Software Engineering

hw1: FriendGraph

Usage (main is not implemented):

cd FriendGraph
ant

hw2: Virtual World

The world that has 4 creatures with AIs.
See report

Usage:

cd VirtualWorld
ant
java -jar virtualworld.jar

hw3: ParBST

Parallel Binary Search Tree implementations & performance tests See report