Coder Social home page Coder Social logo

nb2998 / ds_algo Goto Github PK

View Code? Open in Web Editor NEW
23.0 3.0 135.0 229 KB

A repository to maintain various data structures and algorithms

Java 36.65% C++ 29.59% Python 8.83% C 19.74% Kotlin 1.52% JavaScript 2.39% Dart 0.72% Lex 0.54%
data-structures algorithms hacktoberfest

ds_algo's Introduction

DS_Algo

Make your first open source contribution! โœจ

Important guidelines

  • The repository consists of a variety of data structures and algorithms.
  • Feel free to add new ones if they don't exist already in a language.
  • If the same code exists in another language, add the code in your preferred language to the same package/folder.
  • It is a good practise to work on branches. It will enable you to make multiple pull requests without waiting for one to get merged.
  • Please use camel case (thisIsCamelCase) to name files and variables.
  • Avoid submitting multiple algorithms in a single pull request.

How to begin?

  • Fork the repository
  • Clone your local repository
  • Make changes in your local system
  • Add the changes using git add .
  • Commit the changes using git commit -m "Added xyz algo"
  • Push the changes using git push origin master
  • Make a pull request to the master branch

ds_algo's People

Contributors

aemiralfath avatar akanksha1312 avatar akshat157 avatar aryan7778 avatar banipreetr avatar cilasmarques avatar dhritisaini avatar edimarjunior avatar gabrielfernans avatar gauravdoodles avatar gktejus avatar gvipul-294 avatar im-sanyam avatar jatin33 avatar joafin avatar kartikderasari avatar lavanyagaur22 avatar mridullpandey avatar nb2998 avatar noemi3 avatar shashankchandak avatar shivamgupta08 avatar simson1 avatar softgengaurav avatar theabhishekavi avatar usman18 avatar vanshikaarora avatar vini7148 avatar yashgosalia avatar ym2108 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ds_algo's Issues

Add new data structures and algorithms

Codes are accepted in all languages (if not present already). Add them in a new folder if the folder doesn't exist already.

Any spam pull request will be marked as spam and will not be counted as a contribution towards hacktoberfest.

Refactoring the packages (algos)

Create specific packages inside algos
Eg: algos/DP, algos/Graphs, algos/Arrays etc.

[Do not make changes to any code in the pull request for this issue]

Refactor the naming of packages (Sorting)

There exists 2 packages Sorts and Sorting which consist of sorting algorithms at present. Move the existing algorithms from Sorts to Sorting package. Finally, remove the Sorts package.

[Do not make changes to any code in the pull request for this issue]

Repo marked as ineligible in Hacktoberfest

Hello, Maintainer(s),
This repo is marked as ineligible in DigitalOcean's Hacktoberfest 2020. Please add the topic 'hacktoberfest' to this repo.
I am attaching an image for reference.
Screenshot (1023)

Delete duplicate file

Remove the duplicate copy of inOrderBST.java in the root directory (It is already present inside BinaryTrees)

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.