Jatin-Shihora / DSA-Essentials_Core-CS

All essential Data Structures and Algorithms with different programming languages.
MIT License
12 stars 13 forks source link
c cpp csharp data-structures dsa dsa-algorithm dsalgo-questions golang hacktoberfest hacktoberfest-accepted hacktoberfest2022 java javascript kotlin python whiteboard

DSA-Essentials

Overview

Show some love by leaving a :star2:

Contribution Guidelines

Language available

Steps to contribute

Index

Resources for Beginners

Instructions

How To Commit In CLI

$ git clone git@github.com:your_username/DSA-Essentials_Core-CS.git
$ git checkout -b Branch_Name
$ git add .
$ git commit -m 'message'
$ git push -u origin Branch_Name

How To sync your forked repository

$ git fetch --all --prune
$ git checkout main
$ git reset --hard upstream/main
$ git push origin main

Code of Conduct

Read our code of conduct.

License

MIT License.