Coder-Rahul-Y / TU-B.Tech-3rd-Sem

Repository from Github https://github.comCoder-Rahul-Y/TU-B.Tech-3rd-SemRepository from Github https://github.comCoder-Rahul-Y/TU-B.Tech-3rd-Sem

README

Aim of this repository

  • To create a open-source central location where students can find all notes and learning materials.
  • To reduce the burden on one person by collaborative contributions.

Why are we using Github?

Github has many features which allows multiple people to contribute to the same folder/project/data

  • Companies expect all CSE students to know how to use git and github because it is used almost everywhere.
  • Git is like Google Drive
  • Git allows anyone to request for new data (notes in our case) from the whole world (because anyone in the world can add new data/notes)
  • Git protects the old data/notes by keeping it separate from the newly added data by random strangers

How to use this?

Resources Folder Structure

.
└── TU-B.Tech-3rd-sem/
    ├── Syllabus/
    │   ├── 3rd Sem Syllabus.pdf
    │   └── 3rd Sem Syllabus.docx
    ├── Data-Structures-CO210/
    │   ├── matrix_multiplication_analysis.md
    │   └── Assets/
    │       └── images/
    │           ├── matrix_multiplication.jpeg
    │           └── matrix_illustration.jpeg
    └── README.md

How to download notes:

Downloading data/notes is the simplest task.

  1. Click on the green "Code" button Then from the list click on "Download ZIP"
  2. STEP 2) After the download is complete, you will find the ZIP file in the "Download" folder of your machine. You can either use the ZIP file directly or extract it first.

How to upload notes:

Watch this video: Video to be made

About