Coder Social home page Coder Social logo

anishukla / hacktoberfest-2021-data-structures-and-algorithms Goto Github PK

View Code? Open in Web Editor NEW
51.0 2.0 186.0 32.02 MB

This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2021 event. In this repository, you can add programs on Data Structures and some useful algorithms for Competitive Programming.

Python 19.02% C++ 22.40% Java 10.65% C 3.75% Haskell 0.04% JavaScript 43.83% Dart 0.31%
hacktoberfest hacktoberfest-event algorithms data-structures competitive-programming hacktoberfest2021 hacktoberfest-accepted

hacktoberfest-2021-data-structures-and-algorithms's Introduction

Data Structure and Algorithms

This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest event. In this repository you can add programs on Data Structures and some useful algorithms for Competitive Programming in any language of your choice. You can also include major problems from codechef, hackerrank, leetcode, interviewbit, or any other CP portal.

How to contribute:

  • Find the folder that fits the category of your code and submit a PR.
  • Star this repo if the information here is useful to you.
  • Contributing Guidelines :

    Thanks for taking the time to contribute to this project. Before making PRs, please note the following:

    A few norms you should follow :

    • Proper indentation is must!
    • Include Sample comments so that code is understandable and easy to follow.
    • Mention the complexity in a comment.
    • Place your code in right directory.
    • Give your files names that are relevant and meaningful for example : SubsetSum.py
    • If you will follow all the guidelines while contributing I'll be merging all your changes into the master branch of this project.
    • Mention your name in form of a comment inside your code.

    Hacktoberfest-2k21 bash

    Do you have a solution for a problem which isn't already present? Want to complete four PRs for Hacktoberbest-2k21. Send a PR of your solution in any programming language.

    Learning resources

    Contact

    Let's Connect

    Keep On Exploring Open Source and Happy Learning!

    hacktoberfest-2021-data-structures-and-algorithms's People

    Contributors

    aayushcodes avatar aditirao7 avatar akanksha0820 avatar akashksinghal avatar anishukla avatar bijay555 avatar codeantik avatar guruc-134 avatar haoes avatar hardiktaluja avatar ilimugur avatar imshubham27 avatar pavitrapati avatar pawank0411 avatar prasannakroy avatar ps0305 avatar rahulbansal0502 avatar rajatm544 avatar ratna04priya avatar ritik307 avatar samridhi-98 avatar sanskruti-shahu avatar srinijadharani avatar sujaykummari avatar swetasahoo29 avatar thevirtualbuddy avatar tuannm-1876 avatar vatsalya-gupta avatar vibhugupta10616 avatar yogeshk4124 avatar

    Stargazers

     avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

    Watchers

     avatar  avatar

    hacktoberfest-2021-data-structures-and-algorithms's Issues

    Right rotation Bits

    Example - Right rotation of
    n = 11100101 by 3
    makes n = 10111100

    Language - Python.

    Kruskals Algo for Graph

    MST is a tree which has no cycle and minimum wieghted edge

    Algo to implement MST:

    Sort according to wieght;
    Using DSU try to find that respective edge form a cycle or not if not add the edge.

    Ternary Search in c++ (Under HacktoberFeast)

    Hey @Anishukla,

    Motive

    I want to add Ternary Search Algorithm in C++.

    Detail

    Ternary Search is an algorithm to search data in a given list.
    It takes O(log3 n) Time complexity and O(1) Space complexity.

    Ending

    Please assign it to me under Hacktoberfeast

    Hacktoberfest-2020

    Hello folks, Want to contribute to Hacktoberfest.
    Confused about what to contribute?
    Let's make your task simpler.
    Go and check out the README of this repo and start contributing!
    Generate PRs for Hacktoberfest-2020 just by solving problems on Data Structures and Algorithms.
    Happy Learning!!!

    Valid Shuffle Problem

    I want to solve the problem where a string is validated if it is a valid shuffle of the two string provided.

    Add a Leetcode problem

    I want to add a Leetcode problem " Detect cycle in a Linked List "
    Can you assign me this?

    Postfix Expression Evaluation (Stacks)

    I want to add code for Postfix Expression Evaluation.
    In this Input will be Postfix Expression on which particular operations will be performed using stacks and output will be the result of that expression.
    Eg. Input => 4 6 + 2 / 5 * 7 + Output => 32
    Evaluation =>((((4+6)/2)*5)+7)

    Please, assign this issue to me under Hacktoberfest'21.

    Hacktoberfest-2021

    Hello folks, Want to contribute to Hacktoberfest.
    Confused about what to contribute?
    Let's make your task simpler.
    Go and check out the README of this repo and start contributing!
    Generate PRs for Hacktoberfest-2021 just by solving problems on Data Structures and Algorithms.
    Happy Learning!!!

    Prefix Expression Evaluation (Stacks)

    I want to add code for Prefix Expression Evaluation in C++.
    In this Input will be Prefix Expression on which particular operations will be performed using stacks and output will be the result of that expression.
    Eg. Input => - + 7 * 4 5 + 2 0 Output => 25
    Evaluation =>((7+(4*5))-(2+0))

    Please, assign this issue to me under Hacktoberfest'21.

    I Would love to add some code on matrix Data Structure

    Code effectively talk about storing the most effective way in terms of memory
    I wish to add the following matrix:-

    1. Diagonal Matrix

    2. Lower Triangular && upper Traiangular

    3. Symmetric Matrix

    4. Toeplitz Matrix

    5. Triadiagonal Matrix

    if you allow me to add these codes to your ds folder I will be so happy to contribute

    Thanks
    cheers

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google โค๏ธ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.