Skip to content

This repository will include our team's codes for the FCPC competitions at Ferdowsi University of Mashhad.

License

Notifications You must be signed in to change notification settings

ctrl-alt-Defeat-icpc/FCPC2024-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCPC (ferdowsi university icpc)

Hello and welcome to the FCPC contest (selection round 1).

For ease of coding, try using the template file in addition to the following.

Repository Structure

Each team member has their own unique folder to work on their solutions or experiments. The repository follows this structure:

.
├── ali/        # Folder for Ali solutions
├── amirreza/   # Folder for Amirreza solutions
├── rahmat/     # Folder for Rahmat solutions
├── .gitignore  # Ignoring unnecessary files
├── README.md   # Collaboration guide
└── update.py   # Script to automate Git pull/push

Each person should only work in their assigned folder to avoid conflicts.

Initial Setup

  1. Clone the repository:
    git clone https://github.com/ctrl-alt-Defeat-icpc/iicpc2024
  2. you should write your solutions in your own folder!
  3. Ensure the .gitignore file is in place to keep unnecessary files out of the repository.

Working Together

Syncing with the Repository

To keep your local repository up-to-date and push your changes, use the update.py script.

python update.py

or

python3 update.py

This will:

  • Pull the latest changes from the repository.
  • Add and commit changes in your folder.
  • Push your changes back to the repository.
Solving Conflicts

If you encounter merge conflicts:

  1. Identify the conflicting files in the Git output.
  2. Open the files and manually resolve the conflicts.
  3. After resolving conflicts:
python update.py

Let’s collaborate effectively and do our best in the competition! 🎉

About

This repository will include our team's codes for the FCPC competitions at Ferdowsi University of Mashhad.

Topics

Resources

License

Stars

Watchers

Forks