chauhanparth210 / newbies_code

Tracker repo for newbies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

newbie's_code

Tracker repo for newbies πŸ”°

Folder Structure

β”œβ”€β”€ Parth
β”‚   β”œβ”€β”€ Linklist
β”‚   β”‚   β”œβ”€β”€ Implementation
β”‚   β”‚   |  β”œβ”€β”€ Linklist.cpp
β”‚   β”‚   β”œβ”€β”€ Problems
β”‚   β”‚   |  β”œβ”€β”€ P1.cpp
β”‚   β”‚   |  β”œβ”€β”€ P2.cpp
β”‚   β”‚   |  └── P3.cpp
|   β”œβ”€β”€ Codeforces
|   |   β”œβ”€β”€ ContestNumber_QuestionName.cpp

Try to maintain πŸ‘†above folder structure.

  • First clone the repo
 git clone https://github.com/chauhanparth210/newbies_code.git
  • To push your code to the repo

    • Add code file into your folder according to your folder structure.
    • Goto root of the repo(folder).
    • Next run the following πŸ‘‡ commands to push your code.
    git pull
    git add .
    git commit -m "your track message"
    git push

About

Tracker repo for newbies


Languages

Language:C++ 99.9%Language:Java 0.1%