Skip to content

Mitsislav/assign4_24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 4: Sudoku checker, solver, and generator

My comments

My name: Ioannis Chatziantoniou csd5193 Time spend in exercise 3 : proximetely 24 hours

My exercise

Exw ylopoihsei oles tis synartiseis kathos doyleboun swsta me basi tin ekfwnisi tis askisis ektos apo ton sudoku_solve tin opoia mexri stigmis den moy linei ton pinaka me thn anadromi poy orizei h askisi

Extra comments about description of exercise 4

H ekfwnisi htan poly asafes kai disnoiti kathws meta tin ylopoihsh kathe sinartisis eprepe na anatrexw stis proigoymenes kai na diorthwnw / allazw tin ylopoihh toys. Epishs diskolepse to gegonos oti hthele synartisis opws h sudoku_try_next() poy den ypyrxan mesa sto headerfile kai kata sinepia oyte comments gia autin .

Make Repository Private and Add TAs as Members

You can make the repo private and add TAs as members by hand or using the private.py script

By Hand

  1. Go to Project Settings -> General
  2. Visibility
  3. Change Project Visibility to Private

Also add the TA in your project

  1. Go to ProjectSettings -> Members
  2. Add Iacovos Kolokasis as a Developer

Using the Script

The private.py script is written in Python 3. To run private.py script, please have Python 3.4 or higher, Git 1.8 or higher and python-gitlab installed.

  • Install gitlab lib
pip3 install --upgrade python-gitlab --user
  • Run the script
python3 private.py -t <personal token> -p <project_ id>

Submission

  • You should submit the source files of each assignment. Do not submit the object or executable file
  • Commit all files (not executables or object files!)
git add file1.c file2.c file3.c
git commit -m "Commit message"
git push

About

assignment 4 - CS255

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published