All Projects → HackClubRAIT → Wizard-Of-Docs

HackClubRAIT / Wizard-Of-Docs

Licence: MIT license
A open source project to bring all the data structures and algorithms docs under one repository.

Projects that are alternatives of or similar to Wizard-Of-Docs

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-algorithm, hacktoberfest2021
hacktoberfest 2021
This is a repository for anyone wishing to contribute to HacktoberFest 2021
Stars: ✭ 51 (+168.42%)
Mutual labels:  dsa-algorithm, hacktoberfest2021
DSA
Write DSA Codes into it
Stars: ✭ 18 (-5.26%)
Mutual labels:  dsa-algorithm, hacktoberfest2021
Hacktoberfest2021-DSA
If You know the implementation of any DSA related topic/problem then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star this Repo. You aren't allowed to Update README.md. Welcoming developers, content writers, and programming enthusiasts.
Stars: ✭ 232 (+1121.05%)
Mutual labels:  dsa-algorithm, hacktoberfest2021
cpAPI
A Flask API that gives updates about the upcoming contests on various Coding Platforms.
Stars: ✭ 13 (-31.58%)
Mutual labels:  dsa-algorithm, dsalgo
Pixel-Processing
📷 This repository is focused on having various feature implementation of OpenCV in Python. The aim is to have a minimal implementation of all OpenCV features together, under one roof.
Stars: ✭ 122 (+542.11%)
Mutual labels:  hacktoberfest2021
tempat-kontributor
Merupakan tempat bagi kalian untuk berkontributor bersama kami
Stars: ✭ 33 (+73.68%)
Mutual labels:  hacktoberfest2021
Awesome-Clone
A curated list of AWESOME clones made with react,vue,svelte
Stars: ✭ 37 (+94.74%)
Mutual labels:  hacktoberfest2021
o-fish-android
Android app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.
Stars: ✭ 19 (+0%)
Mutual labels:  hacktoberfest2021
PracticeApp
A "must-have a look" project for newcomers in android.
Stars: ✭ 38 (+100%)
Mutual labels:  hacktoberfest2021
WebBlocks
zero-to-mastery re-usable web component library.
Stars: ✭ 20 (+5.26%)
Mutual labels:  hacktoberfest2021
DesktopAssistant
A Virtual Desktop Assistant Written in Python
Stars: ✭ 579 (+2947.37%)
Mutual labels:  hacktoberfest2021
Hactoberfest-First-PR
Contrubute anything valuable to Open source code and you will Merged with REPO
Stars: ✭ 21 (+10.53%)
Mutual labels:  hacktoberfest2021
Hactoberfest2021-Cpp
Any one can add their programs here ,but program should not be repeated.
Stars: ✭ 22 (+15.79%)
Mutual labels:  hacktoberfest2021
stopwatch
Stop watch using javascript
Stars: ✭ 18 (-5.26%)
Mutual labels:  hacktoberfest2021
pwsh-prelude
PowerShell “standard” library for supercharging your productivity. Provides a powerful cross-platform scripting environment enabling efficient analysis and sustainable science in myriad contexts.
Stars: ✭ 26 (+36.84%)
Mutual labels:  hacktoberfest2021
DSA-Practice
Open to hacktoberfest 2021
Stars: ✭ 11 (-42.11%)
Mutual labels:  hacktoberfest2021
react-carousel-minimal
React.js Responsive Minimal Carousel
Stars: ✭ 76 (+300%)
Mutual labels:  hacktoberfest2021
MayMeow.Cryptography
🔐 Cryptography library for .NET
Stars: ✭ 12 (-36.84%)
Mutual labels:  hacktoberfest2021
php-env
A small and fast .env loader for PHP
Stars: ✭ 19 (+0%)
Mutual labels:  hacktoberfest2021

Wizard-Of-Docs

134015433-aec59d97-a8d7-407a-88fd-5e3edebc2b77

An open source project to bring all the data structures and algorithms docs under one repository.

Data Structures are the main part of many computer science algorithms as they enable the programmers to handle the data in an efficient way.


What is the type of contribution?

  1. Contribution to this repository is going to be in the form of documentation

  2. Preferred language should be English

  3. The documentation should be clear, consise and complete

  4. The starting letter of every word should be in uppercase, do not use spaces or hyphen(-), instead use underscore (_) to join words

  5. There are two separate folders to contribute data-structures & algorithms respectively

  6. Make sure the issue you are creating does not exist or is merged already,issue can be created to write the same code with different logic in different languages (but not the theoritical part)

How to contribute?

1. Fork this repository.

2. Clone your forked copy of the project.

git clone https://github.com/<your_name>/Wizard-Of-Docs

3. Navigate to the project directory 📁 .

cd Wizard-Of-Docs

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/HackClubRAIT/Wizard-Of-Docs

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perform your desired changes to the code base.

9. Track your changes✔️ .

git add . 

10. Commit your changes .

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repository you are supposed to make a PR to.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.

15 Voila! You have made a PR to the Wizard-Of-Docs. Sit back patiently and relax while your PR is reviewed


Project Maintainer

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