All Projects → sukritishah15 → Ds Algo Point

sukritishah15 / Ds Algo Point

Licence: mit
This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
go
31211 projects - #10 most used programming language
kotlin
9241 projects
scala
5932 projects
cpp
1120 projects
csharp
926 projects

Projects that are alternatives of or similar to Ds Algo Point

Go
Algorithms Implemented in GoLang
Stars: ✭ 7,385 (+678.19%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Cpp
Repository for C++/C codes and algos.
Stars: ✭ 265 (-72.08%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Programmers Community
This repository contains various solution of a problem in Ruby, C, C++, Python and Java.
Stars: ✭ 189 (-80.08%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Data Structures And Algorithms In Cpp
This repository is in development phase and will soon provide you with c++ code of various data structures and algorithms
Stars: ✭ 176 (-81.45%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Ruby
All algorithms implemented in Ruby
Stars: ✭ 454 (-52.16%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Data Structures And Algorithms Hacktoberfest18
List of data structures and algorithms. Feel free to contribute under Hacktoberfest '18!
Stars: ✭ 187 (-80.3%)
Mutual labels:  hacktoberfest, algorithms, data-structures
C Sharp
All algorithms implemented in C#.
Stars: ✭ 3,310 (+248.79%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Jupyter
Stars: ✭ 145 (-84.72%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (-58.59%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Dart
Stars: ✭ 278 (-70.71%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Algorithms
A repository of different Algorithms and Data Structures implemented in many programming languages.
Stars: ✭ 578 (-39.09%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (-45.31%)
Mutual labels:  hacktoberfest, algorithms, data-structures
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+1707.27%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Dailycodebase
2 month data structures and algorithmic scripting challenge starting from 20th December 2018 - Coding is Fun! 💯💯 Do it everyday!! Also, Do give us a ⭐ if you liked the repository
Stars: ✭ 186 (-80.4%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Data Structures Algorithms
Your personal library of every algorithm and data structure code that you will ever encounter
Stars: ✭ 157 (-83.46%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Rust
All Algorithms implemented in Rust
Stars: ✭ 4,562 (+380.72%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Competitive Programming
Hello Programmers 💻 , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (-88.09%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Ultimate Java Resources
Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
Stars: ✭ 143 (-84.93%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Php
All Algorithms implemented in Php
Stars: ✭ 272 (-71.34%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Neoalgo
Bringing all Data Structures and Algorithms under one Roof ⚡
Stars: ✭ 440 (-53.64%)
Mutual labels:  hacktoberfest, algorithms, data-structures

Overview

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

Content

  • We currently have 10 folders for 10 programming languages - C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala.
  • 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.


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.

You can find us on Telegram . Join the telegram channel - DS-Algo-Point to reach out to us.


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)


In association with

ACM-W MUST STUDENT CHAPTER

License

This project follows the MIT License.

SHOW SOME LOVE BY LEAVING A ⭐

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].