Skip to content

A new online judge system for Data Structure Course in EE of Thu.

License

Notifications You must be signed in to change notification settings

prajnamort/liblambdaOJ2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liblambdaOJ2 Build Status

lambdaOJ2 is the platform for the course Data Structure in EE of Thu.

INSTALL

Compile

cd liblambdaOJ2
mkdir build; cd build
cmake -DCMAKE_INSTALL_PREFIX=/your/path/to/install/ ..
make
make install

Install Python3 API

Make sure:

  • judge and compile_code is in $PATH
cd liblambdaOJ2/python_package
python3 setup.py install --prefix=/your/path/to/install/

Or use pip:

pip install "git+https://github.com/kainwen/liblambdaOJ2@master#egg=liblambdaOJ2&subdirectory=python_package"

Docs

Docs can be found here.

About

A new online judge system for Data Structure Course in EE of Thu.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published