nullr4pt0r / Hacktoberfest2023-DSA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rules To Contribute To This Repo

  • You can write solutions in C/C++/Java for Data Structure and Algorithms.
  • Follow file naming convention for all your pull requests.
  • While adding any content it should be inside its appropiate directory
  • if there is any problem with inaccurate solution create an issue!

Things you can contribute to

  • Repo contain folders of all the data structures and algorithms topics with some pre-addressed questions. You can add a solution to a question ( present in the readme of particular topic folder) that is unanswered.
  • you can update existing solution with a better one ( better complexity).
  • Participants can even add new questions and solutions of their interest.
  • solve issues raised by other people or yourself.
  • make webpage ( hosted from GitHub readme ) more appealing and updated.
  • Well-documented source code with detailed explanations provides a valuable resource for educators and students alike.

Steps For Contribution

1. Fork this repo
2. Star this repo
3. Add a file ( txt/cpp ) inside appropriate folder
4. commit the code
5. Make pull request

FEATURES

  1. Beginner-friendly
  2. Targeted for developers, content writers, and programming enthusiasts.
  3. Would also help participants who are not familiar with development but are eager to participate in open source.


Materials


Contributors


Connect with me

Sunny's LinkdeIn


if (isAwesome) {
  // thanks in advance :p
  starThisRepository();
}

  _____ _                 _     __   __
 |_   _| |__   __ _ _ __ | | __ \ \ / /__  _   _
   | | | '_ \ / _` | '_ \| |/ /  \ V / _ \| | | |
   | | | | | | (_| | | | |   <    | | (_) | |_| |
   |_| |_| |_|\__,_|_| |_|_|\_\   |_|\___/ \__,_|

About


Languages

Language:C++ 91.8%Language:Java 8.2%