manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

  • The goal of this project is to have codes for various data structures and algorithms - in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
  • Feel free to contribute in any way you want.
  • Make sure to follow the contribution guidelines listed below.

Content

  • We currently have 8 folders for 8 programming languages - C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
  • Do not create folders in your submissions, unless specifically told to do so.

YOU CANNOT CREATE A PR DIRECTLY. YOU NEED TO BE ASSIGNED AN ISSUE. IF THE ISSUE DOES NOT EXIST, CREATE ONE, ASK FOR IT IN YOUR PREFERRED PROGRAMMING LANGUAGE AND WAIT FOR IT TO BE ASSIGNED TO YOU. NOT FOLLOWING THIS WILL BE CONSIDERED A VIOLATION AND YOUR PR WILL BE MARKED INVALID. WHILE CREATING AN ISSUE, PLEASE FOLLOW THE FORMAT, ELSE, THE ISSUE WILL BE CLOSED.


Contribution Guidelines {For a more detailed explanation read How to Contribute?}

  • Issues will be assigned on a first come, first serve basis. The person who creates the issue gets the first priority. And then, issues are assigned based on who commented first. You just have to comment on the issue, asking to be assigned and the programming language you should be assigned in, and it will be done if found fit.
  • You cannot work on any issue that is not assigned to you.
  • If you have anything else in mind, FEEL FREE TO CREATE AN ISSUE and please wait for it to be assigned to you. If assigned to you, then you can start working on it and create a PR.
  • All PRs must be made from a Branch. Create a separate branch for every Issue you are working upon and then create a PR.
  • In your code file, add (Inside a multiline comment) Sample Input and Output at the end of the file along with Time and Space Complexity.
  • Every time you add a file via a Pull Request also update the README.md file for that particular language in Alphabetical Order in the same PR. You'll find a README.md file in each language folder.
  • Plagiarism is highly discouraged and a plagiarized PR won't be accepted at all and will be marked as spam.
  • PR should be created within a week of you being assigned to it.
  • At no point of time, you can claim more than 4 issues i.e. you can have at max 4 working issues, for this repository, at any point of time.

Where to upload the files

PLEASE READ THIS

  • Your files should be uploaded directly into the corresponding folder (e.g. if you wrote code for a Data Structure in C-Plus-Plus, it goes inside the C-Plus-Plus folder and so on)
  • Edit the corresponding README.md file to add the link to your code in the corresponding section (GitHub Markdown Guide)
  • Under no circumstances create new folders within the language folders to upload your code unless specifically told to do so.

Don't know how to create a PR? Refer this: Steps to create a PR

Maintainers for this project (Refer this for Instructions specific to Maintainers)

  • Manan - @manan025

Special Thanks to @sukritishah15 for other resources.


License

This project follows the MIT License.

SHOW SOME LOVE BY LEAVING A ⭐

About

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.

License:MIT License


Languages

Language:Java 29.4%Language:C++ 25.0%Language:C 12.7%Language:Python 12.7%Language:JavaScript 9.0%Language:Kotlin 6.5%Language:C# 2.7%Language:Go 2.0%