Skip to content

Home of all UNC Charlotte ACM logical, practice problems and their solutions.

Notifications You must be signed in to change notification settings

acm-uncc/meeting-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNC Charlotte ACM Meeting Problems

Home of all UNC Charlotte ACM logical, practice problems and their solutions.

Note: Please follow the UNCC ACM setup instructions (coming soon) before proceeding with this guide.

Adding Your Solution

Clone the repository from GitHub:

git clone [email protected]:uncc-acm/meeting-problems.git

Enter the directory of the recently cloned repository:

cd meeting-problems/

Run the add-solution script provided:

./add-solution

Place your solution file(s) in the created directory.

Commit and push your code with git:

git add -A
git commit -m "Add solution to problem X"
git push

About

Home of all UNC Charlotte ACM logical, practice problems and their solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published