Renxiang Yan (rxyan216)

rxyan216

Geek Repo

Github PK Tool:Github PK Tool

Renxiang Yan's repositories

WeatherWear

An Android App giving dressing suggestion based on the weather.

Language:JavaStargazers:0Issues:0Issues:0

Threads

Implemented a user-level threads package

Language:CStargazers:0Issues:0Issues:0

Synchronization

Implemented semaphores and a sophisticated synchronization scheme for car simulation

Language:CStargazers:0Issues:0Issues:0

Scheduling

Implemented FIFO, LIFO, RoundRobin, Proportional scheduling policy

Language:CStargazers:0Issues:0Issues:0

ContextSwitching

Modified the kernel by implementing the all-important function of context switching

Language:CStargazers:1Issues:0Issues:0

HuffmanCoding

Accomplished file compression and decompression by implementing the Huffman coding algorithm and binary file I/O, using the priority queue container class of C++ STL

Language:ShellStargazers:0Issues:0Issues:0

Boggle

Implemented the back-end logic for a graphic version of game Boggle with graph and ternary tree data structures

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

NetworkPlanning

Abstracted network planning problems by mapping them to graph problems such as finding the shortest path and constructing minimum tree, then solved them using Dijkstra’s algorithm and Prim’s algorithm

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

BinarySearchTrees

Implemented insert and find operations as well as the iterator pattern, using concepts from the C++ STL

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