Giter Site home page Giter Site logo

dsa's Introduction

Data-Structures and Algos:rocket:

I made this repo to maintain my codes in one place. Any contributions are more welcome. If you find any error/issue/suggestions, feel free to open an issue!!

⬇️Important

Follow these steps:hammer: for contributing:

💚Fork the repo.

📌Create a separate branch for any bug/feature with branch name: <algo/data-structure-name>

✅Commit once a program is complete.

✏️Fetch for any changes in the original repo by creating an upstream using:

git remote add upstream [email protected]:nishihere19/DSA.git

git fetch upstream

🎉Merge the changes in your branch.

git merge upstream/(your_branch_name)

👽Push your changes to your branch.

🔧Make a pull request from your branch.

➕Before submitting a PR, check your code well and explain your work properly in the PR description.

🔖Code advice

Kindly maintain a clean code with proper comments.

Commit messages should be written carefully and describe the changes made.

Create separate PR for a single program update/bug fix.

✅All copyrights are reserved

The code is not for production.:construction_worker:

⭐contributors

dsa's People

Contributors

abhay-lal avatar acousticch avatar amar-rokade avatar anand722000 avatar aniket27100709 avatar kartik-ey1 avatar morpheus521 avatar nishihere19 avatar prabhxjottsingh avatar r-arpita avatar sanket2055 avatar ujju20 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dsa's Issues

Sum of Nodes of linked list (C++)

Hey, I cannot see any program for adding the data elements of linked list.
I want to contribute with the same, using recursion as well as without recursion in the Data Structure/LinkedList folder.
Can you assign this to me ??

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.