Giter Club home page Giter Club logo

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

View Code? Open in Web Editor NEW
51.0 2.0 187.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 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

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!!!

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

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!!!

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.

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.

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

Add a Leetcode problem

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

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.

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.

Right rotation Bits

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

Language - Python.

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.