All Projects → CodeChefMUST → Algorithms

CodeChefMUST / Algorithms

Licence: MIT license
A repository by Codechef@MUST for data structures and algorithms

Programming Languages

C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
C#
18002 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Algorithms

DSA
Write DSA Codes into it
Stars: ✭ 18 (-5.26%)
Mutual labels:  dsa, hacktoberfest2021
CPP-DSA
C++ Data Structures and Algorithms | College Placement Course taught by renowned faculties of Apni Kaksha (Aman Dhattarwal).
Stars: ✭ 53 (+178.95%)
Mutual labels:  dsa, hacktoberfest2021
hacktoberfest 2021
This is a repository for anyone wishing to contribute to HacktoberFest 2021
Stars: ✭ 51 (+168.42%)
Mutual labels:  dsa, hacktoberfest2021
DSA
Implementation of various data structures and algorithms.
Stars: ✭ 15 (-21.05%)
Mutual labels:  dsa, hacktoberfest2021
Hacktoberfest2021-Task2
Hacktoberfest Task
Stars: ✭ 32 (+68.42%)
Mutual labels:  hacktoberfest2021
hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (+26.32%)
Mutual labels:  hacktoberfest2021
Peregrine
A blazing fast language for the blazing fast world(WIP)
Stars: ✭ 1,483 (+7705.26%)
Mutual labels:  hacktoberfest2021
Hacktoberfest-2021
This repository dedicated to Hacktoberfest 2021. Hacktoberfest is a month long open source contribution program held in October every year by Digital Ocean. This is a beginner-friendly open source event.
Stars: ✭ 10 (-47.37%)
Mutual labels:  hacktoberfest2021
Resume-Maker
Resume Maker is tool where you can generate your resume for free. It has functionality like dynamic preview, color themes, responsive ,etc.
Stars: ✭ 40 (+110.53%)
Mutual labels:  hacktoberfest2021
SpotMusicGen
A Program that creates a Spotify playlist from a YouTube Playlist
Stars: ✭ 47 (+147.37%)
Mutual labels:  hacktoberfest2021
EazyLoader
EazyLoader is Flask based web-application built to make downloading easy for you. Download videos and pictures from YouTube and Instagram in the best available quality. You can also download slides from SlideShare in PDF or PPTX format. In addition to that, you can calculate duration of YouTube Playlist at different speeds. You can also encrypt …
Stars: ✭ 42 (+121.05%)
Mutual labels:  hacktoberfest2021
autocorr kr
리브레오피스(LibreOffice) 자동 교정(Autocorrect)기능에 대한 말모이 저장소
Stars: ✭ 15 (-21.05%)
Mutual labels:  hacktoberfest2021
police-cad
This is a easy to setup and use police server CAD. Includes a signup/login for both Civilians and Police Officers. Also this is mobile friendly. Built for GTA V's Modding framework: FiveM.
Stars: ✭ 49 (+157.89%)
Mutual labels:  hacktoberfest2021
starter-kit
Start your career path to become a developer.
Stars: ✭ 19 (+0%)
Mutual labels:  hacktoberfest2021
ogrants
Open grants list
Stars: ✭ 96 (+405.26%)
Mutual labels:  hacktoberfest2021
mongo-express-node-template
This template is designed to help kick start Node.js applications that would use MongoDB as a database and Passport.js as an authentication middleware.
Stars: ✭ 19 (+0%)
Mutual labels:  hacktoberfest2021
Merge-PDF
My first PyPi Package. Merge Image and PDF files using customizations within a folder using the Command line.
Stars: ✭ 15 (-21.05%)
Mutual labels:  hacktoberfest2021
notes
A miscellany of thoughts.
Stars: ✭ 18 (-5.26%)
Mutual labels:  hacktoberfest2021
pygamelib
A (not so) small python library for console (as in terminal) game development. It is developed as a framework to help learn development and python in an entertaining way.
Stars: ✭ 34 (+78.95%)
Mutual labels:  hacktoberfest2021
Data-Structures-and-Algorithms
An Open-Source repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways, programming questions and Interview questions. The main aim of this repository is to help students who are learning Data Structures and Algorithms or preparing for an interview.
Stars: ✭ 614 (+3131.58%)
Mutual labels:  dsa

Codechef Logo

DSA

Overview

  • The main goal of this project is to promote open-source, allowing anyone who wants to contribute.
  • This repository would be focused on various algorithms in different languages.
  • You can contribute to a description, code of that algorithm, and submit solutions to the questions related to that algorithm in any language you prefer.
  • Make sure to follow the contribution guidelines listed below.

RULES:

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.

Repository structure:

Please note that while creating a pull request, you must adhere to the structure of the repository. You can create a pull request for any of the following - explaination of an algorithm in an Algorithm.md markdown file, a code of that algorithm in your preferred language, or your solutions to some questions based on that particular algorithm in a language of your choice.

  • Algorithm Type Folders (eg - Searching, Sorting, Dynamic Programming etc)
    • Algorithm Folder
      • Algorithm.md (markdown file explaining algorithm)
      • Language Folder (eg. C++, Python, Java, Ruby, C# etc.)
        • Algorithm source code file (named as Algorithm.cpp / .py etc in CamelCase. Eg - HeapSort.cpp, BinarySearch.py)
        • Question based on the algorithm

Contribution Guidelines:

If you want a more detailed explanation, please visit here.

  • 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 algo.md file for that particular language in the same PR. You'll find a algo.md file in each language folder for every algorithm.
  • 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 3 issues i.e. you can have at max 3 working issues, for this repository.

Maintainers / Collaborators:

  1. @Taneesha-creates
  2. @deepansha-singh

For all the spectators of this repository, if you like the content, please it!

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].