Here, You can all submit your solutions for the DSA questions ACM presents to you, through Duality.
Submit your solution file in the following format or else it will be rejected: EnrolmentNumber_Name_L1/L2 Also add question in the description, optimised code will rewarded better points relatively.
- Click the Fork button in the upper right corner. This creates a copy of the repository under your GitHub account.
-
Open your terminal (Command Prompt, Git Bash, or Terminal).
-
Use the following command to clone your forked repository to your local machine:
git clone https://github.com/YOUR_USERNAME/REPOSITORY_NAME.git
- Add changes: git add .
- Commit changes: git commit -m "Your commit message"
- Push changes to remote: git push