GithubHelp home page GithubHelp logo

acm-dsa-18's Introduction

ACM-DSA-18

DSA SMP Code Submission Repo 2018

This repository contains all the coursework and assignments for the summer mentorship project 2018 on Data Structures and Algorithms.

How to submit assignments?

1) Fork the repository.

2) Clone the forked repository using:

git clone https://github.com/ACM-NITK/ACM-DSA-18.git

3) Change directory and create a folder with your name. Inside the folder create a text file with your details.

cd ACM-DSA-18
mkdir your-name
cd your-name
gedit intro.txt // This creates /opens a text file in the gedit editor of your linux system

Copy and paste your code submission files into the directory

4) Add and commit changes. Push it to your repository.

git add .	// ' . '  is used to add all files. git add file-name adds single files 
git commit -m "Your message"
git push origin master

5) Login to github and send a pull request to ACM-NITK/ACM-DSA-18 To configure upstream:

git remote add upstream https://github.com/ACM-NITK/ACM-DSA-18.git

To pull the latest changes:

git fetch upstream
git checkout master
git merge upstream/master

OR, use GUI to create a pull request from 'your' forked repository.

acm-dsa-18's People

Contributors

adira9 avatar manas11 avatar

Forkers

aashaym1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.