/DS-Algo_CSI-VIT-Pune

Data Structure and Algorithms (DSA)

Primary LanguageC++

DS-Algo_CSI-VIT-Pune

Data Structure and Algorithms Problems(DSA).

Installation

Step 1:

Clone Repository:

git clone https://github.com/csi-vitpune/DS-Algo_CSI-VIT-Pune.git

Directory Structure

DS-Algo_CSI-VIT-Pune/
|- Arrays
    |- FibonacciSeries
|- Queue
    |- Stack_using_queue
|- Searching
    |- Finding_Max
    |- Finding_Min
    |- Searching_Element
|- Sorting
    |- Heap_Sort
    |- Insertion_sort
    |- Quick_Sort
|- Stack
   |- Balancing_parentheses
   |- Queue_using_stack
   |- Sort_an_array_using_stack
|- Strings
    |- RemoveSpaces

New DS and Algo are welcome

Contribution

Step 1:

Fork Repository

Click on the Fork

Step 2:

Clone Forked repository Repository

git clone [Forked Repo link]

Step 3:

Make Necessary Changes

Step 4:

Syncing a Forked Repository with Upstream

git remote add upstream https://github.com/csi-vitpune/DS-Algo_CSI-VIT-Pune.git
git fetch upstream
git checkout master
git merge upstream/master

Step 5:

Push Changes to Forked Repository

git push

Step 6:

Create Merge Request

By navigating to Create New Merge request

No Language Restrictions.