Giter Club home page Giter Club logo

hacktoberfest2021's Introduction

hacktoberfest2021's People

Contributors

aayush920 avatar abhishekkumar73 avatar ad-cell avatar adityasrathore avatar advait2205 avatar ajax7876 avatar bhawana7 avatar bhawnachouhan0761 avatar chayan-11 avatar coder-badsara avatar coder-gautam avatar coderkunal avatar gmodernize avatar graphicfusion4 avatar hemant2705 avatar heycoder0 avatar kishlay22 avatar kunal-jat avatar kundan7sniper avatar meetjaat321 avatar meetwithbudy avatar mugdha-hazra avatar sambit0675 avatar shubham-chopra avatar sidhartha8011 avatar sniper7sumit avatar unordered999stack avatar urmila-coder avatar uv-vikash avatar zenor-git 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

Watchers

 avatar  avatar

hacktoberfest2021's Issues

Advance recursion in C++

Hi @Sniper7sumit sir, can I add a folder of Advance recursion CPP programs in this Repository?
Please assign this issue to me .
And also add my PR under the Hactoberfest tag.
thank you, sir.

StringEditing

Write a program to implement String Editing Problem using Dynamic Programming in C++ Programming

Hackerrank C++ problem

Hello @Sniper7sumit , Can you please assign me Hacker rank C++ problem as an issue for my hacktoberfest pull request.
I am a beginner in open source. It would be of great help
Please assign it to me under hacktoberfest-accepted label

N Queen

Write a Program to implement N Queen problem using Backtracking in C Programming language

Flatten a binary tree

I would like to add a code to flatten a binary tree. Please assign it to me.
Thanks!

I have faced cloning issue.

after cloning I haven't got updated javascript and data structure folders, I got only single file in js and less files in data structures.
my main branch contains correct code but my 2nd branch not.

$ git clone https://github.com/mohitCodepy/Hacktoberfest2021.git .
Cloning into '.'...
remote: Enumerating objects: 2314, done.
remote: Counting objects: 100% (1624/1624), done.
remote: Compressing objects: 100% (1026/1026), done.
remote: Total 2314 (delta 834), reused 1321 (delta 587), pack-reused 690
Receiving objects: 100% (2314/2314), 848.87 KiB | 890.00 KiB/s, done.
Resolving deltas: 100% (932/932), done.
error: invalid path 'Data Structure Algorithms/https:/github.com/Roundrobin.c'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

Boruvka's Algorithm for MST

Boruvka’s Algorithm is a greedy algorithm used for finding Minimum Spanning Tree (MST) for
a connected, weighted, and undirected graph.

The goal of the algorithm is to connect “components” using the shortest or cheapest edge between
the components. It begins with all of the vertices considered as separate components.
Boruvka’s algorithm is parallel in nature. It operates in phases. In each phase, it selects
the cheapest edge from each component, adds all of these to the MST at once, and then contracts
each connected component into a single component.

We make use of a Union-Find data structure to keep track of the components.

This program takes a connected, weighted, and undirected graph as input and prints the total weight of edges in MST.

README.md

**Can someone update README.md in a best way which looks like attractive ******

Longest Palindromic Substring

I will write a code to solve a dynamic programming problem named Longest Palindromic Substring , with proper comments , TC , SC and example.
Please Assign this issue to me .
Thanks !!

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.