All Projects → Knackie → algorithmshacktoberfest2021

Knackie / algorithmshacktoberfest2021

Licence: other
Some algorithms, than i need some help to complete !

Programming Languages

C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to algorithmshacktoberfest2021

Hactoberfest-First-PR
Contrubute anything valuable to Open source code and you will Merged with REPO
Stars: ✭ 21 (-16%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
hacktoberfest 2021
This is a repository for anyone wishing to contribute to HacktoberFest 2021
Stars: ✭ 51 (+104%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Apni-Dukaan
An E-commerce site to buy products of need.
Stars: ✭ 27 (+8%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
HackFest21
Only valid pull requests will be allowed. Use python only and readme changes will not be accepted.
Stars: ✭ 53 (+112%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
HacktoberFest-21
A mentorship initiative to help beginners kickstarting their open-source journey by completing Hacktoberfest'21 challenge | Curated list of beginner-friendly issues for Hacktoberfest 2021 | Raise PR to add your issues
Stars: ✭ 27 (+8%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Awesome-Clone
A curated list of AWESOME clones made with react,vue,svelte
Stars: ✭ 37 (+48%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
tempat-kontributor
Merupakan tempat bagi kalian untuk berkontributor bersama kami
Stars: ✭ 33 (+32%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Lets-go-Code
Welcome to Open Source! 👨‍💻 Make your Hacktoberfest 2021 contributions here. 👕
Stars: ✭ 13 (-48%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
hacktoberfest2021
For Beginners, students and developers this is a great opportunity to learn and contribute to open source.
Stars: ✭ 79 (+216%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
PracticeApp
A "must-have a look" project for newcomers in android.
Stars: ✭ 38 (+52%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Repo-Excluded-From-HacktoberFest-2021
Know a bit of python & need pr for hacktoberfest ? come join us in the journey
Stars: ✭ 17 (-32%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
react-bootcamp-notes
Bu repo Kodluyoruz Earlybird Front-End Talent Bootcamp boyunca aldığım tüm notları saklar.
Stars: ✭ 60 (+140%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest
Hacktoberfest 2021 you can add anything like simple programs or projects
Stars: ✭ 15 (-40%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hactoberfest2021-Cpp
Any one can add their programs here ,but program should not be repeated.
Stars: ✭ 22 (-12%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
gofuzz
Fast as Flash Web URL Fuzzing tool written in golang.
Stars: ✭ 31 (+24%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
DSA-Practice
Open to hacktoberfest 2021
Stars: ✭ 11 (-56%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Data Structures For Hacktoberfest
A repository to get started with open source and contribute in Hacktoberfest . You can add any data structures and algorithms code in the language of your choice.
Stars: ✭ 16 (-36%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest-2021
Create Hacktoberfest PRs. Star this Repo!⭐
Stars: ✭ 32 (+28%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
stopwatch
Stop watch using javascript
Stars: ✭ 18 (-28%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Certificate-Generator-UI
This is the UI for an awesome Certificate Generator and this is a part of Hacktoberfest 2021.
Stars: ✭ 18 (-28%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021

algorithms hacktoberfest2021

Make some algorithms in differents languages, about the issues. How it's work ?

  • Create some issues for one algorithm.
  • Fork the repos, make it and create a Pull Request
  • Add your name in contributor

Drop a on the Github repository

Algorithm Code 2 3
Minimum in array ar-min Done Done Done Done Done Done Done Done
Bin Sort ar-binsrt Done Done Done Done
Breadth First Search gr-bfsrh Done Done
Bogosort ar-bogosort Done
Bubble Sort ar-bsrt Done Done Done Done Done Done Done Done
Coin Change Problem ar-cochprb Done Done Done
Depth First Search gr-dfsrh Done Done
Dijkstra Algorithm gr-dij Done Done Done
Exponentiation by Squaring ar-expsq Done Done
Heap Sort ar-hsrt Done Done Done
Insertion Sort ar-isrt Done Done Done Done Done Done
Kadane's Algorithm ar-kdn Done Done Done
Knuth-Morris-Pratt ar-kmp Done
K-NN ar-knn Done
Largest Sum Contiguous Sub-Array ar-lscsa Done Done
Linear Search ar-lsrh Done Done Done Done Done
Longest Common Subsequence ar-lcs Done Done Done
Longest Increasing Subsequence ar-lis Done Done
Longest Palindromic Substring ar-lps Done Done
Merge Sort ar-msrt Done Done Done Done Done
Modular Exponential ar-mexp Done
Naive Search ar-nsrh Done Done
Naive Search ar-nsrh Done
Prime Factor ar-prfac Done Done Done Done
Prims gr-prims Done Done
Quick Select ar-qsel Done Done Done
Quick Sort ar-qsrt Done Done Done
Radix Sort ar-radsrt Done Done
Rod Cutting Problem ar-rcprb Done
Selection Sort ar-ssrt Done Done Done Done Done Done
Shell Sort ar-shsrt Done Done
Sieve of Erastosthenes ar-soer Done Done
Sleep Sort ar-slpsrt Done Done Done Done
Spiral Matrix ar-spmat Done Done Done
Count Sort ar-csrt Done
Evaulate Postfix Expression Evaluate_Postfix.cpp Done
Z function ar-zfnc Done
Red Blacktree ar-rbtree Done
Rock Paper Scissor ar-rpprscs Done Done Done Done Done Done
String Hashing ar-strhsg Done
Left View Binary Tree ar-lvwbintr Done Done
Top View Binary Tree ar-tvwbintr Done Done Done
Bottom View Binary Tree ar-bvwbintr Done
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].