GithubHelp home page GithubHelp logo

kenjinode / hacktoberfes Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 21.0 14.68 MB

Make 4 pull requests for Hacktoberfest 2023 and earn free swags! Don't forget to show some love with giving me a ⭐

Home Page: https://hacktoberfest.com

C++ 56.72% JavaScript 6.61% CSS 0.36% HTML 1.12% PHP 1.97% Python 21.59% Dart 9.02% Java 2.61%
hacktoberfest hacktoberfest-accepted hacktoberfest2023

hacktoberfes's Introduction

  • 👋 Hi, I’m @kenjinode
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

hacktoberfes's People

Contributors

aayush-lad avatar adityasrivastav5 avatar anikettewari avatar ankit9126 avatar azarex145 avatar azure-helper avatar basscoder2808 avatar bharath-kumarreddy avatar cussan avatar electrify-7 avatar fanindranayak avatar kenjinode avatar kshatriya16 avatar nimeshpiyumantha avatar onepheonix avatar pasan-pahasara avatar pawarp19 avatar prashant0664 avatar pushpendrasahu11 avatar sparshplay avatar suprabhatdas avatar tanya03gupta avatar

Stargazers

 avatar  avatar

Watchers

 avatar

hacktoberfes's Issues

Complete Wikipedia

Wikipedia , User can search any thing he want and he get response accordingly .

example

image

Please consider and assign this under Hactoberfest_23 : )

Task Planning _ app flutter

Task planning ,app contains User authentication using Firebase , user can read , update , delete and create their tasks to do .

Please consider this and assign this Under Hacktoberfest_23 : )

I want to add some most useful algorithms code in C++ for --

  1. K-way merge Algorithm

  2. Stack Reduced Quick Sort

  3. Merge sort combined with Insertion Sort

  4. Prims, Topological, Kruskal's algorithm

  5. DijKstra , Floyd Warshall ,bellman ford algorithm

  6. Backtracking
    a) Rat Maze
    b) N-Queen
    c) Sudoku
    d) Sum of Subset

  7. Activity selection , Huffman Encoding

please consider this under Hacktoberfest_2023 as I want to contribute myself : )

Flood Fill Algorithm in Graph

  • Description: The flood fill algorithm follows a straightforward process to fill a region: Start at the seed point and check its color. If the color of the current pixel or cell matches the target color, proceed; otherwise, stop. Change the color of the current pixel or cell to the replacement color.
  • Problem: LeetCode 733: Flood Fill
  • Complexity: Time: O(rc) Space: O(rc)
  • Example: https://miro.medium.com/v2/resize:fit:1400/format:webp/1*fphlwHP4J6tk60oKyGcyKQ.png
  • Language: Java and C++

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.